summaryrefslogtreecommitdiff
path: root/src/repository.c
Commit message (Expand)AuthorAgeFilesLines
* repository: allow the global and system configs to fail loadingcmn/config-ignore-accessCarlos Martín Nieto2014-03-111-3/+3
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* Merge pull request #2138 from ethomson/sysdirVicent Marti2014-02-251-1/+2
|\
| * Move system directory cache out of utilsEdward Thomson2014-02-241-1/+2
* | Remove now-duplicated stdarg.h includeEdward Thomson2014-02-241-1/+0
|/
* ReadabilityBen Straub2014-02-181-1/+3
* Improve error propagation in shallow callBen Straub2014-02-181-4/+5
* Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer2014-02-071-2/+5
|\
| * Add reflog params to git_repository_detach_headBen Straub2014-02-041-2/+5
* | Fix some Windows warningsRussell Belfer2014-02-071-3/+3
|/
* Add reflog params to set-head callsBen Straub2014-01-301-9/+18
* config: use git_buf for returning pathsCarlos Martín Nieto2014-01-271-3/+3
* repository: move to use a git_buf for outputting stringsCarlos Martín Nieto2014-01-271-32/+9
* Convert gitdir paths to posix on WindowsRussell Belfer2014-01-171-1/+5
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-4/+4
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-3/+2
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-21/+19
* clean up state metadata more consistentlyEdward Thomson2013-12-021-0/+36
* move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-3/+3
* Rename new fn to git_repository_reinit_filesystemRussell Belfer2013-10-081-4/+4
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-69/+116
* Add git_repository_reset_filesystem and fix testsRussell Belfer2013-10-041-28/+72
* Update repo init with fewer platform assumptionsRussell Belfer2013-10-031-16/+18
* Clean up annoying warningsRussell Belfer2013-10-031-1/+5
* Add check if we need to precompose unicode on MacRussell Belfer2013-10-031-32/+69
* 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