summaryrefslogtreecommitdiffstats
path: root/csum-file.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-30 17:03:31 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-30 17:03:31 -0700
commit239bd35bd2ed2791398714d99b43a344728766ab (patch)
tree92cbccda9478f81c90273613b71672d699d45f65 /csum-file.c
parentMerge branch 'fixes/2.45.1/2.42' into maint-2.42 (diff)
parentGit 2.41.2 (diff)
downloadgit-2.42.3.tar.gz
git-2.42.3.zip
Git 2.42.3v2.42.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'csum-file.c')
0 files changed, 0 insertions, 0 deletions
ghlight'> This patch changes git-pack-redundant so that packfiles in alternate object directories also are considered when deciding which objects are redundant. This functionality is controlled by the flag '--alt-odb'. Also convert the other flags to the long form, and update docs and git-repack accordingly. Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net> 2005-11-11Rename git-pack-intersect to git-pack-redundantLukas_Sandström5-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>