summaryrefslogtreecommitdiff
path: root/src/repository.c
Commit message (Expand)AuthorAgeFilesLines
* git_remote_create calls git_remote_saveBen Straub2012-12-201-1/+0
* Rename remote creation APIsBen Straub2012-12-201-1/+1
* Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-14/+1
* Deploy GIT_REPOSITORY_INIT_OPTIONS_INITBen Straub2012-11-301-2/+16
* API updates for repository.hBen Straub2012-11-271-5/+5
* Clean up config.hBen Straub2012-11-271-2/+2
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-9/+9
* repo: Make git_repository_head_tree() return error codesnulltoken2012-11-221-12/+11
* Need to clear ignored error from config loadRussell Belfer2012-11-201-0/+2
* It is okay to not have a .gitconfig fileRussell Belfer2012-11-201-18/+25
* Fix a couple of warningsMichael Schubert2012-11-181-2/+2
* config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-171-0/+23
* repo: ensure is_empty() checks there are no refsnulltoken2012-11-171-20/+31
* repository: Refine repository_head() error reportnulltoken2012-11-121-1/+11
* repo: fix state when HEAD is not detachedKeith Dahlby2012-11-041-3/+0
* repo: enhance git_repository_state() detectionnulltoken2012-10-271-1/+20
* reset changes for mergeEdward Thomson2012-10-241-4/+24
* Add config level support in the config APIyorah2012-10-231-4/+4
* errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-191-6/+10
* config: also free the XDG bufferCarlos Martín Nieto2012-10-161-0/+1
* Merge pull request #952 from csware/config-locationsVicent Martí2012-10-161-4/+14
|\
| * Rename xdr to xdgSven Strickroth2012-10-021-8/+8
| * Fixed typo: xdr config needs to have a lower priority than the global oneSven Strickroth2012-09-241-1/+1
| * Correctly read xdr compatible %HOME%/.config/git/config config fileSven Strickroth2012-09-241-4/+14
* | remote: use constants for well-known namesnulltoken2012-10-071-1/+2
* | refs: use constants for well-known namesnulltoken2012-10-071-4/+4
|/
* git_repository_hashfile: Only close file handle if we have a valid oneSven Strickroth2012-09-201-2/+3
* repository: introduce git_repository_set_head()nulltoken2012-09-171-0/+32
* repository: introduce git_repository_set_head_detached()nulltoken2012-09-171-0/+26
* repository: introduce git_repository_detach_head()nulltoken2012-09-171-0/+24
* Fix MSVC compilation warningsnulltoken2012-09-141-2/+2
* Fix error text s/buffer too long/buffer too short/Sascha Cunz2012-09-131-1/+1
* Add tests and improve param checksRussell Belfer2012-09-111-1/+6
* Add git_repository_hashfile to hash with filtersRussell Belfer2012-09-111-0/+65
* repository: make initialization cope with missing core.worktreenulltoken2012-08-291-2/+2
* Working implementation of git_submodule_statusRussell Belfer2012-08-241-2/+7
* Fix errors on Win32 with new repo initRussell Belfer2012-08-241-4/+7
* Fix warnings and merge issues on Win64Russell Belfer2012-08-231-20/+8
* Some cleanup suggested during reviewRussell Belfer2012-08-221-1/+1
* Add template dir and set gid to repo initRussell Belfer2012-08-221-76/+146
* Add git_repository_init_ext for power inittersRussell Belfer2012-08-221-135/+315
* Fix compilation warningnulltoken2012-08-151-1/+1
* repository: IndentationVicent Marti2012-08-021-29/+28
* repository: add a getter and remove function for git's prepared messageCarlos Martín Nieto2012-08-011-0/+56
* repo: add git_repository_wrap_odb() to wrap an ODBCarlos Martín Nieto2012-07-211-0/+13
* Add flag to write gitlink on setting repo workdirRussell Belfer2012-07-101-9/+83
* repository: fix configuration updating issue while reinitializationnulltoken2012-06-221-34/+13
* repository: avoid opening the repository twice on reinitCarlos Martín Nieto2012-06-211-0/+1
* Make index add/append support core.filemode flagRussell Belfer2012-06-191-0/+3
* repository: make git_repository_init() value the core.logallrefupdates config...nulltoken2012-06-121-0/+3