summaryrefslogtreecommitdiff
path: root/src/repository.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-3/+2
* lol namespacesvmg/namespacesVicent Marti2013-04-301-0/+1
* Add configs to repo config cacheRussell Belfer2013-04-231-2/+23
* Implement global/system file search pathsRussell Belfer2013-03-151-1/+1
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-1/+3
* update copyrightsEdward Thomson2013-01-081-1/+1
* Merge branch 'diff-crlf-filters' into developmentVicent Marti2012-09-111-23/+2
|\
| * Reorg internal odb read header and object lookupRussell Belfer2012-09-101-23/+2
* | errors: deploy GIT_EBAREREPO usagenulltoken2012-09-061-0/+15
|/
* Add template dir and set gid to repo initRussell Belfer2012-08-221-1/+0
* Add git_repository_init_ext for power inittersRussell Belfer2012-08-221-2/+10
* revparse: enhance parsing enginenulltoken2012-07-171-0/+7
* Support reading attributes from indexRussell Belfer2012-05-031-0/+4
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-2/+2
* Convert hashtable usage over to khashRussell Belfer2012-04-251-2/+2
* Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-0/+5
* Added submodule API and use in statusRussell Belfer2012-03-281-0/+6
* config: Implement a proper cvar cacheVicent Martí2012-03-021-5/+60
* filter: Properly cache filter settingsVicent Martí2012-03-011-0/+1
* filter: Precache the filter config options on loadVicent Martí2012-03-011-1/+1
* filter: Load attributes for fileVicent Martí2012-02-281-0/+5
* Update Copyright headerschu2012-02-131-1/+1
* Initial implementation of gitignore supportRussell Belfer2012-01-111-1/+1
* Add support for macros and cache flush API.Russell Belfer2011-12-291-1/+1
* Add APIs for git attributesRussell Belfer2011-12-201-0/+2
* repository: Change ownership semanticsVicent Marti2011-11-261-4/+8
* *: correct and codify various file permissionsBrodie Rao2011-10-141-1/+0
* fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-1/+3
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Remove unused methodsVicent Marti2011-07-091-2/+1
* odb: Direct writes are backVicent Marti2011-07-091-0/+2
* index: Change the memory management for repo indexesVicent Marti2011-06-011-1/+0
* Change `parse` methods to const bufferVicent Marti2011-04-021-1/+1
* I broke your bindingsVicent Marti2011-03-201-22/+6
* Fix the retarded object interdependency systemVicent Marti2011-03-141-18/+4
* Fix segmentation fault when freeing a repositoryVicent Marti2011-03-051-4/+12
* Don't use non-int bit fieldsVicent Marti2011-03-041-1/+1
* Fix several issues with refcountingVicent Marti2011-03-031-2/+8
* Implement reference counting for git_objectsVicent Marti2011-03-031-1/+10
* Refactored the opening and the initialization of a repository.nulltoken2011-03-031-0/+5
* Refactor reference parsing codeVicent Marti2011-01-301-1/+2
* Merge nulltoken's reference parsing codenulltoken2011-01-291-0/+2
* Split object methods from repository.cVicent Marti2011-01-031-1/+0
* Change the library include fileVicent Marti2010-12-061-4/+4
* Change git_repository initialization to use a pathVicent Marti2010-11-021-0/+9
* Fix internal memory management on the libraryVicent Marti2010-10-281-0/+3
* Add support for in-memory objectsVicent Marti2010-09-201-3/+1
* Add setter methods & write support for git_commitVicent Marti2010-09-201-0/+1
* Implement internal methods to write on sourcesVicent Marti2010-09-191-1/+3
* Give object structures more descriptive namesVicent Marti2010-09-191-15/+14