summaryrefslogtreecommitdiff
path: root/include/git2/sys
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesWill Stamper2014-12-042-2/+2
* config: remove the refresh function and backend fieldcmn/config-refresh-removeCarlos Martín Nieto2014-10-231-1/+0
* Merge pull request #2448 from libgit2/cmn/reference-transactionEdward Thomson2014-10-091-0/+13
|\
| * Introduce reference transactionsCarlos Martín Nieto2014-09-301-0/+13
* | hashsig: Export as a `sys` headervmg/hashsigVicent Marti2014-10-011-0/+76
|/
* Merge pull request #2464 from libgit2/cmn/host-cert-infoVicent Marti2014-09-171-3/+1
|\
| * net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-161-3/+0
| * Provide a callback for certificate validationCarlos Martín Nieto2014-09-161-0/+1
* | Fix attribute lookup in index for bare reposrb/attr-with-bareRussell Belfer2014-09-151-0/+13
|/
* Custom transport: minor cleanupsEdward Thomson2014-08-141-0/+354
* Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-121-1/+3
|\
| * config: refresh before reading a valueCarlos Martín Nieto2014-04-181-1/+1
| * config: implement config snapshottingCarlos Martín Nieto2014-04-181-0/+2
* | Use unsigned type for APIs with opt flag maskRussell Belfer2014-05-081-3/+3
* | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-2/+10
* | Fix remaining init_options inconsistenciesRussell Belfer2014-05-023-15/+12
* | Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-021-0/+28
* | Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
|/
* 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