logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bup-validate-object-links - scan the repository for broken object links

Authors

       Rob Browning rlb@defaultvalue.org

Bup 0.33.7                                         2025-01-11                       bup-validate-object-links(1)

Bup

       Part of the bup(1) suite.

Description

       bup  validate-object-links  scans  the  objects  in  the repository for and reports any “broken links” it
       finds, i.e. any links from a tree  or  commit  in  the  repository  to  an  object  that  doesn’t  exist.
       Currently,  it  doesn’t  include  “loose objects” (those not in packfiles – which git may create, but bup
       doesn’t), and it can’t handle tag objects (which bup also doesn’t create).

       Whenever a broken link (missing reference) is found, an ASCII encoded line formatted like  this  will  be
       printed to standard output:

              no MISSING_HASH for PARENT_HASH

Exit Status

       The  exit  status  will  be 1 if any broken links are found, 0 if none are found, and some other positive
       integer for other failures.

Name

       bup-validate-object-links - scan the repository for broken object links

See Also

bup-fsck(1)

Synopsis

       bup validate-object-links

See Also