Fix panic when hitting tab at the beginning of a line with mixed tab/space indent
This commit is contained in:
parent
9156d488ca
commit
9cbb698b96
4 changed files with 72 additions and 23 deletions
|
@ -28,10 +28,11 @@ cat <<MESSAGE
|
|||
Locally committed and tagged ${package} version ${new_version}
|
||||
|
||||
To push this:
|
||||
git push origin \\
|
||||
${tag_name} \\
|
||||
${branch_name}
|
||||
|
||||
git push origin ${tag_name} ${branch_name}
|
||||
|
||||
To undo this:
|
||||
|
||||
git reset --hard ${old_sha} && git tag -d ${tag_name}
|
||||
|
||||
MESSAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue