summaryrefslogtreecommitdiff
path: root/examples/blame.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2022-01-051-2/+2
* revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-311-1/+1
* Merge pull request #5272 from tiennou/examples/cli-ificationPatrick Steinhardt2019-11-281-4/+4
|\
| * examples: normalize decls and usage of options structsEtienne Samson2019-11-061-4/+4
* | example: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
|/
* examples: avoid passing signed integer to `memchr`Patrick Steinhardt2019-07-051-1/+1
* example: use `git_off_t` for the object sizeEdward Thomson2019-06-251-1/+1
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-2/+2
* examples: move MSVC compatibility macros into common headerPatrick Steinhardt2019-04-161-5/+0
* examples: create common lg2 executablePatrick Steinhardt2019-02-151-10/+1
* examples: clean up some warningsEdward Thomson2015-06-291-2/+2
* 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