Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -3/+3 |
* | Make sure to always include "common.h" first | Patrick Steinhardt | 2017-07-03 | 1 | -0/+1 |
* | repository: rename `path_repository` and `path_gitlink` | Patrick Steinhardt | 2017-02-13 | 1 | -2/+2 |
* | giterr_set: consistent error messages | Edward Thomson | 2016-12-29 | 1 | -2/+2 |
* | 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 |
* | merge-like operations: lock index while working | Edward Thomson | 2015-02-14 | 1 | -4/+24 |
* | git_cherry_pick -> git_cherrypick | Edward Thomson | 2014-07-22 | 1 | -37/+37 |
* | git_checkout_index: checkout other indexes | Edward Thomson | 2014-07-01 | 1 | -7/+4 |
* | Fix remaining init_options inconsistencies | Russell Belfer | 2014-05-02 | 1 | -9/+5 |
* | cherry-pick: terminate the commit id string | Carlos MartÃn Nieto | 2014-04-18 | 1 | -1/+1 |
* | Added cherry-pick support | Jacques Germishuys | 2014-04-14 | 1 | -0/+230 |