author | Junio C Hamano <gitster@pobox.com> | |
Wed, 16 Apr 2008 07:37:33 +0000 (00:37 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 16 Apr 2008 07:37:33 +0000 (00:37 -0700) |
* maint-1.5.4:
git-bisect: make "start", "good" and "skip" succeed or fail atomically
git-am: cope better with an empty Subject: line
Ignore leading empty lines while summarizing merges
bisect: squelch "fatal: ref HEAD not a symref" misleading message
builtin-apply: Show a more descriptive error on failure when opening a patch
Clarify documentation of git-cvsserver, particularly in relation to git-shell
git-bisect: make "start", "good" and "skip" succeed or fail atomically
git-am: cope better with an empty Subject: line
Ignore leading empty lines while summarizing merges
bisect: squelch "fatal: ref HEAD not a symref" misleading message
builtin-apply: Show a more descriptive error on failure when opening a patch
Clarify documentation of git-cvsserver, particularly in relation to git-shell
1 | 2 | |||
---|---|---|---|---|
Documentation/git-cvsserver.txt | patch | | diff1 | | diff2 | | blob | history |
builtin-apply.c | patch | | diff1 | | diff2 | | blob | history |
builtin-fmt-merge-msg.c | patch | | diff1 | | diff2 | | blob | history |
git-am.sh | patch | | diff1 | | diff2 | | blob | history |
git-bisect.sh | patch | | diff1 | | diff2 | | blob | history |
t/t6030-bisect-porcelain.sh | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/git-cvsserver.txt
Simple merge
diff --cc builtin-apply.c
Simple merge
diff --cc builtin-fmt-merge-msg.c
Simple merge
diff --cc git-am.sh
index ac5c388060789e559f80d61d6eae1db926b66ad4,0f05a2cfe301126a5390b3886f054f23c803e91c..245e1db1fc30c9446f42ae6b4626de854062afc7
+++ b/git-am.sh
unset GITHEAD_$his_tree
}
- reread_subject () {
- git stripspace <"$1" | sed -e 1q
- }
-
prec=4
-dotest=.dotest sign= utf8=t keep= skip= interactive= resolved= binary=
+dotest=".dotest"
+sign= utf8=t keep= skip= interactive= resolved= binary= rebasing=
resolvemsg= resume=
git_apply_opt=
diff --cc git-bisect.sh
Simple merge
diff --cc t/t6030-bisect-porcelain.sh
Simple merge