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-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
2013-07-10Add public API for pathspec matchingRussell Belfer
2013-06-21Loosen ensure_not_bare rules in checkoutRussell Belfer
2013-06-21Add target directory to checkoutRussell Belfer
2013-06-21Fix checkout of modified file when missing from wdRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-05-31Make iterators use GIT_ITEROVER & smart advanceRussell Belfer
2013-05-21Add more diff rename detection testsRussell Belfer
2013-05-16Fix checkout of submodules with no .gitmodulesRussell Belfer
2013-05-16Remove old symlinks before updatingRussell Belfer
2013-05-15Unify whitespaces to tabsLinquize
2013-05-15Create directory for symlink before creating symlinkBrad Morgan
2013-05-04allow checkout to proceed when a dir to be removed is in use (win32)Edward Thomson
2013-05-01allow empty dirs to exist when doing checkoutEdward Thomson
2013-05-01merge: Warning noiseVicent Marti
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-23Use config cache where possibleRussell Belfer
2013-04-22Use git_odb_object_data/_size whereever possibleRussell Belfer
2013-04-22What has science done.Vicent Marti
2013-04-17checkout: use cache when possible to determine if workdir item is dirtyEdward Thomson
2013-03-29remove unmerged files during reset hardEdward Thomson
2013-03-26don't stat until the file is writtenEdward Thomson
2013-03-26Move crlf conversion into buf_textRussell Belfer
2013-03-15Fix valgrind issues (and mmap fallback for diff)Russell Belfer
2013-03-07Add INCLUDE_TREES, DONT_AUTOEXPAND iterator flagsRussell Belfer
2013-03-07Retire spoolandsort iteratorRussell Belfer