Unverified Commit f5173597 by Patrick Steinhardt Committed by GitHub

Merge pull request #5348 from rcjsuen/patch-2

Correct typo in name of referenced parameter
parents cb17630b 5930cf25
......@@ -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