summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Checkout: add head- and ref-centric checkouts.Ben Straub2012-07-279-42/+107
| * Adjust for msvc pedantry.Ben Straub2012-07-271-1/+2
| * Checkout: handle deeply-nested submodules better.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
| * Merge remote-tracking branch 'upstream/development' into test-mergeBen Straub2012-07-2757-972/+2134
| |\
| * | Turn off network-dependent test for CI.Ben Straub2012-07-271-1/+1
| * | Checkout: use caller's flags for open()Ben Straub2012-07-261-15/+15
| * | Checkout: implementation of most optionsBen Straub2012-07-262-19/+49
| * | Restructure for better checkout optionsBen Straub2012-07-266-39/+49
| * | checkout: introduce git_checkout_optsBen Straub2012-07-265-38/+74
| * | checkout: create submodule dirsBen Straub2012-07-211-16/+17
| * | filter: fix memory leakBen Straub2012-07-211-0/+3
| * | Checkout: make core.symlinks test work on OSX.Ben Straub2012-07-171-4/+12
| * | Checkout: obey core.symlinks.Ben Straub2012-07-176-18/+79
| * | Update master-tip to fix unit test.Ben Straub2012-07-171-1/+1
| * | Merge branch 'development' into cloneBen Straub2012-07-17109-1341/+3254
| |\ \
| * | | Checkout: handle symlinks.Ben Straub2012-07-1610-24/+72
| * | | Migrate code to git_filter_blob_contents.Ben Straub2012-07-163-38/+46
| * | | Use git_blob__getbuf.Ben Straub2012-07-161-9/+5
| * | | Disable test that aren't quite ready yet.Ben Straub2012-07-131-3/+3
| * | | Create filtered_blob_contents out of parts on hand.Ben Straub2012-07-131-57/+77
| * | | Add checkout test suite.Ben Straub2012-07-132-1/+69
| * | | Fix documentation comment to match actual params.Ben Straub2012-07-131-4/+1
| * | | Move is_dot_or_dotdotW into path.h.Ben Straub2012-07-112-8/+8
| * | | Fix compile and workings on msvc.Ben Straub2012-07-113-9/+27
| * | | Add git_path_is_empty_dir.Ben Straub2012-07-114-57/+72
| * | | Add git_path_is_dot_or_dotdot.Ben Straub2012-07-113-18/+12
| * | | Remove duplicate of git_repository_head_tree.Ben Straub2012-07-112-30/+8
| * | | Reindent.Ben Straub2012-07-102-85/+79
| * | | Plug leak.Ben Straub2012-07-101-0/+1
| * | | Tabify.Ben Straub2012-07-091-212/+212
| * | | Checkout: only walk tree once while checking out.Ben Straub2012-07-091-15/+5
| * | | Checkout: add structure for CRLF.Ben Straub2012-07-093-5/+24
| * | | Checkout: reindent, fix uninit. variable.Ben Straub2012-07-091-125/+124
| * | | Apply filters on checkout.Ben Straub2012-07-061-6/+40
| * | | Clone: update index to HEAD.Ben Straub2012-06-251-12/+28
| * | | Checkout: read blob objects to file.Ben Straub2012-06-251-2/+39
| * | | Clone: non-empty-dir test, now for Win32.Ben Straub2012-06-211-2/+23
| * | | Clone: allow empty dirs.Ben Straub2012-06-212-9/+73
| * | | Fix warning on msvc build.Ben Straub2012-06-211-1/+1
| * | | Checkout: initial tree walkers.Ben Straub2012-06-211-2/+50
| * | | Clone: replace one hardcoded value with another.Ben Straub2012-06-211-2/+2
| * | | Clone: new home for git_checkout_force.Ben Straub2012-06-213-10/+110
| * | | Clone: minor cleanup and whitespace.Ben Straub2012-06-212-58/+66
| * | | 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-212-64/+77
| * | | Disable long-running test.Ben Straub2012-06-211-0/+2
| * | | Disable failing test (for now).Ben Straub2012-06-211-0/+2