tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 11b5946e49bc2f92711ef0e3cec9bb6625c5bd14
parent 028987a0a1e841d7faf3ac131b0bd2795a963aa5
Author: teor <teor@torproject.org>
Date:   Tue, 15 Oct 2019 13:58:53 +1000

scripts: Fix a git script comment

Diffstat:
Mscripts/git/git-merge-forward.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/git/git-merge-forward.sh b/scripts/git/git-merge-forward.sh @@ -333,7 +333,7 @@ function merge_branch fi } -# Pull the given branch name. +# Merge origin/(branch name) into the current branch. function merge_branch_origin { local cmd="git merge --ff-only 'origin/$1'"