Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 <bharrosh@panasas.com>
  • Loading branch information
Boaz Harrosh committed Jul 14, 2010
1 parent d50f88e commit d9646d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gituptodate
Expand Up @@ -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 ===========================================================================
Expand All @@ -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 ===========================================================================
Expand Down

0 comments on commit d9646d4

Please sign in to comment.