-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* jc/mailinfo-scissors: mailinfo.scissors: new configuration am/mailinfo: Disable scissors processing by default Documentation: describe the scissors mark support of "git am" Teach mailinfo to ignore everything before -- >8 -- mark builtin-mailinfo.c: fix confusing internal API to mailinfo()
- Loading branch information
Showing
12 changed files
with
395 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Author: Junio Hamano | ||
Email: junkio@cox.net | ||
Subject: BLAH ONE | ||
Date: Thu, 20 Aug 2009 17:18:22 -0700 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Author: Junio C Hamano | ||
Email: gitster@pobox.com | ||
Subject: Teach mailinfo to ignore everything before -- >8 -- mark | ||
Date: Thu, 20 Aug 2009 17:18:22 -0700 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
In real life, we will see a discussion that inspired this patch | ||
discussing related and unrelated things around >8 scissors mark | ||
in this part of the message. | ||
|
||
Subject: [PATCH] BLAH TWO | ||
|
||
And then we will see the scissors. | ||
|
||
This line is not a scissors mark -- >8 -- but talks about it. | ||
- - >8 - - please remove everything above this line - - >8 - - | ||
|
||
Subject: [PATCH] Teach mailinfo to ignore everything before -- >8 -- mark | ||
From: Junio C Hamano <gitster@pobox.com> | ||
|
||
This teaches mailinfo the scissors -- >8 -- mark; the command ignores | ||
everything before it in the message body. | ||
|
||
Signed-off-by: Junio C Hamano <gitster@pobox.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
This teaches mailinfo the scissors -- >8 -- mark; the command ignores | ||
everything before it in the message body. | ||
|
||
Signed-off-by: Junio C Hamano <gitster@pobox.com> |
Oops, something went wrong.