Use gitexecdir in Make and --no-current in PU

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2006-01-11 01:23:49 -08:00
parent a9ce6dc595
commit 88bd96c6e7
2 changed files with 2 additions and 1 deletions

1
Make
View File

@@ -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 \

2
PU
View File

@@ -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