diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-03 01:19:48 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-08 00:11:31 -0800 |
| commit | 2e7c021307a70c78b5ccfa43cf8d9a63bfa57735 (patch) | |
| tree | 52a6db89d51c4bd84be09a2591c3a849d4ee95d7 /core/git/patch | |
| parent | 5342505c831cc3e69b5feafd33ef58b93cf3f12b (diff) | |
git: Update to 2.11.0
Diffstat (limited to 'core/git/patch')
| -rw-r--r-- | core/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch b/core/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch index 3e4e3865..717f8b13 100644 --- a/core/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch +++ b/core/git/patch/0001-Drop-dashes-from-builtin-invocations-in-scripts.patch @@ -1,4 +1,4 @@ -From 449ed800f543c7c1258a54b568cf4deb095954b2 Mon Sep 17 00:00:00 2001 +From b8d3b9e40f00194a25797f606aeebf946b38eba2 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 d3c3998..dcfa271 100644 GIT_DIR=$(git rev-parse -q --git-dir) || :; diff --git a/git-submodule.sh b/git-submodule.sh -index b57f87d..1d25678 100755 +index a024a13..4aac71f 100755 --- a/git-submodule.sh +++ b/git-submodule.sh -@@ -838,7 +838,7 @@ cmd_summary() { +@@ -843,7 +843,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 b57f87d..1d25678 100755 printf '%s\n' "$sm_path" done ) -@@ -872,11 +872,11 @@ cmd_summary() { +@@ -877,11 +877,11 @@ cmd_summary() { missing_dst= test $mod_src = 160000 && |
