From: Junio C Hamano Date: Wed, 17 Jan 2007 23:03:39 +0000 (-0800) Subject: git-format-patch: the default suffix is now .patch, not .txt X-Git-Tag: v1.5.0-rc2~38 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/917a8f891f1ceeb48609f99ba3b32e022ac766f9?hp=917a8f891f1ceeb48609f99ba3b32e022ac766f9 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 ---