git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] git-repack: use non-dashed update-server-info
@ 2009-04-04 16:59 Dan McGee
  2009-04-04 16:59 ` [PATCH 2/2] pack-objects: report actual number of threads to be used Dan McGee
  0 siblings, 1 reply; 14+ messages in thread
From: Dan McGee @ 2009-04-04 16:59 UTC (permalink / raw)
  To: git; +Cc: Dan McGee

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
---
 git-repack.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-repack.sh b/git-repack.sh
index 1782a23..0868734 100755
--- a/git-repack.sh
+++ b/git-repack.sh
@@ -181,5 +181,5 @@ fi
 
 case "$no_update_info" in
 t) : ;;
-*) git-update-server-info ;;
+*) git update-server-info ;;
 esac
-- 
1.6.2.2.404.ge96f3.dirty

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-04-11 19:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-04 16:59 [PATCH 1/2] git-repack: use non-dashed update-server-info Dan McGee
2009-04-04 16:59 ` [PATCH 2/2] pack-objects: report actual number of threads to be used Dan McGee
2009-04-04 18:06   ` Jeff King
2009-04-04 18:20     ` Dan McGee
2009-04-04 23:25       ` Jeff King
2009-04-05  0:11         ` Nicolas Pitre
2009-04-06  2:09           ` Dan McGee
2009-04-06  2:31             ` Nicolas Pitre
2009-04-06  2:34               ` Dan McGee
2009-04-06  3:14                 ` Nicolas Pitre
2009-04-08  6:30                   ` Junio C Hamano
2009-04-09 15:45                     ` [PATCH] Update delta compression message to be less misleading Dan McGee
2009-04-11 19:24                       ` Junio C Hamano
2009-04-11 19:42                         ` Dan McGee

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).