summaryrefslogtreecommitdiff
path: root/src/refs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix searching in git_vectorVicent Marti2011-03-031-1/+1
* Change the object creation/lookup APIVicent Marti2011-03-031-4/+4
* Fix reference removal: remove packed refs together with loose onesnulltoken2011-03-031-2/+16
* Fix corner case in reference renamingnulltoken2011-03-031-0/+9
* Add new move function, `gitfo_mv_force`Vicent Marti2011-03-031-2/+2
* Fix refs renaming to prevent renaming with an invalid namenulltoken2011-03-031-1/+6
* Fix reference renaming to prevent duplicated namesnulltoken2011-03-031-0/+10
* Fix reference renaming implementation to match standard git behaviornulltoken2011-03-031-14/+51
* Prevent _dirent_loose_load() from choking on empty foldersnulltoken2011-03-031-1/+1
* Finish the References APIVicent Marti2011-03-031-217/+766
* Split packed from unpacked referencesVicent Marti2011-03-031-113/+142
* Brush up the refs APIVicent Marti2011-03-031-64/+30
* Refactored the reference creation API.nulltoken2011-03-031-76/+152
* Added some more tests to ensure the correct behavior of git_reference__normal...nulltoken2011-03-031-7/+2
* Added git_reference__normalize_name() along with tests.nulltoken2011-03-031-4/+100
* Rewrite git_hashtable internalsVicent Marti2011-02-221-22/+12
* Rewrite all file IO for more performanceVicent Marti2011-02-211-12/+10
* Use the new git__joinpath to build paths in methodsVicent Marti2011-02-091-6/+3
* Fix more issues with Win32 EOLVicent Marti2011-02-021-5/+12
* Fix EOL issues in ref parsing under Win32Vicent Marti2011-02-021-5/+28
* Refactor reference parsing codeVicent Marti2011-01-301-317/+411
* Merge nulltoken's reference parsing codenulltoken2011-01-291-0/+547