git updates.
authorPierre Habouzit <madcoder@debian.org>
Tue, 7 Apr 2009 08:49:06 +0000 (10:49 +0200)
committerPierre Habouzit <madcoder@debian.org>
Tue, 7 Apr 2009 08:49:06 +0000 (10:49 +0200)
Use . "$(git --exec-path)/git-sh-setup" instead of . git-sh-setup
remove renameLimit = 10000, it's really too slow.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
+bin/git-up
gitconfig

index 06a2c71..da40169 100755 (executable)
@@ -8,7 +8,7 @@ r,rebase    perform a rebase
 m,merge     perform a merge
 "
 SUBDIRECTORY_OK=t
-. git-sh-setup
+. "$(git --exec-path)/git-sh-setup"
 require_work_tree
 
 lbranch=$(git symbolic-ref HEAD | sed -e s~refs/heads/~~)
index d445115..095e84d 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -49,7 +49,6 @@
        untracked = bold yellow
 [merge]
        verbosity = 1
-        renameLimit = 10000
 [clean]
        requireForce = false
 [pack]