updated git_filter_branch_fix_author.sh

pull/16/head
Hari Sekhon 4 months ago
parent b5b13fc823
commit b17593a000

@ -89,12 +89,7 @@ echo
read -r -p "DANGER: are you absolutely sure? (y/N) " answer
echo
shopt -s nocasematch
if ! [[ "$answer" =~ ^(y|yes)$ ]]; then
echo "Aborting..."
exit 1
fi
shopt -u nocasematch
is_yes "$answer" || die "Aborting"
timestamp "Starting git filter-branch replacement"
echo

Loading…
Cancel
Save