summaryrefslogtreecommitdiff
path: root/examples/rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-0/+6
* oid: give oids a typeEdward Thomson2022-06-201-1/+1
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-141-2/+2
* revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-311-1/+1
* examples: buff up rev-list by adding OID supportEtienne Samson2019-11-061-22/+58
* examples: create common lg2 executablePatrick Steinhardt2019-02-151-6/+1
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-2/+2
* Factor 40 and 41 constants from source.Ciro Santilli2014-09-161-2/+2
* Replace copyright topmatter in example filesBen Straub2013-11-021-3/+11
* rev-list.c example: use common utils, reorganizeBen Straub2013-10-301-34/+28
* Fix trailing whitespacesnulltoken2013-05-151-1/+0
* Fix examplesvmg/unified-revisionVicent Marti2013-04-161-9/+11
* Clean up example code.Ben Straub2013-04-151-3/+3
* Change git_revparse to output git_object pointersBen Straub2013-04-151-6/+10
* Deprecate git_revparse_single and _rangelikeBen Straub2013-04-091-15/+13
* examples: rev-listGreg Price2013-04-061-0/+116