summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* Fix crash with adding internal ignoresRussell Belfer2012-08-241-0/+15
* Fix errors on Win32 with new repo initRussell Belfer2012-08-242-16/+29
* Fix warnings and merge issues on Win64Russell Belfer2012-08-237-13/+15
* Some cleanup suggested during reviewRussell Belfer2012-08-221-3/+6
* Don't reference stack vars in cleanup callbackRussell Belfer2012-08-221-4/+7
* Add template dir and set gid to repo initRussell Belfer2012-08-2216-1/+845
* Minor bug fixes in diff codeRussell Belfer2012-08-221-1/+2
* Merge pull request #891 from arrbee/internal-ignore-apiVicent Martí2012-08-221-0/+54
|\
| * Wrap up ignore API and add testsRussell Belfer2012-08-221-0/+54
* | tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-211-5/+5
* | filemode: deploy enum usagenulltoken2012-08-213-55/+59
|/
* Win32: test core.autocrlfBen Straub2012-08-211-7/+23
* Tests: close file handles before assertingBen Straub2012-08-201-5/+9
* treebuilder: enhance attributes handling on insertionnulltoken2012-08-191-0/+118
* Add deprecated-mode.git test repositorynulltoken2012-08-1910-0/+16
* Merge pull request #778 from ben/cloneVicent Martí2012-08-1920-6/+333
|\
| * Checkout: fix memory leak in tests.Ben Straub2012-08-061-0/+2
| * Checkout: fix problem with detached HEAD.Ben Straub2012-07-311-0/+5
| * Checkout: fix crlf tests under win32.Ben Straub2012-07-311-3/+8
| * Checkout: crlf filter.Ben Straub2012-07-311-9/+3
| * Checkout: handle file modes properly.Ben Straub2012-07-315-4/+8
| * Try to fix Travis.Ben Straub2012-07-311-1/+7
| * Enable stats on git_index_read_tree.Ben Straub2012-07-302-2/+2
| * 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-276-5/+66
| * Merge remote-tracking branch 'upstream/development' into test-mergeBen Straub2012-07-2724-190/+763
| |\
| * | Turn off network-dependent test for CI.Ben Straub2012-07-271-1/+1
| * | Restructure for better checkout optionsBen Straub2012-07-262-11/+11
| * | checkout: introduce git_checkout_optsBen Straub2012-07-262-16/+12
| * | Checkout: make core.symlinks test work on OSX.Ben Straub2012-07-171-4/+12
| * | Checkout: obey core.symlinks.Ben Straub2012-07-171-9/+31
| * | Update master-tip to fix unit test.Ben Straub2012-07-171-1/+1
| * | Merge branch 'development' into cloneBen Straub2012-07-1734-261/+1153
| |\ \
| * | | Checkout: handle symlinks.Ben Straub2012-07-166-1/+15
| * | | Disable test that aren't quite ready yet.Ben Straub2012-07-131-3/+3
| * | | Add checkout test suite.Ben Straub2012-07-132-1/+69
| * | | Fix compile and workings on msvc.Ben Straub2012-07-111-2/+2
| * | | Add git_path_is_empty_dir.Ben Straub2012-07-111-14/+10
| * | | Remove duplicate of git_repository_head_tree.Ben Straub2012-07-111-6/+7
| * | | Reindent.Ben Straub2012-07-101-83/+79
| * | | Clone: allow empty dirs.Ben Straub2012-06-211-0/+21
| * | | Fix warning on msvc build.Ben Straub2012-06-211-1/+1
| * | | Clone: minor cleanup and whitespace.Ben Straub2012-06-211-57/+65
| * | | Clone: remove fragile path-handling code.Ben Straub2012-06-211-2/+8
| * | | Disable long-running test.Ben Straub2012-06-211-0/+2
| * | | Disable failing test (for now).Ben Straub2012-06-211-0/+2
| * | | Clone: restructure.Ben Straub2012-06-211-1/+5
| * | | Add progress reporting to clone.Ben Straub2012-06-211-8/+10
| * | | Add git_clone and git_clone_bare.Ben Straub2012-06-211-0/+101