summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into error-handlingerror-handlingCarlos Martín Nieto2011-11-1827-95/+292
|\
| * Implement p_renameCarlos Martín Nieto2011-11-071-9/+9
| * Merge pull request #470 from schu/test-helpers-no-assertVicent Martí2011-11-071-2/+4
| |\
| | * test_helpers: do not rely on assertschu2011-10-301-2/+4
| * | refs: Partial rewrite for read-only refsVicent Marti2011-11-061-5/+9
| * | Free all used references in the source treeschu2011-11-064-1/+88
| * | refs: add test case checking "immutable" referencesschu2011-11-061-0/+32
| * | refs: split internal and external referencesschu2011-11-061-36/+36
| |/
| * Merge pull request #468 from nulltoken/ntk/fix/issue-465Vicent Martí2011-10-2910-3/+9
| |\
| | * status: Add a file in the test repository to cover the correct sorting of ent...nulltoken2011-10-2910-3/+9
| * | Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-2813-29/+94
| |\ \ | | |/ | |/|
| | * *: correct and codify various file permissionsBrodie Rao2011-10-1410-10/+31
| | * fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-149-21/+65
| | * fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-142-4/+4
| * | global: Properly use `git__` memory wrappersVicent Marti2011-10-285-13/+13
* | | Use a custom error trace output in the old test suiteCarlos Martín Nieto2011-11-141-1/+9
* | | Move old test suite to show the stack trace of errorsCarlos Martín Nieto2011-10-281-2/+8
* | | Clear the error stack in the testsCarlos Martín Nieto2011-10-271-0/+2
* | | error: use the TLS global error stackCarlos Martín Nieto2011-10-271-0/+2
|/ /
* | tests: propagate errors from open_temp_repo() instead of exitingBrodie Rao2011-10-141-4/+3
|/
* Fix minor indentation issuesnulltoken2011-10-131-8/+7
* Add test commit containing subtrees and filesnulltoken2011-10-1312-2/+4
* signature: don't blow up trying to parse names containing '>'Brodie Rao2011-10-121-0/+8
* tag: allow the tagger field to be missing when parsing tagsBrodie Rao2011-10-121-2/+18
* tag: avoid a double-free when parsing tags without a tagger fieldBrodie Rao2011-10-126-0/+27
* commit: properly parse empty commit messagesBrodie Rao2011-10-126-2/+8
* config: behave like git with [section.subsection]Carlos Martín Nieto2011-10-012-4/+22
* core: One last `long long`config-int-typesVicent Marti2011-09-301-2/+2
* config: Proper type declarations for 64 bit intsVicent Marti2011-09-301-32/+32
* Make repo config loading automatic or completely explicitCarlos Martín Nieto2011-09-272-48/+7
* Merge pull request #427 from schu/fix-unused-parametersVicent Martí2011-09-271-3/+3
|\
| * t18-status.c: fix unused warningsschu2011-09-241-3/+3
* | Revert "Rewrite getenv to use Win32 version on Windows"Vicent Marti2011-09-272-6/+6
|/
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-223-1/+64
* Rewrite getenv to use Win32 version on WindowsPaul Betts2011-09-212-6/+6
* refs: add additional test for reference renamingschu2011-09-201-0/+30
* Fix tests to use portable setenvPaul Betts2011-09-192-12/+14
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-185-11/+9
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-304-10/+8
| * CMakefile: add -Wstrict-prototypes and fix warningsKirill A. Shutemov2011-08-301-1/+1
* | Merge pull request #398 from carlosmn/config-autohomeVicent Martí2011-09-182-6/+48
|\ \
| * | git_repository_config: open global config file automaticallyCarlos Martín Nieto2011-09-122-6/+48
| |/
* | Add some forgotten asserts in the status testsnulltoken2011-09-171-4/+4
* | Fix a off-by-one error in the git_status_foreach testsnulltoken2011-09-171-1/+1
* | Revert changes to t18Vicent Marti2011-09-161-1/+36
* | Add sample "Status" clay testsVicent Marti2011-09-161-36/+1
* | status: enhance determination of statuses for a whole directorynulltoken2011-09-151-29/+230
* | status: enhance determination of status for a single filenulltoken2011-09-153-2/+64
* | Mark the resources in the test folder as binary to prevent unexpected line-fe...nulltoken2011-09-151-0/+1
|/
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-1/+1