summaryrefslogtreecommitdiff
path: root/src/refdb_fs.c
Commit message (Expand)AuthorAgeFilesLines
...
* refdb_fs: respect PEELING_STANDARDjk/peeled-refsJeff King2013-05-021-1/+3
* refdb_fs: Only strstr the traits lineVicent Marti2013-05-021-2/+7
* refdb_fs: Traits are always surrounded by spacesVicent Marti2013-05-021-2/+2
* refdb_fs: store "cannot be peeled" flag for packed refsVicent Marti2013-05-021-7/+37
* refdb_fs: implement the fully-peeled traitVicent Marti2013-05-021-7/+0
* refdb_fs: do not require peeled packed refs to be tagsJeff King2013-05-021-4/+0
* refdb: Properly load namespacesVicent Marti2013-05-011-3/+41
* refdb: Proper namespace rootVicent Marti2013-05-011-1/+1
* lol namespacesvmg/namespacesVicent Marti2013-04-301-2/+9
* refs: Better error nameVicent Marti2013-04-231-4/+4
* Further threading fixesRussell Belfer2013-04-221-1/+0
* Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-211-0/+1
* Move refdb_backend to include/git2/sysRussell Belfer2013-04-211-15/+15
* alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson2013-04-191-7/+4
* refs: Do not union the peelvmg/refs-peelVicent Marti2013-04-171-1/+1
* refs: Add `git_referene_target_peel`Vicent Marti2013-04-171-3/+4
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-2/+2
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-0/+1023