summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | add.c: proper frontmatterBen Straub2013-10-301-3/+8
| * | | | | init.c example: deploy more helpersBen Straub2013-10-301-7/+4
| * | | | | add.c example: deploy helpers, reorgBen Straub2013-10-301-57/+61
| * | | | | init example: deploy helpers, reorgBen Straub2013-10-301-127/+122
| * | | | | Extract common example helpers and reorg examplesRussell Belfer2013-10-297-540/+808
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí2013-11-011-6/+6
|\ \ \ \ \
| * | | | | indexer: remove the stream infixCarlos Martín Nieto2013-10-301-6/+6
| |/ / / /
* | | | | Use gmtime() instead of gmtime_t()Linquize2013-10-311-3/+3
|/ / / /
* | | | Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-283-4/+20
|\ \ \ \
| * | | | indexer: include the delta statsCarlos Martín Nieto2013-10-232-2/+13
| * | | | examples: show used local objects in fetchCarlos Martín Nieto2013-10-231-1/+6
| * | | | indexer: fix thin packsCarlos Martín Nieto2013-10-041-1/+1
| | |/ / | |/| |
* | | | Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-212-18/+26
* | | | Diff API cleanupRussell Belfer2013-10-152-22/+9
* | | | Rename diff objects and split patch.hRussell Belfer2013-10-112-10/+10
| |_|/ |/| |
* | | clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-5/+3
* | | remote: move the credentials callback to the structCarlos Martín Nieto2013-10-023-3/+5
* | | remote: put the _download() callback with the othersCarlos Martín Nieto2013-10-022-3/+5
|/ /
* | Some tests with ident and crlf filtersRussell Belfer2013-09-171-0/+4
* | No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
|/
* 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
* Split examples CMakeLists.txtRussell Belfer2013-09-031-0/+14
* Adding credentials callback to ls-remote and fetch too.Krzysztof Adamski2013-09-016-33/+45
* Removing unneeded code duplication in ls-remote.cKrzysztof Adamski2013-09-011-33/+7
* Improve isolation of new test from user environsRussell Belfer2013-08-161-0/+28
* Add example like "git init"Russell Belfer2013-08-162-1/+218
* Fix -n bug; default to all ancestorsBrendan Macmillan2013-07-271-3/+4
* 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