From 31255d4a4d21b0c4c6d87cfa9badac0d75f97287 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 24 Feb 2008 22:13:00 +0200 Subject: [PATCH] grafthistory: git-* commands are deprecated The fully dashed form git-update-server-info is deprecated in Git 1.5.4 and will cease to work in Git 1.6.0 (unless PATH is modified). Use git update-server-info instead. --- contrib/grafthistory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/grafthistory.sh b/contrib/grafthistory.sh index b725c244..821e5eba 100755 --- a/contrib/grafthistory.sh +++ b/contrib/grafthistory.sh @@ -32,4 +32,4 @@ echo 43a9a406737fd22a8558c47c74b4ad04d4c92a2b 730242dcf2cdeed13eae7e8b0c5f47bb03 echo "[grafthistory] Refreshing the dumb server info wrt. new packs" cd .. -git-update-server-info +git update-server-info