We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb17630 commit 5930cf2Copy full SHA for 5930cf2
include/git2/branch.h
@@ -211,7 +211,7 @@ GIT_EXTERN(int) git_branch_upstream(
211
/**
212
* Set a branch's upstream branch
213
*
214
- * 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`.
215
* Pass a NULL name to unset the upstream information.
216
217
* @note the actual tracking reference must have been already created for the
0 commit comments