| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use correct Doxygen trailing comment syntax | Ben Chatelain | 2015-02-10 | 1 | -2/+2 |
| | | |||||
| * | Fix doc comment formatting | Ben Chatelain | 2015-02-10 | 1 | -2/+2 |
| | | |||||
| * | Fixed git_revert() documentation | Pierre-Olivier Latour | 2014-12-30 | 1 | -1/+1 |
| | | |||||
| * | doc: add documentation to all the public structs and enumscmn/doc-all | Carlos MartÃn Nieto | 2014-12-06 | 1 | -2/+5 |
| | | | | | | | | | | | This makes them show up in the reference, even if the text itself isn't the most descriptive. These have been found with grep -Przon '\n\ntypedef struct.*?\{' -- include grep -Przon '\n\ntypedef enum.*?\{' -- include | ||||
| * | Export git_revert_commit | Edward Thomson | 2014-06-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed miscellaneous documentation errors. | Michael Anderson | 2014-05-23 | 1 | -4/+3 |
| | | |||||
| * | Fix remaining init_options inconsistencies | Russell Belfer | 2014-05-02 | 1 | -6/+5 |
| | | | | | | There were a couple of "init_opts()" functions a few more cases of structure initialization that I somehow missed. | ||||
| * | 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 | -9/+9 |
| | | |||||
| * | git_checkout_opts -> git_checkout_options | Ben Straub | 2014-03-06 | 1 | -2/+2 |
| | | |||||
| * | Added function-based initializers for every options struct. | Matthew Bowen | 2014-03-05 | 1 | -0/+13 |
| | | | | | The basic structure of each function is courtesy of arrbee. | ||||
| * | Bare naked merge and rebase | Edward Thomson | 2013-12-03 | 1 | -7/+30 |
| | | |||||
| * | Introduce git_revert to revert a single commit | Edward Thomson | 2013-12-02 | 1 | -0/+52 |
