summaryrefslogtreecommitdiff
path: root/src/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-2/+2
* Merge pull request #1937 from scunz/checkout_assertVicent Martí2013-11-041-19/+18
|\
| * Checkout: git_checkout_head is git_checkout_tree without a treeishSascha Cunz2013-11-021-13/+1
| * Checkout: Don't assert if treeish is NULLSascha Cunz2013-11-021-4/+15
| * Checkout: Unifiy const-ness of `opts` parameterSascha Cunz2013-11-021-2/+2
* | Convert git_index_read to have a "force" flagRussell Belfer2013-11-011-1/+1
* | Make diff and status perform soft index reloadRussell Belfer2013-11-011-1/+1
|/
* checkout: Remove unused vectorVicent Marti2013-11-011-1/+0
* Merge pull request #1897 from libgit2/split-patch-from-diffVicent Martí2013-10-221-2/+2
|\
| * Rename diff objects and split patch.hRussell Belfer2013-10-111-2/+2
* | Move path prefixed help to path.hEdward Thomson2013-10-161-38/+13
* | Move functions in checkout_conflicts to checkout.cEdward Thomson2013-10-161-8/+696
* | Two-step conflict checkout (load / perform)Edward Thomson2013-10-161-23/+31
* | Honor UPDATE_ONLY bit when checking out conflictsEdward Thomson2013-10-161-2/+2
* | checkout (from index) can write conflictsEdward Thomson2013-10-161-38/+53
|/
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-1/+2
* clone: const-ify checkout optionsCarlos Martín Nieto2013-10-021-3/+3
* Move binary check to CRLF filter itselfRussell Belfer2013-09-171-1/+1
* Merge git_buf and git_bufferRussell Belfer2013-09-171-5/+4
* Add ident filterRussell Belfer2013-09-171-1/+1
* Extend public filter api with filter listsRussell Belfer2013-09-171-25/+13
* Create public filter object and use itRussell Belfer2013-09-171-36/+20
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
* Better macro name for is-exec-bit-set testRussell Belfer2013-09-051-1/+1
* Add more file mode permissions macrosRussell Belfer2013-09-051-8/+5
* Add public API for pathspec matchingRussell Belfer2013-07-101-5/+5
* Loosen ensure_not_bare rules in checkoutRussell Belfer2013-06-211-6/+27
* Add target directory to checkoutRussell Belfer2013-06-211-7/+18
* Fix checkout of modified file when missing from wdRussell Belfer2013-06-211-1/+3
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+1
* Make iterators use GIT_ITEROVER & smart advanceRussell Belfer2013-05-311-13/+18
* Add more diff rename detection testsRussell Belfer2013-05-201-18/+11
* Fix checkout of submodules with no .gitmodulesRussell Belfer2013-05-151-21/+36
* Remove old symlinks before updatingRussell Belfer2013-05-151-3/+11
* Unify whitespaces to tabsLinquize2013-05-151-1/+1
* Create directory for symlink before creating symlinkBrad Morgan2013-05-141-2/+5
* allow checkout to proceed when a dir to be removed is in use (win32)Edward Thomson2013-05-031-0/+3
* allow empty dirs to exist when doing checkoutEdward Thomson2013-05-011-2/+6
* merge: Warning noiseVicent Marti2013-05-011-0/+1
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-3/+3
* Use config cache where possibleRussell Belfer2013-04-231-15/+8
* Use git_odb_object_data/_size whereever possibleRussell Belfer2013-04-221-2/+2
* What has science done.Vicent Marti2013-04-221-2/+2
* checkout: use cache when possible to determine if workdir item is dirtyEdward Thomson2013-04-171-0/+12
* remove unmerged files during reset hardEdward Thomson2013-03-291-2/+5
* don't stat until the file is writtenEdward Thomson2013-03-251-3/+3
* Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-251-0/+1
* Fix valgrind issues (and mmap fallback for diff)Russell Belfer2013-03-141-1/+1
* Add INCLUDE_TREES, DONT_AUTOEXPAND iterator flagsRussell Belfer2013-03-061-1/+2
* Retire spoolandsort iteratorRussell Belfer2013-03-061-4/+2