summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove unused variablesMichael Schubert2012-11-131-1/+0
|/ /
* | clar-helpers: Oops, grab pointerVicent Marti2012-11-121-1/+1
* | Merge remote-tracking branch 'ben/local-transport' into developmentVicent Marti2012-11-1234-97/+142
|\ \
| * | Helpers for local-filesystem remote URLsBen Straub2012-11-095-135/+63
| * | Local fetch: add testsBen Straub2012-11-0930-0/+124
| * | Implement local transport's fetchBen Straub2012-11-091-7/+0
* | | repository: Refine repository_head() error reportnulltoken2012-11-124-0/+38
* | | Fix compilation warningnulltoken2012-11-121-1/+1
* | | create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-113-0/+204
* | | Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí2012-11-102-0/+161
|\ \ \
| * | | index: prevent tree creation from a non merged statenulltoken2012-11-091-0/+40
| * | | index: Introduce git_index_has_conflicts()nulltoken2012-11-081-0/+4
| * | | tree: enforce coverage of silent entry replacementnulltoken2012-11-081-0/+117
| |/ /
* | | index: refine add_from_workdir() error reportnulltoken2012-11-102-0/+24
* | | index: make git_index_new() work with a NULL pathnulltoken2012-11-101-0/+11