Thread (27 messages) 27 messages, 3 authors, 2020-10-07
STALE2080d
Revisions (2)
  1. v1 current
  2. v2 [diff vs current]

[PATCH 1/7] subtree: handle multiple parents passed to cache_miss

From: Tom Clarkson via GitGitGadget <hidden>
Date: 2020-05-11 05:50:07
Subsystem: the rest · Maintainer: Linus Torvalds

From: Tom Clarkson <redacted>

Signed-off-by: Tom Clarkson <redacted>
---
 contrib/subtree/git-subtree.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/subtree/git-subtree.sh b/contrib/subtree/git-subtree.sh
index 868e18b9a1a..9867718503c 100755
--- a/contrib/subtree/git-subtree.sh
+++ b/contrib/subtree/git-subtree.sh
@@ -238,7 +238,7 @@ cache_miss () {
 }
 
 check_parents () {
-	missed=$(cache_miss "$1")
+	missed=$(cache_miss $1)
 	local indent=$(($2 + 1))
 	for miss in $missed
 	do
-- 
gitgitgadget
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help