From 902272956f20c922ba0f290fd76bac34c7c3296d Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Mon, 26 Apr 2021 11:45:06 +0100 Subject: fix passing flags in git-landed --- bin/git-landed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-landed b/bin/git-landed index 78c0e8d..420d6ac 100755 --- a/bin/git-landed +++ b/bin/git-landed @@ -18,5 +18,5 @@ done there="${revs[0]:?need a commitish}" here="${revs[1]:-HEAD}" -git log "$here" ^"$there" --ancestry-path --merges --reverse -z "$flags" \ +git log "$here" ^"$there" --ancestry-path --merges --reverse -z "${flags[@]}" \ | head -z -n 1 -- cgit v1.2.3