summaryrefslogtreecommitdiff
path: root/tests/t10-refs.c
Commit message (Expand)AuthorAgeFilesLines
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-35/+45
* Plug a bunch of leaksCarlos Martín Nieto2011-11-281-3/+37
* Rename all `_close` methodsVicent Marti2011-11-261-4/+4
* refs: Partial rewrite for read-only refsVicent Marti2011-11-061-5/+9
* Free all used references in the source treeschu2011-11-061-0/+77
* refs: add test case checking "immutable" referencesschu2011-11-061-0/+32
* refs: split internal and external referencesschu2011-11-061-36/+36
* fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-2/+1
* fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-141-1/+1
* Add test commit containing subtrees and filesnulltoken2011-10-131-2/+2
* commit: properly parse empty commit messagesBrodie Rao2011-10-121-1/+1
* refs: add additional test for reference renamingschu2011-09-201-0/+30
* reflog: assimilate reflog API to return git_oid'sschu2011-08-151-4/+10
* signature: adjust API to return error codesschu2011-08-031-2/+2
* reflog: avoid users writing a wrong ancestor OIDschu2011-08-011-0/+29
* Free sig in reflog testCarlos Martín Nieto2011-07-131-0/+1
* reflog: Fix reflog writer/readernulltoken2011-07-101-34/+49
* reflog: add API to read or write a reference logschu2011-07-091-0/+62
* reference_renaming: add additional testsnulltoken2011-07-071-3/+35
* reference_rename: git compliant reference renamingschu2011-07-061-2/+2
* Add test case checking renaming of a branch to a new name prefixed withschu2011-07-061-0/+32
* fileops: CleanupVicent Marti2011-07-051-24/+24
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-5/+5
* refs: Remove duplicate rename methodVicent Marti2011-06-291-7/+7
* Remove redundant methods from the APIVicent Marti2011-06-281-20/+20
* refs: Do not overflow when normalizing refnamesVicent Marti2011-06-231-5/+5
* oid: Rename methodsVicent Marti2011-06-161-6/+6
* Revert "threads: Fix TLS declarations"Vicent Marti2011-06-071-18/+2
* Merge pull request #232 from schu/ref-available-cbVicent Martí2011-06-061-0/+33
|\
| * Add test case checking we do not corrupt the repository when renamingschu2011-06-051-0/+33
* | threads: Fix TLS declarationsVicent Marti2011-06-071-2/+18
|/
* Fix tiny typoschu2011-05-291-1/+1
* ref test: update a forgotten repo -> repo2Carlos Martín Nieto2011-05-051-1/+1
* Change implementation of refs tests that alter the current repository to make...nulltoken2011-05-011-27/+19
* tests: don't leak objectsCarlos Martín Nieto2011-04-131-0/+4
* refs: Fix issue when packing weak tagsVicent Marti2011-04-081-2/+7
* Fix tag reference name in testrepo.gitnulltoken2011-04-041-1/+6
* Add test ensuring one can not create an oid reference which targets at an unk...nulltoken2011-03-291-0/+21
* Replace gitfo_unlink() calls with git_reference_delete() in refs related testsnulltoken2011-03-291-6/+3
* Check for looser reference namesCarlos Martín Nieto2011-03-291-1/+2
* Enforce coding conventions in refs.cVicent Marti2011-03-291-5/+5
* Make overwrite test more comprehensiveCarlos Martín Nieto2011-03-291-3/+42
* force-rename test: check for the right nameCarlos Martín Nieto2011-03-291-3/+3
* Add tests covering overwriting referencesCarlos Martín Nieto2011-03-291-0/+98
* Do not segfault when listing unpacked referencesVicent Marti2011-03-151-0/+19
* Remove duplicate refs in `git_reference_listall`Vicent Marti2011-03-151-1/+5
* Add new method `git_reference_listall`Vicent Marti2011-03-141-0/+13
* Change the object creation/lookup APIVicent Marti2011-03-031-38/+38
* Cleanup the testing toolkitVicent Marti2011-03-031-221/+194
* Add test deleteref::deleting_a_ref_which_is_both_packed_and_loose_should_remo...nulltoken2011-03-031-0/+36