summaryrefslogtreecommitdiff
path: root/examples/add.c
Commit message (Expand)AuthorAgeFilesLines
* Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* example: declare print_usage functionEdward Thomson2021-11-111-1/+1
* examples: remove unused functionEdward Thomson2021-11-111-15/+0
* examples: additions and fixesPeter Salomonsen2020-04-021-1/+3
* examples: normalize decls and usage of options structsEtienne Samson2019-11-061-10/+10
* examples: add comments to add.cEtienne Samson2019-11-061-0/+2
* examples: modernize add codeEtienne Samson2019-11-061-45/+49
* global: DRY includes of assert.hEtienne Samson2019-11-061-1/+0
* examples/add: add explanatory comments and reformatEtienne Samson2019-02-151-23/+37
* examples: create common lg2 executablePatrick Steinhardt2019-02-151-8/+1
* examples: add: fix type casting warningPatrick Steinhardt2016-10-101-5/+4
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-2/+2
* - BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha2014-02-251-1/+1
* Replace copyright topmatter in example filesBen Straub2013-11-021-3/+10
* add.c: proper frontmatterBen Straub2013-10-301-3/+8
* add.c example: deploy helpers, reorgBen Straub2013-10-301-57/+61
* Make work if built with threading enabledRussell Belfer2013-09-091-0/+4
* Only use callbacks when -n or -v in add example.Krzysztof Adamski2013-09-091-4/+4
* Move statement after declarations in add example.Krzysztof Adamski2013-09-091-2/+1
* Remove unnececery arguments priting in add example.Krzysztof Adamski2013-09-091-3/+0
* Better usage info in add example.Krzysztof Adamski2013-09-091-7/+20
* Add -u option to add example.Krzysztof Adamski2013-09-091-2/+11
* Supported options information in add example.Krzysztof Adamski2013-09-091-1/+1
* Adding add example.Krzysztof Adamski2013-09-091-0/+121