summaryrefslogtreecommitdiff
path: root/src/repository.c
Commit message (Expand)AuthorAgeFilesLines
* start implementing diff driver registryRussell Belfer2013-06-101-0/+2
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+4
* What are the chances, reallyVicent Marti2013-05-291-1/+3
* Stop leaking memoryBen Straub2013-05-231-1/+6
* Improve test failure outputBen Straub2013-05-231-0/+12
* Unify whitespaces to tabsLinquize2013-05-151-5/+5
* Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-111-1/+1
|\
| * refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+1
* | Fix git_repository_message docsRussell Belfer2013-05-091-0/+3
* | repo: unconditionally create a global config backendCarlos Martín Nieto2013-05-071-0/+4
* | minor missing error messageRussell Belfer2013-05-011-0/+1
|/
* lol namespacesvmg/namespacesVicent Marti2013-04-301-0/+18
* repo: Add `git_repository__cleanup`Vicent Marti2013-04-241-5/+14
* Add git__compare_and_swap and use itRussell Belfer2013-04-221-78/+54
* Further threading fixesRussell Belfer2013-04-221-87/+131
* lol this worked first try wtfVicent Marti2013-04-221-1/+1
* Move some low-level repo fns to include/git2/sysRussell Belfer2013-04-211-0/+1
* Added git_repository_new functionJohn Wiegley2013-04-211-0/+6
* repository: Add `git_repository_open_bare`vmg/bare-openVicent Marti2013-04-171-0/+31
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-1/+50
* Merge pull request #1369 from arrbee/repo-init-template-hooksVicent Martí2013-03-051-31/+71
|\
| * Make mode handling during init more like gitRussell Belfer2013-02-271-7/+6
| * Fix portability issues on WindowsRussell Belfer2013-02-261-1/+4
| * Fix initialization of repo directoriesRussell Belfer2013-02-261-29/+67
* | Increment reference counter in git_repository_set_configSascha Cunz2013-02-261-0/+1
|/
* Do not use GIT_CPDIR_CHMOD flag when copying the template.Sebastian Bauer2013-01-131-1/+10
* Clear local error variable after invoking giterr_clear().Sebastian Bauer2013-01-121-0/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* 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