Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: add documentation to all the public structs and enumscmn/doc-all | Carlos MartÃn Nieto | 2014-12-06 | 1 | -6/+15 |
| | | | | | | | | | | 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 | ||||
* | Update docs for new callback return value behavior | Russell Belfer | 2013-12-11 | 1 | -11/+7 |
| | |||||
* | Make the git_signature const in the stash API. | Etienne Samson | 2013-07-09 | 1 | -1/+1 |
| | |||||
* | Fixed most documentation header bugs | Andreas Linde | 2013-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | Fixed a few header @param and @return typos with the help of -Wdocumentation in Xcode. The following warnings have not been fixed: common.h:213 - Not sure how the documentation format is for '...' notes.h:102 - Correct @param name but empty text notes.h:111 - Correct @param name but empty text pack.h:140 - @return missing text pack.h:148 - @return missing text | ||||
* | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | API updates for stash.h | Ben Straub | 2012-11-27 | 1 | -9/+8 |
| | |||||
* | stash: add git_stash_drop() | nulltoken | 2012-10-26 | 1 | -0/+15 |
| | |||||
* | stash: add git_stash_foreach() | nulltoken | 2012-10-26 | 1 | -0/+40 |
| | |||||
* | stash: add git_stash_save() | nulltoken | 2012-10-26 | 1 | -0/+67 |