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
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-06-29checkout: FORCE doesn't halt on dirty indexEdward Thomson
2018-06-29index: commit the changes to the index properlyEdward Thomson
2018-06-26checkout: always set the index in checkout dataEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-05-23path: reject .gitmodules as a symlinkCarlos Martín Nieto
2018-02-24checkout: respect core.filemode when comparing filemodesEdward Thomson
2018-02-19checkout: take mode into account when comparing index to baselineEdward Thomson
2017-12-05Do not attempt to check out submodule as blob when merging a submodule modify...David Turner
2017-10-07checkout: do not test file mode on WindowsEdward Thomson
2017-10-07checkout: treat files as modified if mode differsEdward Thomson
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-06-10checkout: cope with untracked files in directory deletionEdward Thomson
2017-03-20checkout: fix double-free of checkout_data's mkdir_mapPatrick Steinhardt
2017-02-17strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt
2017-01-14Merge pull request #4054 from jfultz/jfultz/fix_GIT_CHECKOUT_DISABLE_PATHSPEC...Edward Thomson
2016-12-30Fix handling of GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH flag.John Fultz
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-11-14checkout: pass string instead of git_buf to `giterr_set`Patrick Steinhardt
2016-09-14checkout: don't try to calculate oid for directoriesEdward Thomson
2016-08-30git_checkout_tree options fixStefan Huber
2016-06-26Merge pull request #3223 from ethomson/applyEdward Thomson
2016-06-15checkout: use empty baseline when no indexEdward Thomson
2016-05-26git_diff_generated: abstract generated diffsEdward Thomson
2016-05-26checkout: handle dirty submodules correctlyJason Haslam
2016-05-02checkout: set ignorecase=0 when config lookup failsPatrick Steinhardt
2016-03-24iterator: drop `advance_into_or_over`Edward Thomson
2016-03-24iterator: combine fs+workdir iterators more completelyEdward Thomson
2016-03-24checkout: provide internal func to compute target pathEdward Thomson
2016-03-24iterator: disambiguate reset and reset_rangeEdward Thomson
2016-02-18Merge pull request #3619 from ethomson/win32_forbiddenCarlos Martín Nieto
2016-02-17index: allow read of index w/ illegal entriesEdward Thomson
2016-02-12Horrible fix for #3173.Arthur Schreiber
2016-02-09checkout: fix resource leakPatrick Steinhardt
2015-11-23checkout: only consider nsecs when built that wayEdward Thomson
2015-10-28pool: Simplify implementationVicent Marti
2015-10-05diff: don't feed large files to xdiffEdward Thomson
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-09-16checkout: overwrite files with differing modesEdward Thomson
2015-08-31checkout: use pathlist-based iteratorsEdward Thomson
2015-08-29iterator: use an options struct instead of argsEdward Thomson
2015-07-12Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough
2015-06-25Rename FALLBACK to UNSPECIFIEDCarlos Martín Nieto
2015-06-22submodule: add an ignore option to statusCarlos Martín Nieto
2015-06-22submodule: don't let status change an existing instanceCarlos Martín Nieto
2015-06-22submodule: remove the per-repo cacheCarlos Martín Nieto
2015-06-20diff: preserve original mode in the indexEdward Thomson
2015-06-17checkout: allow workdir to contain checkout targetEdward Thomson
2015-05-29Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson