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-11-01A few formatting changes for roccoCarlos Martín Nieto
2013-11-01Update examples/README.mdRussell Belfer
2013-11-01Format comments for use with doccoBen Straub
2013-10-31Use gmtime() instead of gmtime_t()Linquize
2013-10-31Clean up showindex sampleBen Straub
2013-10-31Reorganize rev-parse exampleBen Straub
2013-10-30rev-list.c example: use common utils, reorganizeBen Straub
2013-10-30cat-file.c example: deploy helpers, reorgBen Straub
2013-10-30add.c: proper frontmatterBen Straub
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-10-30init.c example: deploy more helpersBen Straub
2013-10-30add.c example: deploy helpers, reorgBen Straub
2013-10-30init example: deploy helpers, reorgBen Straub
2013-10-30Extract common example helpers and reorg examplesRussell Belfer
2013-10-28Merge remote-tracking branch 'libgit2/development' into blameBen Straub
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-23indexer: include the delta statsCarlos Martín Nieto
2013-10-23examples: show used local objects in fetchCarlos Martín Nieto
2013-10-22Create git_diff_line and extend git_diff_hunkRussell Belfer
2013-10-16Diff API cleanupRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-10-11Fix post-line-range iterationBen Straub
2013-10-11Include signatures in blame hunksBen Straub
2013-10-11Only show lines that had blame run on themBen Straub
2013-10-11Be more flexible with argument order and formatBen Straub
2013-10-10Ignore more built examplesBen Straub
2013-10-10Simplify loading blobBen Straub
2013-10-10Allow null bytes in blobBen Straub
2013-10-10Initialize threading, fix broken strncmpBen Straub
2013-10-10Un-remove init exampleBen Straub
2013-10-04indexer: fix thin packsCarlos Martín Nieto
2013-10-03Merge branch 'development' into blameBen Straub
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-29Fix typoBen Straub
2013-09-26Merge branch 'development' into blameBen Straub
2013-09-17Some tests with ident and crlf filtersRussell Belfer
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-09-17Add blame exampleBen Straub
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