summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-215-12/+12
| * filemode: deploy enum usagenulltoken2012-08-217-80/+94
| * filemode: introduce enum to ease use of attributesnulltoken2012-08-211-0/+10
|/
* Win32: test core.autocrlfBen Straub2012-08-211-7/+23
* Tests: close file handles before assertingBen Straub2012-08-201-5/+9
* Merge pull request #884 from carlosmn/global-windowsVicent Martí2012-08-204-14/+44
|\
| * Make the memory-window conrol structures globalCarlos Martín Nieto2012-08-204-14/+44
* | Merge pull request #879 from nulltoken/deprecated-modeVicent Martí2012-08-1913-5/+167
|\ \
| * | treebuilder: enhance attributes handling on insertionnulltoken2012-08-193-5/+151
| * | Add deprecated-mode.git test repositorynulltoken2012-08-1910-0/+16
|/ /
* | Merge pull request #778 from ben/cloneVicent Martí2012-08-1942-30/+1304
|\ \ | |/ |/|
| * Checkout: fix memory leak in tests.Ben Straub2012-08-061-0/+2
| * Clean up a TODO comment.Ben Straub2012-08-011-1/+0
| * Add documentation for clone methods.Ben Straub2012-07-311-2/+3
| * Checkout: fix problem with detached HEAD.Ben Straub2012-07-312-5/+7
| * Add checkout.h to git2.h.Ben Straub2012-07-313-4/+5
| * Checkout: fix crlf tests under win32.Ben Straub2012-07-311-3/+8
| * Checkout: crlf filter.Ben Straub2012-07-312-17/+83
| * Checkout: handle file modes properly.Ben Straub2012-07-316-10/+17
| * Try to fix Travis.Ben Straub2012-07-311-1/+7
| * Rename example function to avoid name collision.Ben Straub2012-07-313-3/+3
| * Checkout: save index on checkout.Ben Straub2012-07-312-1/+1
| * Enable stats on git_index_read_tree.Ben Straub2012-07-306-24/+7
| * Add clone to the network example.Ben Straub2012-07-304-0/+72
| * Checkout: use git_index_read_tree_with_stats.Ben Straub2012-07-303-6/+39
| * Checkout: disable file-mode test on win32.Ben Straub2012-07-271-0/+3
| * Fix testrepo ref count to include new branch.Ben Straub2012-07-271-1/+1
| * 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