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

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