summaryrefslogtreecommitdiff
path: root/examples/tag.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosAaron Franke2021-02-151-2/+2
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-1/+1
* examples: normalize decls and usage of options structsEtienne Samson2019-11-061-9/+9
* examples: create common lg2 executablePatrick Steinhardt2019-02-151-10/+1
* object_type: convert final internal users to new namesethomson/git_objEdward Thomson2019-01-171-2/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-2/+2
* Fix warningLinquize2014-09-011-1/+1
* examples: Use git_object_short_idJiri Pospisil2014-04-011-4/+6
* Move all variable declarations to the top of the blockJiri Pospisil2014-03-051-4/+7
* Add tag exampleJiri Pospisil2014-03-051-0/+314