git-format-patch: the default suffix is now .patch, not .txt
commit917a8f891f1ceeb48609f99ba3b32e022ac766f9
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Jan 2007 23:03:39 +0000 (17 15:03 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 18 Jan 2007 07:48:20 +0000 (17 23:48 -0800)
treecdc42ddfc12ee467291c6bda1a05013b3e9f144e
parente47f306d4bf964def1a0b29e8f7cea419471dffd
git-format-patch: the default suffix is now .patch, not .txt

Editors often give easier handling of patch files if the
filename ends with .patch, so use it instead of .txt.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-format-patch.txt
Documentation/howto/rebase-from-internal-branch.txt
builtin-log.c