diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-27 15:06:37 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-27 15:11:47 -0800 |
commit | c970a6fd0142da3740f0205f16f91d3f2ed7e258 (patch) | |
tree | 8003818a9ccc50dbcb1f6a8f5b3dddca571a8d27 /Documentation/git-mailsplit.txt | |
parent | Documentation: git-archive: mark --format as optional in summary (diff) | |
download | tgif-c970a6fd0142da3740f0205f16f91d3f2ed7e258.tar.xz |
Remove dead code from "git am"
Ever since the initial implementation, "git am" had kept a dead code that
never triggered due to a typo in the variable name. Worse yet, the code,
if it weren't for the typo, would have attempted to add "[PATCH] " at the
beginning of the Subject: header when "git am" is run with its "-k"
option. However, because "git am -k" tells mailinfo to keep such prefix
when parsing the input, the "[PATCH] " added by this dead code would have
really been unnecessary duplicate.
Embarrassing is that we kept _maintaining_ the codepath without anybody
noticing for four years.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mailsplit.txt')
0 files changed, 0 insertions, 0 deletions