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-03Const correctness!Jacques Germishuys
2014-04-02Give the correct name for the function in the doc.fix-memory-index-doc-commentRob Rix
2014-04-02Correct a stale reference to GIT_EBAREINDEXRob Rix
2014-04-01Merge pull request #2208 from libgit2/vmg/mempackRussell Belfer
2014-04-01Merge pull request #2206 from libgit2/cmn/inmemory-swap-orderVicent Marti
2014-04-01remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto
2014-03-31Const up members of git_merge_file_resultEdward Thomson
2014-03-31Introduce git_merge_head_idEdward Thomson
2014-03-27Fix segfault if gitmodules is invalidRussell Belfer
2014-03-26Merge pull request #2204 from libgit2/rb/submodule-reference-countingVicent Marti
2014-03-26In-memory packing backendvmg/mempackVicent Marti
2014-03-25Merge pull request #2181 from anuraggup/hide_cbEdward Thomson
2014-03-25Make submodules externally refcountedRussell Belfer
2014-03-24Correcting format of comments in header fileAnurag Gupta
2014-03-24Unit Tests for hide_cb in revwalkAnurag Gupta
2014-03-24Callback to hide commits in revision walker.Anurag Gupta
2014-03-24Merge pull request #2183 from ethomson/merge_refactorVicent Marti
2014-03-24opts: bits are not bytesCarlos Martín Nieto
2014-03-24settings: use git_buf for returning stringsCarlos Martín Nieto
2014-03-20UNBORN implies FAST_FORWARDEdward Thomson
2014-03-20Introduce GIT_MERGE_ANALYSIS_UNBORNEdward Thomson
2014-03-20git_merge_status -> git_merge_analysisEdward Thomson
2014-03-20Remove `git_merge_result` as it's now unnecessaryEdward Thomson
2014-03-20Update git_merge_tree_opts to git_merge_optionsEdward Thomson
2014-03-20Change signature of `git_merge` to take merge and checkout optsEdward Thomson
2014-03-20Remove fastforward / uptodate from `git_merge`Edward Thomson
2014-03-20Add `git_merge_status` to provide info about an upcoming mergeEdward Thomson
2014-03-20Introduce git_merge_file for consumersEdward Thomson
2014-03-18Merge pull request #2189 from Aimeast/octopusVicent Marti
2014-03-18Implement git_merge_base_octopusAimeast
2014-03-18Merge pull request #2192 from phkelley/developmentVicent Marti
2014-03-18Seamless support for NTLM/Kerberos auth on WindowsPhilip Kelley
2014-03-17branch: constness fixesCarlos Martín Nieto
2014-03-13refs: fix copy-paste doc errorCarlos Martín Nieto
2014-03-10Add git_submodule_resolve_url()Jan Melcher
2014-03-07Merge pull request #2028 from libgit2/options-namesVicent Marti
2014-03-07Merge pull request #2153 from mekishizufu/tag_exampleRussell Belfer
2014-03-06git_revert_opts -> git_revert_optionsoptions-namesBen Straub
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-03-06Revert pull request #1997revert-1997Vicent Marti
2014-03-06Merge pull request #1997 from mgbowen/merge-options-init-fixVicent Marti
2014-03-06Added function-based initializers for every options struct.Matthew Bowen
2014-03-05Fix typoJiri Pospisil
2014-03-05Add git_object_short_id API to get short id stringRussell Belfer
2014-03-05Add exists_prefix to ODB backend and ODB APIRussell Belfer
2014-03-03Fix the description for `GIT_FEATURE_SSH`.Arthur Schreiber
2014-03-03features: Rename `_HAS_` to `_FEATURE_`vmg/featuresVicent Marti
2014-03-03caps: Rename the enum name too!Vicent Marti
2014-03-03caps: Rename to features to avoid confusionVicent Marti
2014-02-28Add buffer to buffer diff and patch APIsRussell Belfer