]> git.proxmox.com Git - libgit2.git/commit - include/git2/branch.h
Add annotated commit versions of reflog-modifying functions
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 6 Mar 2015 22:51:40 +0000 (23:51 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Mon, 16 Mar 2015 15:57:30 +0000 (16:57 +0100)
commit62d38a1ddb8081f8b46e7ff6e21ebeb0014162d6
tree9db11e71533062a0ec6b55e1e767235469390ec0
parentd675982a15388d8c413acda139b4662062cf3286
Add annotated commit versions of reflog-modifying functions

We do not always want to put the id directly into the reflog, but we
want to speicfy what a user typed. For this use-case we provide
annotated version of a few functions which let the caller specify what
user-friendly name was used when asking for the operation.
include/git2/branch.h
include/git2/repository.h
include/git2/reset.h
src/branch.c
src/repository.c
src/reset.c