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-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
2013-04-07examples: rev-listGreg Price
2013-04-04General example: run against testrepo.gitBen Straub
2013-03-20Fix link issue in network exampleslionel vitte
2013-03-03Simplify diff example using revparseRussell Belfer
2013-02-26Give props to Martin PoolMartin Woodward
2013-02-16Add rudimentary error checks and reformat commentsRussell Belfer
2013-02-12Merge pull request #1316 from ben/clone-cancelRussell Belfer
2013-02-07removed other references to api.htmlCarlos Scheidegger
2013-02-05Allow progress callback to cancel fetchBen Straub
2013-01-31Add user-from-url param to auth callbackBen Straub
2013-01-24update examples to work on windowsEdward Thomson
2013-01-23Don't clear the opt instance in the diff example.Sebastian Bauer
2013-01-10Don't call pthread_exit() in the callback.Sebastian Bauer
2013-01-03Merge pull request #1152 from ben/clone-api-structificationVicent Martí
2013-01-03Include checkout options inlineBen Straub
2013-01-03Move `url` to last place in parameter listBen Straub
2012-12-29Update showindex exampleRussell Belfer
2012-12-27Fix warnings in exampleBen Straub
2012-12-22Fix examplesBen Straub
2012-12-20Rename remote creation APIsBen Straub
2012-12-20Fix clone sampleBen Straub
2012-12-17Fix diff constructor name order confusionRussell Belfer
2012-12-16Make building samples more friendlyBen Straub
2012-12-15Move non-options back out of options structBen Straub
2012-12-15Deploy git_clone_options to network sampleBen Straub
2012-12-13Enable authenticated clones in network sampleBen Straub
2012-12-13Stop premature remote freeing when cloningBen Straub
2012-12-13Fix network exampleBen Straub
2012-12-01Deploy GIT_REMOTE_CALLBACKS_INITBen Straub
2012-12-01Deploy GIT_DIFF_OPTIONS_INITBen Straub
2012-12-01Deploy GIT_CHECKOUT_OPTS_INITBen Straub
2012-11-28API updates for remote.hBen Straub
2012-11-28API updates for index.hBen Straub
2012-11-28Update diff callback param orderRussell Belfer
2012-11-28API review / update for tree.hRussell Belfer
2012-11-28Examples: fix clone apiBen Straub
2012-11-28Examples: fix reference namesBen Straub
2012-11-17tag: rename git_tag_type to git_tag_target_typenulltoken
2012-11-15Add explicit git_index ptr to diff and checkoutRussell Belfer