summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* | examples: ls-files: update print_paths to print all casesCarson Howard2018-03-271-19/+17
* | test: ls-files: remove dependency on git_arrayCarson Howard2018-03-271-11/+12
* | examples: ls-files: fix build errorCarson Howard2018-03-271-1/+1
* | examples: ls-files: address PR and styleCarson Howard2018-03-271-24/+14
* | examples: ls-files: use git_array_t to handle filesCarson Howard2018-03-271-11/+11
* | examples: ls-files: build file list with arrayCarson Howard2018-03-271-9/+9
* | examples: ls-files: fix compile errorCarson Howard2018-03-271-3/+7
* | examples: ls-files: fix style and refactorCarson Howard2018-03-271-70/+65
* | examples: ls-files: handle --error-unmatchCarson Howard2018-03-271-15/+42
* | examples: ls-files: show current files in indexCarson Howard2018-03-271-20/+109
* | examples: ls-files: list filesCarson Howard2018-03-271-0/+37
|/
* 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