summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* clar: Clear errors on shutdownVicent Marti2012-09-041-0/+1
* repository: make initialization cope with missing core.worktreenulltoken2012-08-291-0/+15
* Merge branch 'branch-delete-ref' into developmentVicent Marti2012-08-271-26/+17
|\
| * branch: Change `git_branch_delete` to take a refVicent Marti2012-08-261-26/+17
* | Merge pull request #904 from arrbee/better-object-peelVicent Martí2012-08-271-3/+13
|\ \
| * | Make git_object_peel a bit smarterRussell Belfer2012-08-271-3/+13
| |/
* | Merge pull request #897 from nulltoken/topic/git_reference_check_formatVicent Martí2012-08-271-115/+231
|\ \
| * | refs: expose git_reference_normalize_name()nulltoken2012-08-271-115/+231
* | | revwalk: refuse push of non-commit objectsMichael Schubert2012-08-271-0/+8
| |/ |/|
* | Merge pull request #896 from ben/revparse-ambiguousVicent Martí2012-08-251-0/+9
|\ \
| * | Revparse: GIT_EAMBIGUOUSBen Straub2012-08-251-0/+9
* | | Merge pull request #852 from arrbee/submodule-extensionsVicent Martí2012-08-24277-15/+1859
|\ \ \ | |_|/ |/| |
| * | Working implementation of git_submodule_statusRussell Belfer2012-08-242-15/+279
| * | Fix valgrind issues and leaksRussell Belfer2012-08-242-0/+83
| * | Major submodule rewriteRussell Belfer2012-08-246-11/+501
| * | New submodule test dataRussell Belfer2012-08-24270-0/+1007
* | | 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
| |\ \