summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2007-01-13 13:33:07 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2007-01-13 13:33:07 -0800
commit5ac2715f2eaacc7c76ac03680a0d7a16a30946f2 (patch)
treeeaabe2a7fc842d660c534130c558dad5d640fd83 /Documentation
parentt3901: test "format-patch | am" pipe with i18n (diff)
downloadtgif-5ac2715f2eaacc7c76ac03680a0d7a16a30946f2.tar.xz
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 'Documentation')
0 files changed, 0 insertions, 0 deletions