From d9646d4981f000a55e0d82be8dcdd7584c14556d Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Wed, 14 Jul 2010 17:13:00 +0300 Subject: [PATCH] gituptodate: Fix for http clones, call git update-server-info Add a call to git update-server-info see if it helps with http clones not updating even though new bits are available on server. Signed-off-by: Boaz Harrosh --- gituptodate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gituptodate b/gituptodate index fe18669..1778ebc 100755 --- a/gituptodate +++ b/gituptodate @@ -13,6 +13,7 @@ git submodule update git branch -f osc origin/osc git branch -f master origin/master git checkout master +git update-server-info echo =========================================================================== git branch -a -v echo =========================================================================== @@ -29,6 +30,7 @@ git branch -f osd-old origin/osd-old git branch -f from-tomo origin/from-tomo git branch -f osd origin/osd git branch -f osd-next origin/osd-next +git update-server-info echo =========================================================================== git branch -a -v echo ===========================================================================