From: Junio C Hamano Date: Wed, 11 Jan 2006 09:23:49 +0000 (-0800) Subject: Use gitexecdir in Make and --no-current in PU X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=88bd96c6e7aee46701fcc64a0abfe96d5556bca5 Use gitexecdir in Make and --no-current in PU Signed-off-by: Junio C Hamano --- diff --git a/Make b/Make index b295b2b3..eb718c0a 100755 --- a/Make +++ b/Make @@ -9,6 +9,7 @@ export PATH LANG LC_CTYPE #make prefix=/usr/local \ make bindir=$HOME/bin/Linux \ + gitexecdir=$HOME/bin/Linux \ PYTHON_PATH=/usr/bin/python2.4 \ CFLAGS='-O1 -Wall -Wdeclaration-after-statement -g'"$DDD" \ WITH_SEND_EMAIL=YesPlease \ diff --git a/PU b/PU index 30cb5753..55d987b7 100755 --- a/PU +++ b/PU @@ -22,7 +22,7 @@ case "$#" in do I=$(($I+1)) echo -n "$I: " - git-show-branch $H + git-show-branch --no-current $H done echo -n "Merge which ones (0 to finish)? " read ans