Merge branch 'jk/format-patch-from'
commit22fcbc420e7948cadb42c923810609a5e4b730a4
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:28:39 +0000 (15 10:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:28:40 +0000 (15 10:28 -0700)
tree98af691dffb868dcce816e514e6fd81220ffdc7b
parent9678ee7ba30a76b0b5c613126e659dcb1a206091
parenta90804752f6ab2b911882d47fafb6c2b78f447c3
Merge branch 'jk/format-patch-from'

"git format-patch" learned "--from[=whom]" option, which sets the
"From: " header to the specified person (or the person who runs the
command, if "=whom" part is missing) and move the original author
information to an in-body From: header as necessary.

* jk/format-patch-from:
  teach format-patch to place other authors into in-body "From"
  pretty.c: drop const-ness from pretty_print_context
commit.h
log-tree.c