projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a9d8e
)
[PATCH] Merging the Cygwin changes
author
Junio C Hamano
<junkio@cox.net>
Mon, 3 Oct 2005 23:05:50 +0000
(16:05 -0700)
committer
Peter Anvin
<hpa@tazenda.sc.orionmulti.com>
Mon, 3 Oct 2005 23:29:48 +0000
(16:29 -0700)
Fix mismerge typo.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4ea6d9a
..
133808c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-297,13
+297,9
@@
all:
git: git.sh Makefile
rm -f $@+ $@
sed -e '1s|#!.*/sh|#!$(SHELL_PATH)|' \
-<<<<<<< Makefile
- -e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
- -e 's/@@X@@/$(X)/g' <$@.sh >$@+
-=======
-e 's/@@GIT_VERSION@@/$(GIT_VERSION)/g' \
+ -e 's/@@X@@/$(X)/g' \
$(GIT_LIST_TWEAK) <$@.sh >$@+
->>>>>>> .merge_file_3QHyD4
chmod +x $@+
mv $@+ $@