mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user