Unverified Commit 5930cf25 by Remy Suen Committed by GitHub

Correct typo in name of referenced parameter

Signed-off-by: Remy Suen <remy.suen@gmail.com>
parent cb17630b
......@@ -211,7 +211,7 @@ GIT_EXTERN(int) git_branch_upstream(
/**
* Set a branch's upstream branch
*
* This will update the configuration to set the branch named `name` as the upstream of `branch`.
* This will update the configuration to set the branch named `branch_name` as the upstream of `branch`.
* Pass a NULL name to unset the upstream information.
*
* @note the actual tracking reference must have been already created for the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment