summaryrefslogtreecommitdiff
path: root/src/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1233 from arrbee/file-similarity-metricVicent Martí2013-02-271-1/+1
|\
| * Replace diff delta binary with flagsRussell Belfer2013-02-201-1/+1
* | don't dereference at the end of the workdir iteratorEdward Thomson2013-02-271-2/+4
|/
* Clear up warnings from cppcheckRussell Belfer2013-02-151-3/+7
* Return the matched pathspec pattern in `git_pathspec_match_path`yorah2013-02-071-1/+1
* cache should contain on-disk (filtered) file sizeEdward Thomson2013-01-171-3/+1
* Update iterator API with flags for ignore_caseRussell Belfer2013-01-151-6/+10
* checkout: Teach checkout to cope with orphaned Headnulltoken2013-01-131-1/+8
* Merge pull request #1215 from phkelley/binaryunicodePhilip Kelley2013-01-111-9/+13
|\
| * Check for binary blobs in checkoutRussell Belfer2013-01-111-9/+13
* | checkout: Deploy EMERGECONFLICT usagenulltoken2013-01-111-1/+1
* | Add GIT_CHECKOUT_DISABLE_PATHSPEC_MATCHRussell Belfer2013-01-101-1/+5
|/
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix checkout of index-only dirs and prefixed pathsRussell Belfer2013-01-041-28/+41
* Fix checkout bug rmv untracked trees from indexRussell Belfer2013-01-041-14/+33
* Fix memory leak with checkout tree iteratorRussell Belfer2013-01-041-2/+1
* Fixing checkout UPDATE_ONLY and adding testsRussell Belfer2013-01-041-0/+28
* Simplify checkout documentationRussell Belfer2013-01-041-176/+8
* Fix some submodule and typechange checkout casesRussell Belfer2013-01-041-24/+109
* Fix workdir notifications and removalsRussell Belfer2013-01-041-20/+25
* Fix up spoolandsort iterator usageRussell Belfer2013-01-041-2/+1
* Add index updating to checkoutRussell Belfer2013-01-041-50/+136
* More checkout improvementsRussell Belfer2013-01-041-391/+632
* Rework checkout internals (again)Russell Belfer2013-01-041-406/+705
* Make spoolandsort a pushable iterator behaviorRussell Belfer2012-12-271-3/+1
* Fix diff constructor name order confusionRussell Belfer2012-12-171-1/+1
* Clean up iterator APIsRussell Belfer2012-12-101-2/+1
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-051-2/+4
|\
| * Deploy GIT_INIT_STRUCTUREBen Straub2012-11-301-3/+1
| * Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-18/+2
| * Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-1/+1
| * Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-301-1/+21
* | indentation fixEdward Thomson2012-12-041-3/+3
* | hey don't stomp on my memory!Edward Thomson2012-12-041-3/+7
|/
* More external API cleanupVicent Marti2012-11-271-1/+1
* repo: Make git_repository_head_tree() return error codesnulltoken2012-11-221-1/+3
* Merge pull request #1071 from arrbee/alternate-fix-strcmpScott J. Goldman2012-11-151-1/+1
|\
| * Add POSIX compat lstat() variant for win32Russell Belfer2012-11-141-1/+1
* | Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-3/+5
* | Fix diff API to better parameter orderRussell Belfer2012-11-141-1/+1
|/
* Fix warnings and valgrind issuesRussell Belfer2012-11-091-2/+6
* Fix various cross-platform build issuesRussell Belfer2012-11-091-3/+3
* Rework checkout with new strategy optionsRussell Belfer2012-11-091-152/+314
* Fix checkout behavior when its hands are tiedRussell Belfer2012-11-091-119/+230
* Extensions to rmdir and mkdir utilitiesRussell Belfer2012-11-091-1/+1
* Checkout: remove duplicate 100% progress reportBen Straub2012-10-311-2/+0
* Improve clone sample's formattingBen Straub2012-10-191-1/+2
* Checkout progress now reports completed/total stepsBen Straub2012-10-191-14/+14
* Remove third stage from checkout progress reportingBen Straub2012-10-191-12/+8
* Correct progress reporting from checkoutBen Straub2012-10-191-8/+35