summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add tests and fix bugs for diff whitespace optionsRussell Belfer2012-03-028-4/+15
* Clean up diff implementation for reviewRussell Belfer2012-03-021-0/+0
* Initial implementation of git_diff_blobRussell Belfer2012-03-0215-3/+43
* Simplify GIT_UNUSED macrosRussell Belfer2012-03-021-2/+2
* Add test for possible attr bugRussell Belfer2012-03-022-0/+7
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-8/+9
* Implement setting multivarsCarlos Martín Nieto2012-02-171-2/+2
* tests: add multivar read testCarlos Martín Nieto2012-02-171-0/+3
* Add unit tests for recent bug fixesRussell Belfer2012-02-014-0/+1
* threads: Make the old test suite TLS awarenulltoken2012-01-291-0/+4
* Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer2012-01-2013-2/+13
|\
| * Fix handling of relative paths for attrsRussell Belfer2012-01-1613-2/+13
* | Move path related functions from fileops to pathRussell Belfer2012-01-175-27/+27
|/
* Allow ignores (and attribs) for nonexistent filesRussell Belfer2012-01-111-0/+1
* Fix up status testsRussell Belfer2012-01-111-3/+9
* Initial implementation of gitignore supportRussell Belfer2012-01-112-0/+3
* Merge remote-tracking branch 'nulltoken/topix/path_fromurl' into developmentVicent Martí2012-01-041-13/+2
|\
| * util: add git__fromhex()nulltoken2011-12-281-13/+2
* | Improved gitattributes macro implementationRussell Belfer2011-12-3010-1/+26
* | Add support for macros and cache flush API.Russell Belfer2011-12-2919-7/+55
* | Add APIs for git attributesRussell Belfer2011-12-2036-0/+92
|/
* Allow git_buf_joinpath to accept self-joinsRussell Belfer2011-12-141-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-076-156/+212
* Plug a bunch of leaksCarlos Martín Nieto2011-11-283-3/+39
* tests: Add `refs` folder to the `bad_tag.git` repoVicent Marti2011-11-261-0/+0
* Rename all `_close` methodsVicent Marti2011-11-265-40/+40
* repository: Change ownership semanticsVicent Marti2011-11-268-1705/+7
* filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer2011-11-223-5/+5
* 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
* | 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