diff options
| author | Junio C Hamano <junkio@cox.net> | 2007-01-13 13:33:07 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-01-13 13:33:07 -0800 |
| commit | 5ac2715f2eaacc7c76ac03680a0d7a16a30946f2 (patch) | |
| tree | eaabe2a7fc842d660c534130c558dad5d640fd83 /t/t4013/diff.format-patch_--stdout_initial..master | |
| parent | t3901: test "format-patch | am" pipe with i18n (diff) | |
| download | git-5ac2715f2eaacc7c76ac03680a0d7a16a30946f2.tar.gz git-5ac2715f2eaacc7c76ac03680a0d7a16a30946f2.zip | |
Consistent message encoding while reusing log from an existing commit.
The following commands can reuse log message from an existing
commit while creating a new commit:
git-cherry-pick
git-rebase (both with and without --merge)
git-commit (-c and -C)
When the original commit was made in a different encoding from
the current i18n.commitencoding, "cat-file commit" would give a
string that is inconsistent with what the resulting commit will
claim to be in. Replace them with "git show -s --encoding".
"git-rebase" without --merge is "git format-patch" piped to "git
am" in essence, and has been taken care of before this commit.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t4013/diff.format-patch_--stdout_initial..master')
0 files changed, 0 insertions, 0 deletions
