]> git.proxmox.com Git - libgit2.git/commit
Allow to propagate checkout callbacks to git HARD reset
authorSven Strickroth <email@cs-ware.de>
Sun, 3 Aug 2014 13:44:13 +0000 (15:44 +0200)
committerSven Strickroth <email@cs-ware.de>
Sun, 3 Aug 2014 14:29:51 +0000 (16:29 +0200)
commitb8add6c42ead8721c32dea8f473a61b48091ccb1
tree66570833a5e3c5f3c908fbc0ccc434ebba86d338
parent59e3f45b6150984e6a74ce79062caa459eda369f
Allow to propagate checkout callbacks to git HARD reset

Signed-off-by: Sven Strickroth <email@cs-ware.de>
13 files changed:
include/git2/reset.h
src/reset.c
tests/checkout/tree.c
tests/cherrypick/workdir.c
tests/index/names.c
tests/index/reuc.c
tests/merge/workdir/dirty.c
tests/merge/workdir/simple.c
tests/merge/workdir/submodules.c
tests/reset/hard.c
tests/reset/mixed.c
tests/reset/soft.c
tests/revert/workdir.c