summarylogtreecommitdiffstats
path: root/0002-Correct-the-order-of-git-am-arguments.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-Correct-the-order-of-git-am-arguments.patch')
-rw-r--r--0002-Correct-the-order-of-git-am-arguments.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0002-Correct-the-order-of-git-am-arguments.patch b/0002-Correct-the-order-of-git-am-arguments.patch
deleted file mode 100644
index 4c123b0c9ce0..000000000000
--- a/0002-Correct-the-order-of-git-am-arguments.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 70e4efe848724d88d87973535ac5cc4969ad868e Mon Sep 17 00:00:00 2001
-From: Mike Swanson <mikeonthecomputer@gmail.com>
-Date: Wed, 5 Aug 2015 00:59:09 -0700
-Subject: [PATCH 2/2] Correct the order of git-am arguments
-
----
- git-debubble | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/git-debubble b/git-debubble
-index 26c3537..6d836a6 100755
---- a/git-debubble
-+++ b/git-debubble
-@@ -38,7 +38,7 @@ case $mode in
- if git branch $debubbled; then
- git checkout master
- git checkout $debubbled
-- if git --committer-date-is-author-date am 0*; then
-+ if git am --committer-date-is-author-date 0*; then
- rm 0*
- if git branch --move $head $bubbled; then
- if git branch --move $debubbled $head; then
---
-2.5.0
-