summaryrefslogtreecommitdiff
path: root/src/clone.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a TODO comment.Ben Straub2012-08-011-1/+0
* Checkout: add head- and ref-centric checkouts.Ben Straub2012-07-271-19/+2
* Adjust for msvc pedantry.Ben Straub2012-07-271-1/+2
* Fix mismatched git_branch_create args.Ben Straub2012-07-271-3/+4
* Use new git_remote_update_tips signature.Ben Straub2012-07-271-1/+1
* Restructure for better checkout optionsBen Straub2012-07-261-1/+2
* checkout: introduce git_checkout_optsBen Straub2012-07-261-11/+14
* Add git_path_is_empty_dir.Ben Straub2012-07-111-42/+2
* Add git_path_is_dot_or_dotdot.Ben Straub2012-07-111-8/+2
* Reindent.Ben Straub2012-07-101-2/+0
* Tabify.Ben Straub2012-07-091-212/+212
* Clone: update index to HEAD.Ben Straub2012-06-251-12/+28
* Clone: non-empty-dir test, now for Win32.Ben Straub2012-06-211-2/+23
* Clone: allow empty dirs.Ben Straub2012-06-211-9/+52
* Clone: replace one hardcoded value with another.Ben Straub2012-06-211-2/+2
* Clone: new home for git_checkout_force.Ben Straub2012-06-211-10/+6
* Clone: minor cleanup and whitespace.Ben Straub2012-06-211-1/+1
* Clone: prefer "master" as default branch.Ben Straub2012-06-211-27/+47
* Clone: local branch for remote HEAD.Ben Straub2012-06-211-5/+89
* Clone: remove fragile path-handling code.Ben Straub2012-06-211-62/+69
* Clone: restructure.Ben Straub2012-06-211-15/+25
* Add progress reporting to clone.Ben Straub2012-06-211-43/+48
* Add git_clone and git_clone_bare.Ben Straub2012-06-211-0/+112