summaryrefslogtreecommitdiff
path: root/include/git2/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* What are the chances, reallyVicent Marti2013-05-291-28/+21
* Liike thisVicent Marti2013-05-281-1/+1
* Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-241-2/+2
* Fix trailing whitespacesnulltoken2013-05-151-1/+0
* Unify whitespaces to tabsLinquize2013-05-151-1/+1
* Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-111-17/+47
|\
| * Introduce a glob-filtering iteratorCarlos Martín Nieto2013-05-111-1/+13
| * refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-24/+7
| * refs: introduce an iteratorCarlos Martín Nieto2013-05-111-0/+35
* | commit: make create_from_oids() accept plain oidnulltoken2013-05-051-2/+3
|/
* move NAME and REUC extensions to sys/Edward Thomson2013-04-301-0/+180
* repo: Add `git_repository__cleanup`Vicent Marti2013-04-241-0/+14
* Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-212-13/+61
* Move refdb_backend to include/git2/sysRussell Belfer2013-04-211-0/+120
* Move git_commit_create_from_oids into sys/commit.hRussell Belfer2013-04-211-0/+45