summaryrefslogtreecommitdiff
path: root/src/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compile and workings on msvc.Ben Straub2012-07-111-2/+2
* Remove duplicate of git_repository_head_tree.Ben Straub2012-07-111-24/+1
* Plug leak.Ben Straub2012-07-101-0/+1
* Checkout: only walk tree once while checking out.Ben Straub2012-07-091-15/+5
* Checkout: reindent, fix uninit. variable.Ben Straub2012-07-091-125/+124
* Apply filters on checkout.Ben Straub2012-07-061-6/+40
* Checkout: read blob objects to file.Ben Straub2012-06-251-2/+39
* Checkout: initial tree walkers.Ben Straub2012-06-211-2/+50
* Clone: new home for git_checkout_force.Ben Straub2012-06-211-0/+66