summaryrefslogtreecommitdiff
path: root/include/git2/blame.h
Commit message (Expand)AuthorAgeFilesLines
* mailmap: Integrate mailmaps with blame and signaturesNika Layzell2018-06-141-0/+10
* docs: standardize struct git_*_options commentsEtienne Samson2018-05-071-3/+2
* docs: fix comment styleEtienne Samson2018-05-071-3/+6
* docs: move blame options struct field commentsEtienne Samson2018-05-071-14/+17
* docs: standardize comment block for git_*_init_options functionsEtienne Samson2018-05-071-4/+6
* docs: fix some comment-marker typosEtienne Samson2018-05-071-1/+1
* blame: use size_t for line counts in git_blame_hunkPatrick Steinhardt2015-12-011-6/+6
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-1/+0
* Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-10/+9
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
* Document enumerator and rewordingJuan Rubén2014-02-241-1/+2
* Add option to limit blame to first parentJuan Rubén2014-02-231-0/+2
* Some fixes for Windows x64 warningsRussell Belfer2014-01-301-1/+1
* Blame: change signature to be more binding-friendlyBen Straub2013-11-051-1/+1
* Move flag dependencies into docs and code.Ben Straub2013-10-101-4/+4
* Include signatures in blame hunksBen Straub2013-10-101-0/+2
* Trim API, document which parts aren't doneBen Straub2013-09-251-6/+8
* Detect boundaries, support limiting commit rangeBen Straub2013-09-201-0/+4
* Port blame from git.gitBen Straub2013-09-161-29/+40
* Fix spelling, remove pesky constsBen Straub2013-06-131-3/+3
* Introduce git_blame_bufferBen Straub2013-06-131-0/+14
* Change API based on @arrbee's feedbackBen Straub2013-06-131-13/+33
* Initial blame APIBen Straub2013-06-131-0/+145