summaryrefslogtreecommitdiff
path: root/include/git2/sys
Commit message (Expand)AuthorAgeFilesLines
* Add public diff print helpersRussell Belfer2014-04-171-0/+63
* In-memory packing backendvmg/mempackVicent Marti2014-03-261-0/+85
* Added function-based initializers for every options struct.Matthew Bowen2014-03-053-0/+39
* Add exists_prefix to ODB backend and ODB APIRussell Belfer2014-03-041-5/+5
* Add git_commit_amend APIRussell Belfer2014-02-071-3/+37
* refs: placeholder conditional deleteCarlos Martín Nieto2014-02-051-1/+1
* refdb: add conditional symbolic updatesCarlos Martín Nieto2014-02-051-1/+1
* refs: conditional ref updatesCarlos Martín Nieto2014-02-051-1/+2
* commit: remvoe legacy 'oid' namingCarlos Martín Nieto2014-01-251-1/+1
* Merge pull request #1920 from libgit2/cmn/ref-with-logVicent Marti2013-12-181-2/+15
|\
| * refs: expose has_log() on the backendCarlos Martín Nieto2013-12-091-0/+5
| * refs: expose a way to ensure a ref has a logCarlos Martín Nieto2013-12-091-0/+6
| * reflog: integrate into the ref writingCarlos Martín Nieto2013-11-231-2/+2
| * refdb: add a `message` parameter for appending to the logCarlos Martín Nieto2013-11-231-2/+4
* | Cleanups, renames, and leak fixesRussell Belfer2013-12-121-0/+1
|/
* Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-011-0/+1
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-281-1/+1
|\
| * indexer: fix thin packsCarlos Martín Nieto2013-10-041-1/+1
* | Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub2013-10-282-0/+41
|\ \
| * | reflog: bring _append and _drop back to the frontendCarlos Martín Nieto2013-10-021-12/+0
| * | reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-022-0/+53
| |/
* | Rename new fn to git_repository_reinit_filesystemRussell Belfer2013-10-081-2/+2
* | Make reference lookups apply precomposeunicodeRussell Belfer2013-10-081-1/+19
|/
* That's the refdb, it's not the odb...Edward Thomson2013-09-251-2/+2
* 'del' instead of 'delete' for the poor C++ usersEdward Thomson2013-09-241-1/+1
* Bug fixes and cleanupsRussell Belfer2013-09-171-33/+68
* More filtering tests including orderRussell Belfer2013-09-171-0/+14
* Port tests from PR 1683Russell Belfer2013-09-171-0/+13
* Merge git_buf and git_bufferRussell Belfer2013-09-171-9/+9
* Add ident filterRussell Belfer2013-09-171-3/+8
* Add functions to manipulate filter listsRussell Belfer2013-09-171-0/+37
* Hook up filter initialize callbackRussell Belfer2013-09-171-0/+2
* Extend public filter api with filter listsRussell Belfer2013-09-171-10/+10
* Add attributes to filters and fix registryRussell Belfer2013-09-171-18/+83
* Make git_filter_source opaqueRussell Belfer2013-09-171-6/+23
* Create public filter object and use itRussell Belfer2013-09-171-0/+104
* odb: Move the auto refresh logic to the pack backendnulltoken2013-09-041-0/+10
* Merge pull request #1772 from libgit2/config-iterVicent Martí2013-08-281-2/+28
|\
| * config: don't special-case the multivar iteratorCarlos Martín Nieto2013-08-141-2/+0
| * config: working multivar iteratorCarlos Martín Nieto2013-08-081-1/+1
| * config: hopefully get the iterator to work on multivarsCarlos Martín Nieto2013-08-081-1/+1
| * config: initial multivar iteratorCarlos Martín Nieto2013-08-081-2/+4
| * config: move next() and free() into the iteratorCarlos Martín Nieto2013-08-081-3/+27
| * config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-081-1/+1
| * Don't typedef a pointerCarlos Martín Nieto2013-08-081-1/+1
| * replaced foreach() with non callback based iterations in git_config_backendNico von Geyso2013-08-081-1/+3
* | odb: document git_odb_streamCarlos Martín Nieto2013-08-171-0/+4
* | odb: make it clearer that the id is calculated in the frontendCarlos Martín Nieto2013-08-171-5/+1
|/
* Clean up some documentationCarlos Martín Nieto2013-07-232-4/+2
* ...Aaaand this worksVicent Marti2013-05-301-2/+7