author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 19 Oct 2007 05:01:40 +0000 (01:01 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 19 Oct 2007 05:01:40 +0000 (01:01 -0400) | ||
commit | 0e30404370c24047c5fa54b2a6c43e53629c916b | |
tree | cf0a9e218fda3fdd6a40c3252c9a940a0ca508ef | tree | snapshot |
parent | b5d72f0a4cd3cce945ca0d37e4fa0ebbfcdcdb52 | commit | diff |
Stop displaying "Pack pack-$ID created." during git-gc
Discussion on the list tonight came to the conclusion that showing
the name of the packfile we just created during git-repack is not
a very useful message for any end-user. For the really technical
folk who need to have the name of the newest packfile they can use
something such as `ls -t .git/objects/pack | head -2` to find the
most recently created packfile.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Discussion on the list tonight came to the conclusion that showing
the name of the packfile we just created during git-repack is not
a very useful message for any end-user. For the really technical
folk who need to have the name of the newest packfile they can use
something such as `ls -t .git/objects/pack | head -2` to find the
most recently created packfile.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-repack.sh | diff | blob | history |