Skip to content

Commit

Permalink
Merge pull request #25 from a3f/afa/revparse-local-branch
Browse files Browse the repository at this point in the history
umpf: call rev-parse on manually selected local branches as well
  • Loading branch information
michaelolbrich authored Sep 5, 2023
2 parents dd30788 + 6973dd0 commit 9ecc2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umpf
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ find_branch_rev() {
local choice=""
read -e -i n -p "Use ${branch} instead? [y/n]: " choice
if [ "${choice}" == "y" ]; then
reply="${branch}"
reply="${b}"
fi
fi
fi
Expand Down

0 comments on commit 9ecc2b9

Please sign in to comment.