summaryrefslogtreecommitdiff
path: root/src/repository.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-5/+5
* Hide ".git" directory on Windows upon creation of a non bare repositorynulltoken2011-06-291-0/+9
* repo: Fix git_repository_is_emptyVicent Marti2011-06-281-3/+7
* repo: Rename HEAD-related methodsVicent Marti2011-06-281-2/+2
* Merge pull request #279 from carlosmn/detached-orphanVicent Martí2011-06-281-0/+41
|\
| * Add git_repository_is_detached, git_repository_is_orphanCarlos Martín Nieto2011-06-281-0/+41
* | Remove redundant methods from the APIVicent Marti2011-06-281-1/+1
|/
* config: Fix sorting of repository config filesVicent Marti2011-06-181-2/+2
* config: Cleanup external APIVicent Marti2011-06-181-27/+24
* Parse the repo's configuration when we load itCarlos Martín Nieto2011-06-171-0/+6
* Add git_repository_config APICarlos Martín Nieto2011-06-171-1/+37
* Merge pull request #236 from Jopie64/developmentVicent Martí2011-06-061-1/+1
|\
| * Fix build errors on MSVCJohan 't Hart2011-06-061-1/+1
* | Merge pull request #231 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-061-12/+19
|\ \ | |/ |/|
| * Repository: A little fix in error code. GIT_ENOTFOUND is returned when a gitf...Romain Geissler2011-06-061-1/+1
| * Repository: Fixed retrieve_device return type.Romain Geissler2011-06-061-1/+1
| * Repository: Fixed the path returned by read_gitfile (remove trailing slashes)Romain Geissler2011-06-051-0/+7
| * Repository: Fixed a bug in read_gitfile (proprely remove trailings newlines)Romain Geissler2011-06-051-2/+2
| * Repository: Fixed some errors with ceiling_dirs in git_repository_discover.Romain Geissler2011-06-041-8/+8
* | repository: Export all internal pathsVicent Marti2011-06-041-7/+17
|/
* Repository: Added the git_repository_discover function that finds by itself t...Romain Geissler2011-06-041-5/+129
* Repository: Splitted the repository destructor into a helper part (only free ...Romain Geissler2011-06-041-5/+13
* Repository: Added read_gitfile that allows you to read a .git file and extrac...Romain Geissler2011-06-041-0/+39
* Repository: Added some util functions that we'll need to discover repository ...Romain Geissler2011-06-041-0/+75
* Fileops: Added a fourth argument to the path prettifying functions to use an ...unknown2011-06-031-5/+5
* Merge pull request #206 from nulltoken/topic/is-bareVicent Martí2011-06-011-0/+6
|\
| * Add git_repository_is_bare() accessornulltoken2011-05-241-0/+6
* | index: Change the memory management for repo indexesVicent Marti2011-06-011-23/+0
|/
* repository.c: Move to new error handling mechanismJakob Pfender2011-05-231-11/+11
* repository: Properly free the index on closeVicent Marti2011-05-171-1/+3
* Move cache.c to the new error handlingnulltoken2011-05-151-1/+7
* Move repository.c to the new error handlingnulltoken2011-05-141-23/+28
* Fix -Wunused-but-set-variable warningsschu2011-04-261-3/+0
* Add two new accessors to the repositorynulltoken2011-04-091-0/+11
* Add new method `git_repository_is_empty`Vicent Marti2011-04-081-0/+15
* Make reinitializing a repository return GIT_ENOTIMPLEMENTED instead of GIT_SU...nulltoken2011-04-041-1/+1
* Change gitfo_prettify_dir_path() and gitfo_prettify_file_path() behaviornulltoken2011-03-231-5/+5
* I broke your bindingsVicent Marti2011-03-201-69/+3
* Fix the retarded object interdependency systemVicent Marti2011-03-141-41/+24
* Rewrite the Revision WalkerVicent Marti2011-03-141-1/+1
* Fix the opening of empty repositoriesVicent Marti2011-03-051-51/+71
* Fix segmentation fault when freeing a repositoryVicent Marti2011-03-051-5/+2
* Fix several issues with refcountingVicent Marti2011-03-031-17/+47
* Implement reference counting for git_objectsVicent Marti2011-03-031-4/+25
* Change the object creation/lookup APIVicent Marti2011-03-031-119/+0
* Refactored the opening and the initialization of a repository.nulltoken2011-03-031-121/+79
* Rewrite git_hashtable internalsVicent Marti2011-02-221-21/+7
* Fix repository initializationVicent Marti2011-02-181-13/+11
* Fix detection of working dir on repositoriesVicent Marti2011-02-071-4/+30
* fix can't detect repository index issues.Shuhei Tanuma2011-02-061-1/+1