summaryrefslogtreecommitdiff
path: root/src/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* checkout: Fix submodule_is_config_only's return valueJiri Pospisil2014-04-021-1/+1
* Fix submodule leaks and invalid referencesRussell Belfer2014-03-251-5/+9
* Make submodules externally refcountedRussell Belfer2014-03-251-11/+15
* Introduce git_merge_file for consumersEdward Thomson2014-03-201-27/+16
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-14/+14
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* Fix checkout NONE to not remove fileRussell Belfer2014-01-301-1/+1
* Force explicit remove of files instead of deferRussell Belfer2014-01-301-0/+2
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-7/+7
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-7/+7
* Plug a small memory leakBen Straub2014-01-221-1/+4
* Preserve tree filemode in index during checkoutEdward Thomson2014-01-221-2/+1
* Merge submodulesEdward Thomson2014-01-201-2/+19
* Load merge.conflictstyle setting from configEdward Thomson2014-01-201-0/+23
* Introduce diff3 mode for checking out conflictsEdward Thomson2014-01-201-1/+4
* Don't try to merge binary filesEdward Thomson2014-01-201-2/+45
* merge_file should use more aggressive levelsEdward Thomson2014-01-201-1/+2
* Overwrite ignored directories on checkoutEdward Thomson2013-12-131-2/+5
* Overwrite ignored files on checkoutEdward Thomson2013-12-131-6/+12
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* Fix checkout notify callback docs and testsRussell Belfer2013-12-111-2/+2
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-4/+7
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-125/+119
* Add git_vector_free_allRussell Belfer2013-12-111-8/+2
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-10/+7
* 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