summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch more features to log exampleRussell Belfer2013-07-101-14/+112
* Fix example/log.c pathspec handling of mergesRussell Belfer2013-07-101-32/+92
* more examples/log.c bug fixingRussell Belfer2013-07-101-4/+4
* fix bug with order args and no revisionRussell Belfer2013-07-101-2/+5
* Fix example/log.c minor diffs with git logRussell Belfer2013-07-101-2/+5
* Add basic commit formatting to log outputRussell Belfer2013-07-101-3/+55
* rev-parse exampleRussell Belfer2013-07-102-1/+107
* More progress on log exampleRussell Belfer2013-07-101-62/+146
* Extending log example codeRussell Belfer2013-07-101-3/+50
* Basic framework for log commandRussell Belfer2013-07-102-1/+59
* Fix comment and copyright in exampleRussell Belfer2013-06-201-6/+11
* Add example implementation of long format statusRussell Belfer2013-06-201-2/+145
* Add status flags to force output sort orderRussell Belfer2013-06-201-1/+2
* Initial implementation of status exampleRussell Belfer2013-06-202-1/+295
* Extend diff exampleRussell Belfer2013-05-171-6/+44
* Make examples/diff.c compile vs threadsafe libraryRussell Belfer2013-05-161-2/+8
* Add cat-file example and increase const use in APIRussell Belfer2013-05-162-1/+230
* Fix trailing whitespacesnulltoken2013-05-151-1/+0
* refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+1
* examples: init the threading systemCarlos Martín Nieto2013-04-231-0/+2
* Fix examplesvmg/unified-revisionVicent Marti2013-04-161-9/+11
* Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-153-14/+16
|\
| * Clean up minor detailsBen Straub2013-04-151-1/+1
| * Clean up example code.Ben Straub2013-04-151-3/+3
| * Change git_revparse to output git_object pointersBen Straub2013-04-152-10/+12
| * Add rev-list example to makefilesBen Straub2013-04-091-1/+1
| * Deprecate git_revparse_single and _rangelikeBen Straub2013-04-092-16/+16
* | examples: Don't print weird charactersVicent Marti2013-04-101-2/+1
* | Fix clang warnings and improve checksRussell Belfer2013-04-093-8/+17
|/
* Merge remote-tracking branch 'gnprice/revwalk' into developmentVicent Marti2013-04-073-0/+212
|\
| * examples: a test, for rev-listGreg Price2013-04-061-0/+95
| * examples: rev-listGreg Price2013-04-062-0/+117
* | General example: run against testrepo.gitBen Straub2013-04-041-9/+13
* | Fix link issue in network exampleslionel vitte2013-03-201-2/+3
|/
* Simplify diff example using revparseRussell Belfer2013-03-021-20/+1
* Give props to Martin PoolMartin Woodward2013-02-261-1/+4
* Add rudimentary error checks and reformat commentsRussell Belfer2013-02-151-146/+207
* Merge pull request #1316 from ben/clone-cancelRussell Belfer2013-02-121-1/+2
|\
| * Allow progress callback to cancel fetchBen Straub2013-02-051-1/+2
* | removed other references to api.htmlCarlos Scheidegger2013-02-061-2/+1
|/
* Add user-from-url param to auth callbackBen Straub2013-01-311-0/+1
* update examples to work on windowsEdward Thomson2013-01-233-8/+31
* Don't clear the opt instance in the diff example.Sebastian Bauer2013-01-231-2/+0
* Don't call pthread_exit() in the callback.Sebastian Bauer2013-01-101-1/+1
* Merge pull request #1152 from ben/clone-api-structificationVicent Martí2013-01-023-21/+22
|\
| * Include checkout options inlineBen Straub2013-01-021-1/+1
| * Move `url` to last place in parameter listBen Straub2013-01-022-2/+2
| * Fix warnings in exampleBen Straub2012-12-271-3/+15
| * Fix examplesBen Straub2012-12-212-2/+2
| * Rename remote creation APIsBen Straub2012-12-202-2/+2