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

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

From: Tom Clarkson via GitGitGadget <hidden>
Date: 2020-10-06 22:05:22
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 868e18b9a1..9867718503 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