summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings on Win64 buildRussell Belfer2012-11-2713-34/+34
* Fix up some missing consts in tree & indexRussell Belfer2012-11-271-1/+1
* API updates for index.hBen Straub2012-11-277-11/+11
* API updates for tag.hRussell Belfer2012-11-271-1/+1
* API updates for submodule.hRussell Belfer2012-11-271-12/+12
* Update diff callback param orderRussell Belfer2012-11-278-98/+99
* Clean up config.hBen Straub2012-11-275-8/+8
* API review / update for tree.hRussell Belfer2012-11-271-6/+6
* More external API cleanupVicent Marti2012-11-2712-121/+100
* Rename ref and reflog apis for consistencyBen Straub2012-11-2728-105/+105
* Merge pull request #1097 from nulltoken/topic/head_tree_errorVicent Martí2012-11-232-3/+56
|\
| * repo: Make git_repository_head_tree() return error codesnulltoken2012-11-221-0/+53
| * test: Minor fixesnulltoken2012-11-221-4/+4
* | Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-2353-15/+153
* | Call git_remote_update_tips before git_remote_disconnectPhilip Kelley2012-11-221-2/+1
|/
* Update clar tests p_lstat_posixly and p_lstatEduardo Bart2012-11-201-28/+8
* Add a test for invalid filenames while writing tree from indexfilename-validationScott J. Goldman2012-11-181-0/+27
* Prevent creating `..`, `.`, and `.git` with tree builderScott J. Goldman2012-11-181-0/+6
* Fix a couple of warningsMichael Schubert2012-11-181-1/+0
* reflog: make entry_byindex() and drop() git compliantnulltoken2012-11-173-13/+15
* config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-172-0/+21
* repo: ensure is_empty() checks there are no refsnulltoken2012-11-171-8/+18
* tests: introduce cl_git_remove_placeholders()nulltoken2012-11-172-0/+52
* repo: readonly tests don't need a sandboxed reponulltoken2012-11-171-11/+1
* env: ensure git_futils_find_xxx() returns ENOTFOUNDnulltoken2012-11-171-8/+16
* tag: rename git_tag_type to git_tag_target_typenulltoken2012-11-171-1/+1
* Fix MSVC compilation warningsnulltoken2012-11-171-1/+1
* Merge pull request #1075 from carlosmn/alternates-recurseVicent Martí2012-11-161-0/+75
|\
| * odb: recursively load alternatesCarlos Martín Nieto2012-11-161-0/+75
* | Merge pull request #1071 from arrbee/alternate-fix-strcmpScott J. Goldman2012-11-152-1/+133
|\ \
| * | Fix reset hard tests on platforms with CRLFRussell Belfer2012-11-141-1/+16
| * | Add POSIX compat lstat() variant for win32Russell Belfer2012-11-141-0/+117
| |/
* | Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-144-52/+52
* | Add iterator for git_index objectRussell Belfer2012-11-141-1/+1
* | Fix diff API to better parameter orderRussell Belfer2012-11-146-49/+52
|/
* Merge pull request #1068 from carlosmn/config-empty-valueVicent Martí2012-11-132-1/+11
|\
| * config: return an emtpy string when there is no valueCarlos Martín Nieto2012-11-131-1/+3
| * config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto2012-11-132-0/+8
* | Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-1317-86/+200
|\ \ | |/ |/|
| * Fix warnings and valgrind issuesRussell Belfer2012-11-093-2/+2
| * Update reset hard testRussell Belfer2012-11-091-20/+46
| * Rework checkout with new strategy optionsRussell Belfer2012-11-094-34/+60
| * Clean up a couple things missed in rebaseRussell Belfer2012-11-093-4/+4
| * Fix checkout behavior when its hands are tiedRussell Belfer2012-11-091-1/+32
| * Extensions to rmdir and mkdir utilitiesRussell Belfer2012-11-098-30/+60
* | config: rename get_config_entry -> config_entryCarlos Martín Nieto2012-11-131-1/+1
* | Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson2012-11-131-8/+8
* | Win32 CryptoAPI and CNG support for SHA1Edward Thomson2012-11-131-7/+7
* | Merge pull request #1065 from nulltoken/fix/memory-leakBen Straub2012-11-131-0/+2
|\ \
| * | test: fix memory leaknulltoken2012-11-131-0/+2