Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mg/sequencer-commit-messages-always-verbatim'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 17 Mar 2015 23:01:31 +0000
(16:01 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 17 Mar 2015 23:01:32 +0000
(16:01 -0700)
"git cherry-pick" used to clean-up the log message even when it is
merely replaying an existing commit. It now replays the message
verbatim unless you are editing the message of resulting commits.
* mg/sequencer-commit-messages-always-verbatim:
sequencer: preserve commit messages
1
2
sequencer.c
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
e5b8ce2
17d65f0
)
diff --cc
sequencer.c
index 32aa05ed828dfa3bac79edb83dd8a222560206d3,8b735cdd04fceef13d85b3a5147616e18ca9307d..c4f4b7d571fa088f80a0dbba815491a35f0c153f
---
1
/
sequencer.c
---
2
/
sequencer.c
+++ b/
sequencer.c
@@@
-373,6
-357,8
+373,7
@@@
static int run_git_commit(const char *d
{
struct argv_array array;
int rc;
- char *gpg_sign;
+ const char *value;
argv_array_init(&array);
argv_array_push(&array, "commit");