]> git.proxmox.com Git - libgit2.git/commit
branch: Add `repository` argument to `create`
authorVicent Marti <tanoku@gmail.com>
Fri, 27 Jul 2012 16:49:37 +0000 (18:49 +0200)
committerVicent Marti <tanoku@gmail.com>
Fri, 27 Jul 2012 16:49:37 +0000 (18:49 +0200)
commitf0244463ad280664d2cac950fcc5d6ff550905d1
tree7eeb112d69579dc8c560ef44afb247a0c3b290f5
parentb41a30bdbb96dc0eb2d7e30497918ecbb45fd090
branch: Add `repository` argument to `create`

Yes, we can get the repository from the owner of the object, but having
it marked explicitly makes the API more consistent.
include/git2/branch.h
src/branch.c
src/reflog.c
tests-clar/refs/branches/create.c