]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'jl/commit-v-strip-marker' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Feb 2014 22:01:09 +0000 (14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Feb 2014 22:01:09 +0000 (14:01 -0800)
"git commit -v" appends the patch to the log message before
editing, and then removes the patch when the editor returned
control. However, the patch was not stripped correctly when the
first modified path was a submodule.

* jl/commit-v-strip-marker:
  commit -v: strip diffs and submodule shortlogs from the commit message


Trivial merge