mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
scripts: Fix a git script comment
This commit is contained in:
parent
028987a0a1
commit
11b5946e49
1 changed files with 1 additions and 1 deletions
|
@ -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'"
|
||||
|
|
Loading…
Add table
Reference in a new issue