git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make -d work in git-repack (without -a)
@ 2006-03-13 22:26 Alex Riesen
  0 siblings, 0 replies; only message in thread
From: Alex Riesen @ 2006-03-13 22:26 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>

---

Junio C Hamano, Thu, Mar 09, 2006 19:50:43 +0100:
> I am inclined to say I prefer Alex' one.

I guess it has to be sent in formally...

 git-repack.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

a594bee1d539f71970e321592f45a114ea648d92
diff --git a/git-repack.sh b/git-repack.sh
index bc90112..2f643b5 100755
--- a/git-repack.sh
+++ b/git-repack.sh
@@ -74,6 +74,8 @@ then
 			esac
 		  done
 		)
+	else
+		git-prune-packed
 	fi
 	git-prune-packed
 fi
-- 
1.2.4.g6ec337

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-13 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-13 22:26 make -d work in git-repack (without -a) Alex Riesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).