summaryrefslogtreecommitdiff
path: root/src/refs.h
Commit message (Expand)AuthorAgeFilesLines
...
* fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-0/+1
* fetch: store FETCH_HEADCarlos Martín Nieto2011-10-081-0/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* reference_rename: git compliant reference renamingschu2011-07-061-0/+2
* refs: Do not overflow when normalizing refnamesVicent Marti2011-06-231-3/+4
* refs: Allow MERGE_HEAD in normalize_name()Jakob Pfender2011-04-211-0/+1
* Refs are now always in-sync on diskVicent Marti2011-03-161-0/+2
* Refactored the opening and the initialization of a repository.nulltoken2011-03-031-0/+3
* Finish the References APIVicent Marti2011-03-031-4/+2
* Split packed from unpacked referencesVicent Marti2011-03-031-10/+7
* Brush up the refs APIVicent Marti2011-03-031-2/+1
* Added git_reference__normalize_name() along with tests.nulltoken2011-03-031-0/+2
* Make more methods return error codesVicent Marti2011-02-051-0/+1
* Fix more issues with Win32 EOLVicent Marti2011-02-021-1/+1
* Refactor reference parsing codeVicent Marti2011-01-301-24/+16
* Merge nulltoken's reference parsing codenulltoken2011-01-291-0/+48