summaryrefslogtreecommitdiff
path: root/examples/log.c
Commit message (Expand)AuthorAgeFilesLines
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-2/+2
* examples/log.c: invert filtering impl and conditionalEoin Coffey2014-05-281-14/+14
* Add support for --grepEoin Coffey2014-05-231-1/+23
* Add --committer option, and break out helper functionEoin Coffey2014-05-231-7/+21
* Add support for --author flag in example log implementationEoin Coffey2014-05-221-1/+10
* Replace copyright topmatter in example filesBen Straub2013-11-021-3/+10
* Merge pull request #1916 from libgit2/simplify-examplesVicent Martí2013-11-011-232/+249
|\
| * Format comments for use with doccoBen Straub2013-10-311-26/+29
| * Extract common example helpers and reorg examplesRussell Belfer2013-10-291-227/+241
* | Use gmtime() instead of gmtime_t()Linquize2013-10-311-3/+3
|/
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-6/+10
* Diff API cleanupRussell Belfer2013-10-151-1/+1
* Rename diff objects and split patch.hRussell Belfer2013-10-111-5/+5
* Fix -n bug; default to all ancestorsBrendan Macmillan2013-07-271-3/+4
* Add a bunch more features to log exampleRussell Belfer2013-07-101-14/+112
* Fix example/log.c pathspec handling of mergesRussell Belfer2013-07-101-32/+92
* more examples/log.c bug fixingRussell Belfer2013-07-101-4/+4
* fix bug with order args and no revisionRussell Belfer2013-07-101-2/+5
* Fix example/log.c minor diffs with git logRussell Belfer2013-07-101-2/+5
* Add basic commit formatting to log outputRussell Belfer2013-07-101-3/+55
* More progress on log exampleRussell Belfer2013-07-101-62/+146
* Extending log example codeRussell Belfer2013-07-101-3/+50
* Basic framework for log commandRussell Belfer2013-07-101-0/+58