- Feb 16, 2023
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Aug 11, 2022
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Apr 27, 2022
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Feb 04, 2022
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Oct 26, 2021
-
-
David Goulet authored
Omit all "maint" branch. It is the opposite of -R that omits release branches. In other words, -M can be used to list all release branches. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Jun 16, 2021
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Jun 14, 2021
-
-
Nick Mathewson authored
-
- May 28, 2021
-
-
Nick Mathewson authored
The new version of shellcheck says that that this idiom is unnecessary, and its presence here is making the shellcheck tests fail. No changes file needed, since this is not user-facing code.
-
- May 25, 2021
-
-
Alexander Hansen Færøy authored
When talking about the "master" Tor checkout, we now refer to it as "the primary Tor repository". The "master" branch is instead called "main". See: tpo/core/team#2.
-
- Apr 15, 2021
-
-
Nick Mathewson authored
-
- Mar 01, 2021
-
-
Nick Mathewson authored
-
- Nov 17, 2020
-
-
Nick Mathewson authored
-
- Nov 12, 2020
-
-
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
-
- Sep 15, 2020
-
-
Nick Mathewson authored
-
- Jul 17, 2020
-
-
Nick Mathewson authored
This differs from my old git-resquash.sh in that it uses the newer `git rebase --keep-base` if available
-
- Jul 09, 2020
-
-
Nick Mathewson authored
The osx version of this tool doesn't have --backup
-
Nick Mathewson authored
Analogously to tor-github, we now make a tor-gitlab repository. It is set up to disable push direct attempts, and to fetch merge requests into appropriate branches. git-pull-all.sh knows how to fetch this repository.
-
- Jul 02, 2020
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
We introduce TOR_EXTRA_PRE_COMMIT_CHECKS environment variable to run the pre-commit hook. The pre-push git hook will set it in order to run all pre-commit checks. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Jun 09, 2020
-
-
Nick Mathewson authored
-
- Jun 03, 2020
-
-
Nick Mathewson authored
-
- Mar 13, 2020
-
-
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.
-
- Mar 09, 2020
-
-
Nick Mathewson authored
This reverts commit a63b4148. The "typo" wasn't actually a typo. The "r" in the suffixes for the release branches is meant to make them distinct from the maint branches. Now, _right now_, nothing uses release branch suffixes, but it's important to keep them distinct if we decide to use them in the future.
-
- Mar 05, 2020
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
-
This will be used for 32121
-
- Feb 12, 2020
-
-
teor authored
Stop executing the checked-out pre-commit hook from the pre-push hook. Instead, execute the copy in the user's git dir. Fixes bug 33284; bugfix on 0.4.1.1-alpha.
-
- Feb 11, 2020
-
-
- Jan 23, 2020
-
-
Nick Mathewson authored
We no longer will be pushing or committing things in branches that use src/common or src/or. Resolves ticket 32957.
-
- Jan 15, 2020
-
-
teor authored
Hopefully, these explanations make it easier to get the next branch transition right. Part of 32772.
-
teor authored
We need a test branch for the earliest maint branch (maint-0.3.5), but we can't merge forward into it, because there is no previous active maint branch. Also, edit a git-push-all comment that still said "029". Bugfix on 32772; bug not in any released version of tor.
-
- Dec 30, 2019
-
-
rl1987 authored
-
- Dec 19, 2019
-
-
teor authored
-
- Dec 04, 2019
-
-
Extra testing after 32613.
-
Add a check-practracker-unit-test target, and run it as part of "make check". Add the practracker unit tests to scripts/git/pre-commit.git-hook. Part of 32609.
-
- Nov 07, 2019
- Nov 06, 2019
-
-
teor authored
Fix minor issues in git-push-all.sh, git-setup-dirs.sh and test_parseconf.sh. Fixes bug 32402; not in any released version of tor. Obviously correct changes to already reviewed code.
-
teor authored
Fixes bug 32402; bugfix on 0.4.2.1-alpha. Obviously correct changes to already reviewed code.
-
- Oct 31, 2019
-
-
teor authored
When running git-setup-dirs.sh. Part of 32347.
-