summaryrefslogtreecommitdiff
path: root/src/repository.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up newly introduced warningsRussell Belfer2013-09-231-4/+6
* Check error value from git_futils_find_template_dirLinquize2013-09-201-2/+2
* Make init.templatedir workLinquize2013-09-191-17/+12
* Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-171-4/+8
|\
| * Can load default template directoryLinquize2013-09-181-4/+8
* | Add ident filterRussell Belfer2013-09-171-1/+2
* | Create public filter object and use itRussell Belfer2013-09-171-4/+4
|/
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-3/+3
* Treat detached HEAD as non-empty repoRussell Belfer2013-08-291-14/+8
* repository: Make the is_empty check more explicitVicent Martí2013-08-291-1/+3
* Fix incorrect precedence within git_repository_is_empty()Justin Spahr-Summers2013-08-281-1/+1
* repository: clarify assignment and test orderRémi Duraffort2013-07-151-3/+3
* Add BARE option to git_repository_open_extRussell Belfer2013-07-101-6/+9
* util: It's called `memzero`Vicent Marti2013-06-121-1/+1
* Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti2013-06-121-3/+2
|\
| * Add safe memset and use itRussell Belfer2013-06-071-4/+2
| * Zero memory for major objects before freeingRussell Belfer2013-05-311-0/+1
* | 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