Skip to content

Commit 100c6e3

Browse files
fixes issue #613 (support for GPG signed commits on upstream repo)
1 parent 73a0129 commit 100c6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git-subrepo

+1-1
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ subrepo:branch() {
840840
local filter=$branch
841841
[[ $first_gitrepo_commit ]] && filter=$first_gitrepo_commit..$branch
842842
FAIL=false RUN git filter-branch -f --prune-empty --tree-filter \
843-
"rm -f .gitrepo" "$filter"
843+
"rm -f .gitrepo" -- "$filter" --first-parent
844844

845845
git:create-worktree "$branch"
846846

0 commit comments

Comments
 (0)