Skip to content

Commit 74fa670

Browse files
committed
subtree: handle multiple parents passed to cache_miss
Signed-off-by: Tom Clarkson <[email protected]>
1 parent af6b65d commit 74fa670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/subtree/git-subtree.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ cache_miss () {
238238
}
239239

240240
check_parents () {
241-
missed=$(cache_miss "$1")
241+
missed=$(cache_miss $1)
242242
local indent=$(($2 + 1))
243243
for miss in $missed
244244
do

0 commit comments

Comments
 (0)