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
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
2015-05-11checkout: allow baseline to be specified as indexEdward Thomson
2015-05-04checkout: break case-changes into delete/addEdward Thomson
2015-05-04checkout: remove blocking dir when FORCEdEdward Thomson
2015-05-04Revert "Always checkout with case sensitive iterator"Edward Thomson
2015-04-28Fix some build warningsLeo Yang
2015-03-24Merge pull request #3010 from ethomson/checkout_invalid_path_errCarlos Martín Nieto
2015-03-23checkout: report correct invalid pathEdward Thomson
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-02-27checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson
2015-02-27checkout: upgrade to `SAFE_CREATE` when no index fileEdward Thomson
2015-02-19filter: take `temp_buf` in `git_filter_options`Edward Thomson
2015-02-19filter: add `git_filter_list__load_ext`Edward Thomson
2015-02-19git_filter_opt_t -> git_filter_flag_tEdward Thomson
2015-02-18checkout: let the stream writer close the fdEdward Thomson
2015-02-18git_writestream: from git_filter_streamEdward Thomson
2015-02-18checkout: maintain temporary buffer for filtersEdward Thomson
2015-02-17checkout: stream the blob into the filtersEdward Thomson
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2015-02-14checkout: introduce GIT_CHECKOUT_DONT_WRITE_INDEXEdward Thomson
2015-02-04checkout: hold seen dir paths in a mapEdward Thomson
2015-02-03attrcache: don't re-read attrs during checkoutEdward Thomson
2015-01-23checkout: free last created directoryEdward Thomson
2015-01-21checkout: remove files before writing new onesEdward Thomson
2015-01-21checkout: drop newline in error messageEdward Thomson
2015-01-21checkout: don't recreate previous directoryEdward Thomson
2015-01-21git_path_join_unrooted: return base lenEdward Thomson
2015-01-21checkout: introduce git_checkout_perfdataEdward Thomson
2014-12-23Always checkout with case sensitive iteratorEdward Thomson
2014-12-16checkout: disallow bad paths on win32Edward Thomson
2014-11-10Fixed a couple Clang warningsPierre-Olivier Latour
2014-11-07iterator: submodules are determined by an index or treeCarlos Martín Nieto