| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Provide git_indexwriter_init_for_operation for the common locking
pattern in merge, rebase, revert and cherry-pick.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
git_checkout_index can now check out other git_index's (that are not
necessarily the repository index). This allows checkout_index to use
the repository's index for stat cache information instead of the index
data being checked out. git_merge and friends now check out their
indexes directly instead of trying to blend it into the running index.
|
|
|
|
|
| |
There were a couple of "init_opts()" functions a few more cases
of structure initialization that I somehow missed.
|
|
|
|
|
| |
We treat this as a NUL-terminated string, so make sure that we add the
terminator.
|
|
|