Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | Add git-resquash.sh to repository | Nick Mathewson | |
This differs from my old git-resquash.sh in that it uses the newer `git rebase --keep-base` if available | |||
2020-07-09 | git-install-tools: use -b, not --backup. | Nick Mathewson | |
The osx version of this tool doesn't have --backup | |||
2020-03-13 | Add a script to install the scripts in scripts/git appropriately. | Nick Mathewson | |
To run this, say something like TOR_DEVTOOL_DIR=~/bin scripts/git/git-install-tools.sh all To see what it would do, give it the -n flag. To get help, give it the -h flag. |