summaryrefslogtreecommitdiff
path: root/pkg/git/patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/git/patch')
-rw-r--r--pkg/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch b/pkg/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch
index d8cc85d9..063fe58c 100644
--- a/pkg/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch
+++ b/pkg/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch
@@ -1,4 +1,4 @@
-From 11e58a3bbbc2c266ea6c3d3a6bd05c860b56ecbc Mon Sep 17 00:00:00 2001
+From 49e7a40ddc34263816f46144a0d5944e7b6b1dc0 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Sat, 3 Dec 2016 00:41:41 -0800
Subject: [PATCH] Drop dashes from builtin invocations in scripts
@@ -76,10 +76,10 @@ index d3c39980f..dcfa27177 100644
GIT_DIR=$(git rev-parse -q --git-dir) || :;
diff --git a/git-submodule.sh b/git-submodule.sh
-index 136e26a2c..abcb03a0c 100755
+index c0d0e9a4c..32c880377 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
-@@ -849,7 +849,7 @@ cmd_summary() {
+@@ -863,7 +863,7 @@ cmd_summary() {
test $status != A && test $ignore_config = all && continue
fi
# Also show added or modified modules which are checked out
@@ -88,7 +88,7 @@ index 136e26a2c..abcb03a0c 100755
printf '%s\n' "$sm_path"
done
)
-@@ -883,11 +883,11 @@ cmd_summary() {
+@@ -897,11 +897,11 @@ cmd_summary() {
missing_dst=
test $mod_src = 160000 &&
@@ -103,5 +103,5 @@ index 136e26a2c..abcb03a0c 100755
display_name=$(git submodule--helper relative-path "$name" "$wt_prefix")
--
-2.11.1
+2.12.2