Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-02clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto
2013-10-02remote: move the credentials callback to the structCarlos Martín Nieto
2013-10-02remote: put the _download() callback with the othersCarlos Martín Nieto
2013-09-17Some tests with ident and crlf filtersRussell Belfer
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-09-09Make work if built with threading enabledRussell Belfer
2013-09-09Only use callbacks when -n or -v in add example.Krzysztof Adamski
2013-09-09Move statement after declarations in add example.Krzysztof Adamski
2013-09-09Remove unnececery arguments priting in add example.Krzysztof Adamski
2013-09-09Better usage info in add example.Krzysztof Adamski
2013-09-09Add -u option to add example.Krzysztof Adamski
2013-09-09Supported options information in add example.Krzysztof Adamski
2013-09-09Adding add example.Krzysztof Adamski
2013-09-04Split examples CMakeLists.txtRussell Belfer
2013-09-01Adding credentials callback to ls-remote and fetch too.Krzysztof Adamski
2013-09-01Removing unneeded code duplication in ls-remote.cKrzysztof Adamski
2013-08-17Improve isolation of new test from user environsRussell Belfer
2013-08-17Add example like "git init"Russell Belfer
2013-07-26Fix -n bug; default to all ancestorsBrendan Macmillan
2013-07-10Add a bunch more features to log exampleRussell Belfer
2013-07-10Fix example/log.c pathspec handling of mergesRussell Belfer
2013-07-10more examples/log.c bug fixingRussell Belfer
2013-07-10fix bug with order args and no revisionRussell Belfer
2013-07-10Fix example/log.c minor diffs with git logRussell Belfer
2013-07-10Add basic commit formatting to log outputRussell Belfer
2013-07-10rev-parse exampleRussell Belfer
2013-07-10More progress on log exampleRussell Belfer
2013-07-10Extending log example codeRussell Belfer
2013-07-10Basic framework for log commandRussell Belfer
2013-06-21Fix comment and copyright in exampleRussell Belfer
2013-06-21Add example implementation of long format statusRussell Belfer
2013-06-20Add status flags to force output sort orderRussell Belfer
2013-06-20Initial implementation of status exampleRussell Belfer
2013-05-18Extend diff exampleRussell Belfer
2013-05-16Make examples/diff.c compile vs threadsafe libraryRussell Belfer
2013-05-16Add cat-file example and increase const use in APIRussell Belfer
2013-05-16Fix trailing whitespacesnulltoken
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-04-23examples: init the threading systemCarlos Martín Nieto
2013-04-16Fix examplesvmg/unified-revisionVicent Marti
2013-04-16Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti
2013-04-16Clean up minor detailsBen Straub
2013-04-15Clean up example code.Ben Straub
2013-04-15Change git_revparse to output git_object pointersBen Straub
2013-04-10examples: Don't print weird charactersVicent Marti
2013-04-09Fix clang warnings and improve checksRussell Belfer
2013-04-09Add rev-list example to makefilesBen Straub
2013-04-09Deprecate git_revparse_single and _rangelikeBen Straub
2013-04-07Merge remote-tracking branch 'gnprice/revwalk' into developmentVicent Marti
2013-04-07examples: a test, for rev-listGreg Price