projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ce6dc
)
Use gitexecdir in Make and --no-current in PU
author
Junio C Hamano
<junkio@cox.net>
Wed, 11 Jan 2006 09:23:49 +0000
(
01:23
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 11 Jan 2006 09:23:49 +0000
(
01:23
-0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Make
patch
|
blob
|
history
PU
patch
|
blob
|
history
diff --git
a/Make
b/Make
index
b295b2b
..
eb718c0
100755
(executable)
--- 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
30cb575
..
55d987b
100755
(executable)
--- 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