summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* examples: show the sideband progress on cloneCarlos Martín Nieto2015-05-131-0/+8
* examples: adjust to the new remote APICarlos Martín Nieto2015-05-134-24/+16
* Restructured to be nicer exampleTomas Paladin Volf2015-05-021-9/+14
* Added call to git_libgit2_shutdown()Tomas Paladin Volf2015-04-301-2/+4
* describe example: enable building by default.Patrick Steinhardt2015-04-072-0/+2
* examples: add remote example.Patrick Steinhardt2015-03-193-1/+279
* Merge pull request #2808 from libgit2/cmn/repo-identEdward Thomson2015-03-031-1/+1
|\
| * Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
* | Merge pull request #2885 from JIghtuse/masterCarlos Martín Nieto2015-03-031-6/+24
|\ \ | |/ |/|
| * describe example: function to add commits to optsBoris Egorov2015-02-061-6/+24
* | example: drop `SAFE_CREATE` from clone exampleEdward Thomson2015-02-271-1/+1
|/
* for-each-ref example: init/shutdown libgit2 in mainBoris Egorov2015-02-051-0/+3
* describe example: fix memory allocation sizeBoris Egorov2015-01-251-2/+4
* clone example: don't divide by zeroEdward Thomson2015-01-101-3/+9
* Spelling fixesWill Stamper2014-12-041-2/+2
* blame: Do not assume blob contents are NULL-terminatedVicent Marti2014-11-211-6/+8
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-0814-25/+29
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-082-2/+2
* describe: add exampleLinquize2014-10-123-0/+198
* remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-1/+1
* Merge pull request #2567 from cirosantilli/factor-41Vicent Marti2014-09-173-6/+6
|\
| * Factor 40 and 41 constants from source.Ciro Santilli2014-09-163-6/+6
* | Fix typoLinquize2014-09-161-1/+1
|/
* Fix warningLinquize2014-09-011-1/+1
* examples/log.c: invert filtering impl and conditionalEoin Coffey2014-05-281-14/+14
* Add support for --grepEoin Coffey2014-05-231-1/+23
* Add --committer option, and break out helper functionEoin Coffey2014-05-231-7/+21
* Add support for --author flag in example log implementationEoin Coffey2014-05-221-1/+10
* Include windows.h on win32 for SleepEdward Thomson2014-05-211-2/+3
* examples: add a basic for-each-ref examplepeff/iconvJeff King2014-05-083-0/+48
* Make examples/status.c compile on WindowsLinquize2014-05-011-0/+4
* Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-251-1/+1
|\
| * Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
* | Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-221-66/+37
* | Some doc and examples/diff.c changesRussell Belfer2014-04-221-65/+86
|/
* Add some funny options for debugging statusRussell Belfer2014-04-011-9/+50
* Merge pull request #2228 from mekishizufu/example_short_idVicent Marti2014-04-011-4/+6
|\
| * examples: Use git_object_short_idJiri Pospisil2014-04-011-4/+6
* | Merge pull request #2206 from libgit2/cmn/inmemory-swap-orderVicent Marti2014-04-012-2/+2
|\ \ | |/ |/|
| * remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-012-2/+2