-
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.
git-am: implement --reject option passed to git-apply
With --reject, git-am simply passes the --reject option to git-apply and thus allows people to work with reject files if they so prefer. Signed-off-by: martin f. krafft <madduck@madduck.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
martin f. krafft
authored and
Junio C Hamano
committed
Jan 24, 2009
1 parent
d930508
commit b80da42
Showing
4 changed files
with
36 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
From: A U Thor <au.thor@example.com> | ||
Date: Thu Dec 4 16:00:00 2008 -0800 | ||
Subject: Huh | ||
|
||
Should fail and leave rejects | ||
|
||
diff --git i/file-2 w/file-2 | ||
index 06e567b..b6f3a16 100644 | ||
--- i/file-2 | ||
+++ w/file-2 | ||
@@ -1,3 +1,3 @@ | ||
-0 | ||
+One | ||
2 | ||
3 | ||
@@ -4,4 +4,4 @@ | ||
4 | ||
5 | ||
-6 | ||
+Six | ||
7 |