Add git-resquash.sh to repository

This differs from my old git-resquash.sh in that it uses the newer
`git rebase --keep-base` if available
This commit is contained in:
Nick Mathewson
2020-07-17 12:24:01 -04:00
parent 2225c3c369
commit 0401993197
2 changed files with 47 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
SCRIPT_NAME=$(basename "$0")
SCRIPTS_DIR=$(dirname "$0")
TOOL_NAMES=(push-all pull-all merge-forward list-tor-branches)
TOOL_NAMES=(push-all pull-all merge-forward list-tor-branches resquash)
function usage()
{