diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-17 15:03:39 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-17 23:48:20 -0800 |
commit | 917a8f891f1ceeb48609f99ba3b32e022ac766f9 (patch) | |
tree | cdc42ddfc12ee467291c6bda1a05013b3e9f144e /Documentation/howto | |
parent | e47f306d4bf964def1a0b29e8f7cea419471dffd (diff) | |
download | git-917a8f891f1ceeb48609f99ba3b32e022ac766f9.tar.gz git-917a8f891f1ceeb48609f99ba3b32e022ac766f9.tar.xz |
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>
Diffstat (limited to 'Documentation/howto')
-rw-r--r-- | Documentation/howto/rebase-from-internal-branch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/rebase-from-internal-branch.txt b/Documentation/howto/rebase-from-internal-branch.txt index fcd64e9b9..3b3a5c2e6 100644 --- a/Documentation/howto/rebase-from-internal-branch.txt +++ b/Documentation/howto/rebase-from-internal-branch.txt @@ -106,7 +106,7 @@ prepare #2 and #3 for e-mail submission. $ git format-patch master^^ master -This creates two files, 0001-XXXX.txt and 0002-XXXX.txt. Send +This creates two files, 0001-XXXX.patch and 0002-XXXX.patch. Send them out "To: " your project maintainer and "Cc: " your mailing list. You could use contributed script git-send-email if your host has necessary perl modules for this, but your usual |