git-format-patch: the default suffix is now .patch, not .txt
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Jan 2007 23:03:39 +0000 (15:03 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 18 Jan 2007 07:48:20 +0000 (23:48 -0800)
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>
No differences found