]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/lily-git.tcl
Run grand-replace for 2012
[lilypond.git] / scripts / auxiliar / lily-git.tcl
index ad59b2cdea42eb559ffba6583c91beb2453b3962..637d3874bcd54bdd19181ac7a24d94162d6ccc4b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/wish
 
 # GUI interface for common LilyPond git repository commands
-# Copyright 2009--2011 by Johannes Schindelin and Carl Sorensen
+# Copyright 2009--2012 by Johannes Schindelin and Carl Sorensen
 #
 
 set version 0.64
@@ -224,11 +224,7 @@ proc update_lilypond {rebase} {
         git config core.bare false
         git remote add -t $originHead \
             origin git://git.sv.gnu.org/lilypond.git
-        if {$translator == 1} {
-            git fetch
-        } else {
-            git fetch --depth 1
-        }
+        git fetch
         git reset --hard origin/$originHead
         git config branch.$originHead.remote origin
         git config branch.$originHead.merge refs/heads/$originHead