summaryrefslogtreecommitdiff
path: root/src/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* diff: preserve original mode in the indexEdward Thomson2015-06-201-1/+1
* checkout: allow workdir to contain checkout targetethomson/racy-diffcmn/racy-diffEdward Thomson2015-06-161-3/+14
* Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson2015-05-291-3/+3
* checkout: allow baseline to be specified as indexEdward Thomson2015-05-111-5/+14
* checkout: break case-changes into delete/addEdward Thomson2015-05-041-1/+2
* checkout: remove blocking dir when FORCEdEdward Thomson2015-05-041-3/+26
* Revert "Always checkout with case sensitive iterator"Edward Thomson2015-05-041-1/+1
* Fix some build warningsLeo Yang2015-04-281-1/+1
* Merge pull request #3010 from ethomson/checkout_invalid_path_errCarlos Martín Nieto2015-03-241-1/+1
|\
| * checkout: report correct invalid pathEdward Thomson2015-03-231-1/+1
* | config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-4/+6
* | checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson2015-02-271-9/+8
* | checkout: upgrade to `SAFE_CREATE` when no index fileEdward Thomson2015-02-271-0/+7
|/
* filter: take `temp_buf` in `git_filter_options`Edward Thomson2015-02-191-3/+2
* filter: add `git_filter_list__load_ext`Edward Thomson2015-02-191-6/+12
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-2/+2
* checkout: let the stream writer close the fdEdward Thomson2015-02-181-2/+1
* git_writestream: from git_filter_streamEdward Thomson2015-02-181-5/+5
* checkout: maintain temporary buffer for filtersEdward Thomson2015-02-171-0/+3
* checkout: stream the blob into the filtersEdward Thomson2015-02-171-39/+82
* Remove extra semicolon outside of a functionStefan Widgren2015-02-151-1/+1
* checkout: introduce GIT_CHECKOUT_DONT_WRITE_INDEXEdward Thomson2015-02-141-1/+4
* checkout: hold seen dir paths in a mapEdward Thomson2015-02-041-38/+39
* attrcache: don't re-read attrs during checkoutEdward Thomson2015-02-031-3/+10
* checkout: free last created directoryEdward Thomson2015-01-231-0/+1
* checkout: remove files before writing new onesEdward Thomson2015-01-201-8/+48
* checkout: drop newline in error messageEdward Thomson2015-01-201-1/+1
* checkout: don't recreate previous directoryEdward Thomson2015-01-201-3/+19
* git_path_join_unrooted: return base lenEdward Thomson2015-01-201-1/+1
* checkout: introduce git_checkout_perfdataEdward Thomson2015-01-201-34/+77
* Always checkout with case sensitive iteratorEdward Thomson2014-12-231-1/+1
* checkout: disallow bad paths on win32Edward Thomson2014-12-161-1/+27
* Fixed a couple Clang warningsPierre-Olivier Latour2014-11-101-0/+4
* iterator: submodules are determined by an index or treecmn/submodule-and-dirCarlos Martín Nieto2014-11-071-3/+9
* checkout_index: Remove stage 0 when checking out conflictsEdward Thomson2014-11-061-3/+17
* checkout_index: remove conflicts when checking out new filesEdward Thomson2014-11-061-48/+137
* config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-231-2/+1
* Don't copy buffer in checkout unless neededEdward Thomson2014-10-131-6/+8
* Ensure filters (i.e. CRLF) are applied when checking out conflict contentJacques Germishuys2014-10-131-3/+19
* Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr...Alan Rogers2014-07-221-23/+116
|\
| * git_checkout_index: checkout other indexesEdward Thomson2014-07-011-23/+116
* | Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-201-0/+2
|/
* Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-1/+2
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-9/+4
* Add diff option to update index stat cacheRussell Belfer2014-05-021-1/+1
* Lay groundwork for updating stat cache in diffRussell Belfer2014-05-021-2/+1
* Add build option for diff internal statisticsRussell Belfer2014-05-021-2/+1
* Treat ignored, empty, and untracked dirs differentRussell Belfer2014-04-231-5/+5
* Make checkout match diff for untracked/ignored dirRussell Belfer2014-04-221-28/+57
* Make stash and checkout ignore contained reposRussell Belfer2014-04-221-2/+15