Code

git-gc --auto: simplify "repack" command line building
authorBrandon Casey <casey@nrlssc.navy.mil>
Thu, 11 Oct 2007 01:00:27 +0000 (20:00 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 16 Oct 2007 00:50:05 +0000 (20:50 -0400)
commit729f50453cb54e136567b89ba6aecab60f0257c6
treea0565187767c08fe4cc67c91f24b7faaf67da2cf
parentedb0e04e819c7cde709d10e03f398d12692259f7
git-gc --auto: simplify "repack" command line building

Since "-a" is removed from the base repack command line,
we can simplify how we add additional options to this
command line when using --auto.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
builtin-gc.c