| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cherrypick, revert: drop unnecessary SAFE_CREATE | Edward Thomson | 2015-02-27 | 1 | -1/+1 |
| | | |||||
| * | indexwriter: an indexwriter for repo operations | Edward Thomson | 2015-02-14 | 1 | -23/+9 |
| | | | | | | Provide git_indexwriter_init_for_operation for the common locking pattern in merge, rebase, revert and cherry-pick. | ||||
| * | merge-like operations: lock index while working | Edward Thomson | 2015-02-14 | 1 | -4/+23 |
| | | |||||
| * | git_checkout_index: checkout other indexes | Edward Thomson | 2014-07-01 | 1 | -6/+4 |
| | | | | | | | | | 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. | ||||
| * | Fix remaining init_options inconsistencies | Russell Belfer | 2014-05-02 | 1 | -9/+4 |
| | | | | | | There were a couple of "init_opts()" functions a few more cases of structure initialization that I somehow missed. | ||||
| * | Capture conflict information in MERGE_MSG for revert and merge | Jacques Germishuys | 2014-04-14 | 1 | -0/+1 |
| | | |||||
| * | Update git_merge_tree_opts to git_merge_options | Edward Thomson | 2014-03-20 | 1 | -3/+3 |
| | | |||||
| * | git_revert_opts -> git_revert_optionsoptions-names | Ben Straub | 2014-03-06 | 1 | -12/+12 |
| | | |||||
| * | Added function-based initializers for every options struct. | Matthew Bowen | 2014-03-05 | 1 | -0/+12 |
| | | | | | The basic structure of each function is courtesy of arrbee. | ||||
| * | Validate struct versions in merge, revert | Edward Thomson | 2013-12-12 | 1 | -0/+2 |
| | | |||||
| * | Clean up warnings | Edward Thomson | 2013-12-09 | 1 | -8/+2 |
| | | |||||
| * | Bare naked merge and rebase | Edward Thomson | 2013-12-03 | 1 | -41/+69 |
| | | |||||
| * | clean up state metadata more consistently | Edward Thomson | 2013-12-02 | 1 | -29/+8 |
| | | |||||
| * | Introduce git_revert to revert a single commit | Edward Thomson | 2013-12-02 | 1 | -0/+217 |
