summaryrefslogtreecommitdiff
path: root/src/repository.c
Commit message (Expand)AuthorAgeFilesLines
* repository: make git_repository_init() value the core.ignorecase config entrynulltoken2012-06-051-12/+38
* repository: make git_repository_init() value the core.filemode config entrynulltoken2012-06-051-1/+23
* repository: default to core.bare = false if it's not setCarlos Martín Nieto2012-05-241-3/+4
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-5/+5
* errors: Rename the generic return codesVicent Martí2012-05-181-5/+5
* global: Change parameter ordering in APIVicent Martí2012-05-181-8/+7
* Fixed leaks and added testsRussell Belfer2012-05-111-16/+13
* Improve repo initialization to be more like gitRussell Belfer2012-05-091-1/+71
* msvc: Do not use `isspace` Vicent Martí2012-05-091-1/+1
* repository: ensure git_repository_discover() returns ENOTFOUND when unable to...nulltoken2012-05-081-2/+3
* Support reading attributes from indexRussell Belfer2012-05-031-0/+20
* buf: deploy git_buf_len()nulltoken2012-04-301-3/+3
* Implement git_pool paged memory allocatorRussell Belfer2012-04-251-1/+1
* Merge pull request #632 from arrbee/win64-cleanupVicent Martí2012-04-231-24/+6
|\
| * Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-6/+5
| * Add git_reference_lookup_oid and lookup_resolvedRussell Belfer2012-04-171-18/+1
* | Merge pull request #637 from nulltoken/issue/odb-refcountVicent Martí2012-04-231-0/+1
|\ \
| * | Fix git_repository_set_odb() refcount issuenulltoken2012-04-231-0/+1
* | | Merge pull request #629 from nulltoken/issue/index-refcountVicent Martí2012-04-181-0/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Fix git_repository_set_index() refcount issuenulltoken2012-04-141-0/+1
* | repo: plug a couple of leaksCarlos Martín Nieto2012-04-141-0/+3
|/
* Refactor git_repository_open with new optionsRussell Belfer2012-04-111-276/+261
* repository: make git_repository_set_workdir() prettify the path it is being p...nulltoken2012-04-111-3/+6
* Added submodule API and use in statusRussell Belfer2012-03-281-0/+1
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-1/+1
* Continue error conversionRussell Belfer2012-03-141-6/+4
* error-handling: RepositoryVicent Martí2012-03-071-292/+251
* diff: Fix rebase breackageVicent Martí2012-03-061-1/+1
* error-handling: ReferencesVicent Martí2012-03-061-7/+7
* config: Implement a proper cvar cacheVicent Martí2012-03-021-0/+5
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-8/+8
* Fix iterators based on pull request feedbackRussell Belfer2012-02-221-5/+5
* Update Copyright headerschu2012-02-131-1/+1
* repository: ensure that the path to the .git directory ends with a forward sl...nulltoken2012-02-031-1/+1
* repository: add minimal reinitialization of repositorynulltoken2012-01-251-7/+43
* Move path related functions from fileops to pathRussell Belfer2012-01-171-8/+8
* repository: add the invalid repository path to the error messagenulltoken2012-01-171-1/+1
* Merge remote-tracking branch 'drizzd/diff-index-tests' into developmentVicent Martí2012-01-021-3/+0
|\
| * allow opening index in bare repoClemens Buchacher2011-12-301-3/+0
* | Add support for macros and cache flush API.Russell Belfer2011-12-291-1/+1
* | Add APIs for git attributesRussell Belfer2011-12-201-0/+1
|/
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-181/+224
* repository: Do not double-increment refcountsVicent Marti2011-11-281-2/+0
* repository: Use `git_config` when initializingVicent Marti2011-11-261-14/+2
* repository: Change ownership semanticsVicent Marti2011-11-261-280/+317
* refs: Partial rewrite for read-only refsVicent Marti2011-11-061-6/+1
* Free all used references in the source treeschu2011-11-061-8/+34
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-6/+5
|\
| * 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