]> git.proxmox.com Git - libgit2.git/commit - src/rebase.c
indexwriter: an indexwriter for repo operations
authorEdward Thomson <ethomson@microsoft.com>
Wed, 4 Feb 2015 03:31:10 +0000 (22:31 -0500)
committerEdward Thomson <ethomson@edwardthomson.com>
Sat, 14 Feb 2015 14:25:36 +0000 (09:25 -0500)
commit41fae48df21c7d1140da539cb61fa3fd0598a3e7
tree0a022196f9c01f9036f24a4b6abb2f2dfb299828
parentbe8404a7680fa1951e20abdaea704156b3345876
indexwriter: an indexwriter for repo operations

Provide git_indexwriter_init_for_operation for the common locking
pattern in merge, rebase, revert and cherry-pick.
src/cherrypick.c
src/index.c
src/index.h
src/merge.c
src/rebase.c
src/revert.c