summaryrefslogtreecommitdiff
path: root/src/repository.c
Commit message (Expand)AuthorAgeFilesLines
* fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-6/+5
* fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-141-1/+1
* Make repo config loading automatic or completely explicitCarlos Martín Nieto2011-09-271-3/+23
* repsitory: use better error code if path is too short for discoverCarlos Martín Nieto2011-09-201-2/+2
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-1/+1
|\
| * CMakefile: add -Wstrict-prototypes and fix warningsKirill A. Shutemov2011-08-301-1/+1
* | Merge pull request #398 from carlosmn/config-autohomeVicent Martí2011-09-181-5/+3
|\ \
| * | git_repository_config: open global config file automaticallyCarlos Martín Nieto2011-09-121-5/+3
| |/
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
* | repository: Add git_repository_head()nulltoken2011-09-151-5/+17
|/
* repository: Fix signed/unsigned comp.Vicent Marti2011-08-301-1/+2
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-2/+2
* Bind the configuration and remotes to a repositoryCarlos Martín Nieto2011-08-181-0/+1
* repository.c: remove obsolete TODO markerschu2011-07-241-1/+1
* repository: fix typo'ed assertnulltoken2011-07-051-1/+1
* repository: Fix unused parameter in Unix systemsVicent Marti2011-07-051-2/+2
* Fix MSVC compilation issuenulltoken2011-07-051-3/+3
* repository: Cleanup initializationVicent Marti2011-07-051-56/+14
* fileutils: Finish dropping the old `prettify_path`Vicent Marti2011-07-051-9/+12
* fileops: Fix stat() on directories for W32Vicent Marti2011-07-051-1/+1
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-051-95/+76
* fileops: CleanupVicent Marti2011-07-051-41/+41
* 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
|/