summaryrefslogtreecommitdiff
path: root/examples/blame.c
Commit message (Expand)AuthorAgeFilesLines
* blame: Do not assume blob contents are NULL-terminatedVicent Marti2014-11-211-6/+8
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-2/+2
* Merge remote-tracking branch 'remotes/upstream/development' into developmentMiha2014-03-031-0/+5
|\
| * Document enumerator and rewordingJuan Rubén2014-02-241-1/+1
| * Add option to limit blame to first parentJuan Rubén2014-02-231-0/+5
* | - BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha2014-02-251-1/+2
|/
* Make blame example compile on MSVCLinquize2014-01-271-0/+5
* Fix warningsLinquize2013-11-121-1/+1
* blame sample: usage commentBen Straub2013-11-041-0/+1
* Reorganize and doc-commentify blame sample.Ben Straub2013-11-041-69/+96
* Standardize layout of blame sampleBen Straub2013-11-041-36/+47
* Fix post-line-range iterationBen Straub2013-10-101-1/+5
* Include signatures in blame hunksBen Straub2013-10-101-6/+4
* Only show lines that had blame run on themBen Straub2013-10-101-12/+14
* Be more flexible with argument order and formatBen Straub2013-10-101-8/+31
* Simplify loading blobBen Straub2013-10-091-13/+11
* Allow null bytes in blobBen Straub2013-10-091-10/+11
* Initialize threading, fix broken strncmpBen Straub2013-10-091-1/+4
* Fix typoBen Straub2013-09-291-1/+1
* Add blame exampleBen Straub2013-09-161-0/+131