aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-02-18 13:53:30 -0800
committerJunio C Hamano <gitster@pobox.com>2022-02-18 13:53:30 -0800
commitc5973cb98ff4fe0779e90e04de7c099cc2256a3a (patch)
treed09aedb1405c3b20e31b81c982edf697e4036fbc /commit.h
parentMerge branch 'tb/midx-no-bitmap-for-no-objects' (diff)
parentt0012: verify that built-ins handle `-h` even without gitdir (diff)
downloadgit-c5973cb98ff4fe0779e90e04de7c099cc2256a3a.tar.gz
git-c5973cb98ff4fe0779e90e04de7c099cc2256a3a.zip
Merge branch 'js/short-help-outside-repo-fix'
"git cmd -h" outside a repository should error out cleanly for many commands, but instead it hit a BUG(), which has been corrected. * js/short-help-outside-repo-fix: t0012: verify that built-ins handle `-h` even without gitdir checkout/fetch/pull/pack-objects: allow `-h` outside a repository
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions
ons'>-11/+13 This patch renames git-pack-intersect to git-pack-redundant as suggested by Petr Baudis. The new name reflects what the program does, rather than how it does it. Also fix a small argument parsing bug. Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11Make git-repack use git-pack-intersect.Lukas_Sandström1-18/+12 Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11Add git-pack-intersect to .gitignoreLukas_Sandström1-0/+1 Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net>