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
2014-04-02checkout: Fix submodule_is_config_only's return valueJiri Pospisil
2014-03-26Fix submodule leaks and invalid referencesRussell Belfer
2014-03-25Make submodules externally refcountedRussell Belfer
2014-03-20Introduce git_merge_file for consumersEdward Thomson
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-01-30Fix checkout NONE to not remove fileRussell Belfer
2014-01-30Force explicit remove of files instead of deferRussell Belfer
2014-01-25diff: rename the file's 'oid' to 'id'Carlos Martín Nieto
2014-01-25index: rename an entry's id to 'id'Carlos Martín Nieto
2014-01-23Plug a small memory leakBen Straub
2014-01-22Preserve tree filemode in index during checkoutEdward Thomson
2014-01-21Merge submodulesEdward Thomson
2014-01-21Load merge.conflictstyle setting from configEdward Thomson
2014-01-21Introduce diff3 mode for checking out conflictsEdward Thomson
2014-01-21Don't try to merge binary filesEdward Thomson
2014-01-21merge_file should use more aggressive levelsEdward Thomson
2013-12-13Overwrite ignored directories on checkoutEdward Thomson
2013-12-13Overwrite ignored files on checkoutEdward Thomson
2013-12-13Cleanups, renames, and leak fixesRussell Belfer
2013-12-11Fix checkout notify callback docs and testsRussell Belfer
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Add git_vector_free_allRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-04Merge pull request #1937 from scunz/checkout_assertVicent Martí
2013-11-02Checkout: git_checkout_head is git_checkout_tree without a treeishSascha Cunz
2013-11-02Checkout: Don't assert if treeish is NULLSascha Cunz
2013-11-02Checkout: Unifiy const-ness of `opts` parameterSascha Cunz
2013-11-01Convert git_index_read to have a "force" flagRussell Belfer
2013-11-01Make diff and status perform soft index reloadRussell Belfer
2013-11-01checkout: Remove unused vectorVicent Marti
2013-10-22Merge pull request #1897 from libgit2/split-patch-from-diffVicent Martí
2013-10-17Move path prefixed help to path.hEdward Thomson
2013-10-17Move functions in checkout_conflicts to checkout.cEdward Thomson
2013-10-17Two-step conflict checkout (load / perform)Edward Thomson
2013-10-17Honor UPDATE_ONLY bit when checking out conflictsEdward Thomson
2013-10-17checkout (from index) can write conflictsEdward Thomson
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-02clone: const-ify checkout optionsCarlos Martín Nieto
2013-09-17Move binary check to CRLF filter itselfRussell Belfer
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-17Add ident filterRussell Belfer
2013-09-17Extend public filter api with filter listsRussell Belfer
2013-09-17Create public filter object and use itRussell Belfer
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-09-06Better macro name for is-exec-bit-set testRussell Belfer
2013-09-05Add more file mode permissions macrosRussell Belfer