Skip to content

Commit 2679a10

Browse files
Merge pull request #57 from michaelolbrich/umerge
umpf: keep the first commit-ish for a branch when creating the umpf from an umerge
2 parents cb775a7 + 2e351e3 commit 2679a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umpf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,8 @@ import_series() {
700700
branch_names[${#branch_names[@]}]="${name}"
701701
branch_squashes[${name}]="${squash}"
702702
names="${names}${name}#"
703+
tmp_branches[${name}]="${branch}"
703704
fi
704-
tmp_branches[${name}]="${branch}"
705705
done
706706
for name in "${branch_names[@]}"; do
707707
branch="${tmp_branches[${name}]}"

0 commit comments

Comments
 (0)