From: Pierre Habouzit Date: Tue, 7 Apr 2009 08:49:06 +0000 (+0200) Subject: git updates. X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=commitdiff_plain;h=56894d8e51e7d0ca54c798431fb3428245f6ce13 git updates. 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 --- diff --git a/+bin/git-up b/+bin/git-up index 06a2c71..da40169 100755 --- a/+bin/git-up +++ b/+bin/git-up @@ -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/~~) diff --git a/gitconfig b/gitconfig index d445115..095e84d 100644 --- a/gitconfig +++ b/gitconfig @@ -49,7 +49,6 @@ untracked = bold yellow [merge] verbosity = 1 - renameLimit = 10000 [clean] requireForce = false [pack]