File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function resetToCommitHard () {
4747while ${continuemenu:= true} ; do
4848clear
4949menuInit " Undoing changes"
50- coloredLog " ALWAYS PREFER REVERT " " $clrPurple " " $clrWhite "
50+ coloredLog " ALWAYS PREFER REVERT " " $clrPurple " " $clrWhite " && printf " \n\r "
5151submenuHead " Undoing changes"
5252menuItem a " Revert last commit - (keep commit history - create new commit)" revertLastCommit
5353menuItem b " Revert commit - (keep commit history - create new commit)" revertToCommit
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ for (( i = 0; i < ${#gitlocations[@]}; i++ )); do
6363 IFS=$IFSOLD
6464 menuItem " ${arrIN[0]} " " ${arrIN[1]} " " ${arrIN[2]} ${arrIN[3]} "
6565done
66- if $uncached ; then coloredLog " NEW" " 1;42" ; else coloredLog " CACHED" " 1;42" ; fi
66+ if $uncached ; then coloredLog " NEW" " 1;42" && printf " \n\r " ; else coloredLog " CACHED" " 1;42" && printf " \n\r " ; fi
6767submenuHead " Shortcuts"
6868menuItem X " Purge git dir cache" purgDirCache
6969startMenu
You can’t perform that action at this time.
0 commit comments