Skip to content

Commit

Permalink
subtree: handle multiple parents passed to cache_miss
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Clarkson <[email protected]>
  • Loading branch information
tqc committed May 11, 2020
1 parent af6b65d commit 74fa670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/subtree/git-subtree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74fa670

Please sign in to comment.