]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/lily-git.tcl
Usability improvements to {doc,cg}-section.sh and corresponding section of CG.
[lilypond.git] / scripts / auxiliar / lily-git.tcl
index 09d71f1eb38caf5f34f98126e2fcbcde8a2185f6..6f16791313d94a5aa83bfe7742406c16fff93e37 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/wish
 
 # GUI interface for common LilyPond git repository commands
-# Copyright 2009--2010 by Johannes Schindelin and Carl Sorensen
+# Copyright 2009--2011 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