summaryrefslogtreecommitdiff
path: root/examples/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-2/+2
* examples: normalize decls and usage of options structsEtienne Samson2019-11-061-14/+14
* examples: create common lg2 executablePatrick Steinhardt2019-02-151-14/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* examples: adjust to the new remote APICarlos Martín Nieto2015-05-131-11/+3
* examples: add remote example.Patrick Steinhardt2015-03-191-0/+277