author | J. Bruce Fields <bfields@citi.umich.edu> | |
Sun, 22 Oct 2006 23:01:23 +0000 (19:01 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 22 Oct 2006 23:39:58 +0000 (16:39 -0700) | ||
commit | 2eb53e65bd9cdd3b76a6447a1a51dee6e5de96a3 | |
tree | 5ed2049d3c68eeac2575f6e53edf4aa846047ee1 | tree | snapshot |
parent | 474a90fef9ebcdedee041b2def4b9a98b94cd146 | commit | diff |
Make prune also run prune-packed
Both the git-prune manpage and everday.txt say that git-prune should also prune
unpacked objects that are also found in packs, by running git prune-packed.
Junio thought this was "a regression when prune was rewritten as a built-in."
So modify prune to call prune-packed again.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Both the git-prune manpage and everday.txt say that git-prune should also prune
unpacked objects that are also found in packs, by running git prune-packed.
Junio thought this was "a regression when prune was rewritten as a built-in."
So modify prune to call prune-packed again.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
builtin-prune-packed.c | diff | blob | history | |
builtin-prune.c | diff | blob | history | |
builtin.h | diff | blob | history |