summaryrefslogtreecommitdiff
path: root/src/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust for rebaseBen Straub2012-10-191-2/+0
* index: remove read_tree() progress indicatornulltoken2012-10-191-1/+1
* Remove dead codeBen Straub2012-10-191-1/+0
* Convert checkout_* to use progress callbackBen Straub2012-10-191-5/+3
* Convert checkout_index to use progress callbackBen Straub2012-10-191-15/+9
* errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-191-5/+11
* Fix minor bugsRussell Belfer2012-10-171-1/+4
* Skip submodule checkout pass if no submodulesRussell Belfer2012-10-171-2/+7
* Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-95/+135
* Cleanup TYPECHANGE supportRussell Belfer2012-10-091-37/+40
* Fix checkout to know about TYPECHANGE diffsRussell Belfer2012-10-091-1/+3
* Improve error propogation in checkoutRussell Belfer2012-10-091-24/+22
* Add const to all shared pointers in diff APIRussell Belfer2012-09-251-2/+2
* Fix -Wmaybe-uninitialized warningMichael Schubert2012-09-221-1/+1
* checkout: add notification callback for skipped filesnulltoken2012-09-211-6/+20
* Fix MSVC amd64 compilation warningsnulltoken2012-09-201-1/+1
* checkout: prefer mode_t type usage over intnulltoken2012-09-201-4/+5
* checkout: Mimic git_diff_options storage of pathsnulltoken2012-09-171-4/+2
* checkout : reduce memory usage when not filteringnulltoken2012-09-171-13/+35
* checkout: drop git_checkout_reference()nulltoken2012-09-171-20/+0
* checkout: segregate checkout strategiesnulltoken2012-09-171-4/+20
* checkout: introduce git_checkout_index()nulltoken2012-09-171-19/+41
* checkout: introduce git_checkout_tree()nulltoken2012-09-171-145/+262
* checkout: cleanup misplaced declarationnulltoken2012-09-061-6/+0
* Fix valgrind warnings and spurious error messagesRussell Belfer2012-08-241-7/+8
* tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-211-2/+2
* Checkout: fix problem with detached HEAD.Ben Straub2012-07-311-5/+2
* Checkout: handle file modes properly.Ben Straub2012-07-311-6/+9
* Checkout: save index on checkout.Ben Straub2012-07-311-0/+1
* Enable stats on git_index_read_tree.Ben Straub2012-07-301-1/+1
* Checkout: use git_index_read_tree_with_stats.Ben Straub2012-07-301-2/+1
* Checkout: add head- and ref-centric checkouts.Ben Straub2012-07-271-9/+25
* Checkout: handle deeply-nested submodules better.Ben Straub2012-07-271-1/+2
* Checkout: use caller's flags for open()Ben Straub2012-07-261-15/+15
* Checkout: implementation of most optionsBen Straub2012-07-261-18/+47
* Restructure for better checkout optionsBen Straub2012-07-261-6/+10
* checkout: introduce git_checkout_optsBen Straub2012-07-261-8/+15
* checkout: create submodule dirsBen Straub2012-07-211-16/+17
* Checkout: obey core.symlinks.Ben Straub2012-07-171-6/+21
* Checkout: handle symlinks.Ben Straub2012-07-161-23/+49
* Migrate code to git_filter_blob_contents.Ben Straub2012-07-161-38/+1
* Use git_blob__getbuf.Ben Straub2012-07-161-9/+5
* Create filtered_blob_contents out of parts on hand.Ben Straub2012-07-131-57/+77