1
0
mirror of https://github.com/git/git.git synced 2025-03-20 09:03:31 +00:00
git/builtin
Junio C Hamano 5a48d24012 rev-list --verify-object
Often we want to verify everything reachable from a given set of commits
are present in our repository and connected without a gap to the tips of
our refs. We used to do this for this purpose:

    $ rev-list --objects $commits_to_be_tested --not --all

Even though this is good enough for catching missing commits and trees,
we show the object name but do not verify their existence, let alone their
well-formedness, for the blob objects at the leaf level.

Add a new "--verify-object" option so that we can catch missing and broken
blobs as well.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-09-01 15:46:13 -07:00
..
2011-05-31 12:19:11 -07:00
2011-05-31 12:19:11 -07:00
2011-05-25 15:25:44 -07:00
2011-05-30 00:00:07 -07:00
2011-05-25 15:25:44 -07:00
2011-05-31 12:19:11 -07:00
2011-05-31 12:19:11 -07:00
2011-04-01 17:55:55 -07:00
2011-04-01 17:55:55 -07:00
2011-09-01 15:46:13 -07:00
2011-05-19 10:55:54 -07:00
2011-05-16 13:01:45 -07:00
2011-05-31 12:19:11 -07:00
2011-05-10 08:45:37 -07:00