summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: zero out our options memory before useEtienne Samson2018-01-251-0/+2
* examples: our/their can be NULLEtienne Samson2018-01-251-2/+4
* examples: fix remaining review commentsEtienne Samson2018-01-251-0/+2
* examples: move support code into static functionsEtienne Samson2018-01-251-81/+97
* examples: hoist the merge analysis back into mainEtienne Samson2018-01-251-58/+39
* examples: minor review fixupsEtienne Samson2018-01-251-10/+12
* examples: add mergeEtienne Samson2018-01-251-0/+391
* examples: Dead code & warningsEtienne Samson2018-01-251-7/+0
* examples: Move xrealloc to common example codeEtienne Samson2018-01-253-10/+15
* examples: Switch to the nifty argv helpers from commonEtienne Samson2018-01-252-19/+36
* examples: network: fix Win32 linking errors due to getlinePatrick Steinhardt2017-11-061-2/+39
* Merge pull request #4373 from cjhoward92/examples/log-show-log-sizeCarlos Martín Nieto2017-10-291-3/+10
|\
| * examples: log: pass options pointer to print_commitCarson Howard2017-10-131-7/+7
| * example-log: add support for --log-sizeCarson Howard2017-10-111-4/+11
* | examples: remove MakefilePatrick Steinhardt2017-10-202-32/+0
|/
* Fix Issue #4047 Check return codes and free objectsexample_generalDouglas Swanson2017-10-071-3/+28
* cmake: keep track of libraries and includes via listsPatrick Steinhardt2017-08-161-0/+3
* examples: network: refactor credentials callbackPatrick Steinhardt2017-05-151-5/+19
* examples: general: fix memory leaksPatrick Steinhardt2017-01-121-1/+30
* examples: general: display config only if it was foundPatrick Steinhardt2017-01-121-3/+3
* examples: general: narrow down scope of loop variablesPatrick Steinhardt2017-01-121-4/+6
* examples: general: clean up committer/author variablesPatrick Steinhardt2017-01-121-4/+4
* fix examples/network/clone.c: heap-buffer-overflowForce.Charlie-I2017-01-091-1/+1
* Fix issue #4046 Seg fault in config_files()Douglas Swanson2016-12-291-4/+6
* examples: add: fix type casting warningPatrick Steinhardt2016-10-101-5/+4
* examples: diff: parse correct types for line-diffoptsPatrick Steinhardt2016-10-103-3/+31
* examples: fix warnings in network/fetch.cPatrick Steinhardt2016-10-101-7/+7
* examples: general: fix remaining warningsPatrick Steinhardt2016-10-101-9/+14
* examples: general: convert C99 comments to C90 commentsPatrick Steinhardt2016-10-101-42/+54
* examples: general: extract function demonstrating OID parsingPatrick Steinhardt2016-10-101-26/+44
* examples: general: extract function demonstrating ODBPatrick Steinhardt2016-10-101-51/+77
* examples: general: extract function demonstrating commit writingPatrick Steinhardt2016-10-101-36/+51
* examples: general: extract functions demonstrating object parsingPatrick Steinhardt2016-10-101-131/+194
* examples: general: extract function demonstrating revwalkingPatrick Steinhardt2016-10-101-39/+53
* examples: general: extract function demonstrating index walkingPatrick Steinhardt2016-10-101-24/+33
* examples: general: extract function demonstrating reference listingsPatrick Steinhardt2016-10-101-22/+36
* examples: general: extract function demonstrating config filesPatrick Steinhardt2016-10-101-14/+23
* examples: general: use tabs instead of spacesPatrick Steinhardt2016-10-101-457/+457
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-1/+1
* Update link to Pro Git's Git internals chapter.Patrick McKenna2016-03-071-3/+2
* fix returnEun2015-10-071-0/+1
* Update another call to git_remote_connectMatt Burke2015-09-081-1/+1
* Merge pull request #3306 from libgit2/cmn/fetch-ex-fetchCarlos Martín Nieto2015-07-131-74/+27
|\
| * examples: modernise the fetch examplecmn/fetch-ex-fetchCarlos Martín Nieto2015-07-121-74/+27
* | Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough2015-07-121-2/+2
|/
* examples: clean up some warningsEdward Thomson2015-06-292-2/+4
* Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecifiedCarlos Martín Nieto2015-06-251-1/+1
* examples: adjust to submodule status API changeCarlos Martín Nieto2015-06-221-16/+10
* print_usage functions is defined but not usedAriel O. Barria2015-06-031-0/+2
* remote: remove fetch parameter from create_anonymousCarlos Martín Nieto2015-05-282-2/+2