]> git.ipfire.org Git - thirdparty/git.git/commit
tag: add --edit option
authorNicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
Tue, 6 Feb 2018 08:36:24 +0000 (09:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Feb 2018 20:46:48 +0000 (12:46 -0800)
commit9eed6e40c0ec9cbe89efd7303c3facd16fa1364f
tree697eb7f65f64ff2cdbdb06f5f4fcc0c9a0bb57b6
parent2512f15446149235156528dafbe75930c712b29e
tag: add --edit option

Add a --edit option whichs allows modifying the messages provided by -m or -F,
the same way git commit --edit does.

Signed-off-by: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@suse.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-tag.txt
builtin/tag.c
t/t7004-tag.sh