aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-09-01 15:43:34 -0700
committerJunio C Hamano <gitster@pobox.com>2011-09-01 15:46:13 -0700
commit5a48d24012fa39cdd02c1cb614db2e62d445e2ce (patch)
tree3803d06e4bcdb2c3e45c53ebefa1b3098a86d28a /commit.h
parentlist-objects: pass callback data to show_objects() (diff)
downloadgit-5a48d24012fa39cdd02c1cb614db2e62d445e2ce.tar.gz
git-5a48d24012fa39cdd02c1cb614db2e62d445e2ce.zip
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>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions
-command: do not pass child process data into callbacksStefan Beller4-32/+9 2016-02-29trailer.c: mark strings for translationNguyễn Thái Ngọc Duy1-1/+1 2016-02-29ref-filter.c: mark strings for translationNguyễn Thái Ngọc Duy1-14/+14 2016-02-29builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy1-5/+5 2016-02-29builtin/checkout.c: mark strings for translationNguyễn Thái Ngọc Duy1-1/+1 2016-02-29compat/mingw: brown paper bag fix for 50a6c8eJeff King1-1/+1 2016-02-28config.mak.uname: use clang for Mac OS X 10.6Torsten Bögershausen1-0/+3 2016-02-27sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy1-3/+3 2016-02-26Git 2.8-rc0v2.8.0-rc0Junio C Hamano2-1/+96 2016-02-25t/lib-httpd: load mod_unixdMichael J Gruber1-0/+3 2016-02-25t5504: handle expected output from SIGPIPE deathJeff King1-1/+4 2016-02-25test_must_fail: report number of unexpected signalJeff King1-1/+1 2016-02-25fetch-pack: ignore SIGPIPE in sideband demuxerJeff King1-1/+5 2016-02-25write_or_die: handle EPIPE in async threadsJeff King3-0/+15 2016-02-25add DEVELOPER makefile knob to check for acknowledged warningsLars Schneider3-1/+18 2016-02-25refs: document transaction semanticsDavid Turner1-0/+12 2016-02-25use_pack: handle signed off_t overflowJeff King2-1/+3 2016-02-25nth_packed_object_offset: bounds-check extended offsetJeff King4-1/+27