summaryrefslogtreecommitdiff
path: root/include/git2/sys/refdb_backend.h
Commit message (Expand)AuthorAgeFilesLines
* refdb_backend: improve callback documentationPatrick Steinhardt2020-03-261-2/+109
* refdb: documentationEtienne Samson2019-09-051-21/+57
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-19/+19
* refdb and odb backends must provide `free` functionArthur Schreiber2015-10-011-2/+2
* Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto2015-08-011-1/+1
|\
| * Fix @param names in doc commentsBen Chatelain2015-07-271-1/+1
* | refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-121-2/+3
|/
* Introduce reference transactionsCarlos Martín Nieto2014-09-301-0/+13
* Fix remaining init_options inconsistenciesRussell Belfer2014-05-021-5/+4
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+13
* 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
* 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
* 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-021-0/+32
* 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
* ...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
* Unify whitespaces to tabsLinquize2013-05-151-1/+1
* 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
* Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-211-13/+23
* Move refdb_backend to include/git2/sysRussell Belfer2013-04-211-0/+120