]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
fmt-patch: Support --attach
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 20 May 2006 13:40:29 +0000 (15:40 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 May 2006 09:03:09 +0000 (02:03 -0700)
commit698ce6f87e0d6db380f7306e190e8586da184577
tree14171dae273827471bea4021a325b4d4a6c2c7d4
parent328b710d800dc3786fe2b8595e5553dc4a4af424
fmt-patch: Support --attach

This patch touches a couple of files, because it adds options to print a
custom text just after the subject of a commit, and just after the
diffstat.

[jc: made "many dashes" used as the boundary leader into a single
 variable, to reduce the possibility of later tweaks to miscount the
 number of dashes to break it.]

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c
builtin-rev-list.c
commit.c
commit.h
diff.c
diff.h
log-tree.c
revision.h
show-branch.c