summaryrefslogtreecommitdiff
path: root/src/reflog.h
Commit message (Expand)AuthorAgeFilesLines
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-41/+0
* consistent header guardsethomson/header_guardsEdward Thomson2018-02-011-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-021-1/+6
* update copyrightsEdward Thomson2013-01-081-1/+1
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-2/+0
* reflog: introduce git_reflog_write()nulltoken2012-07-251-0/+1
* reflog: add GIT_OID_HEX_ZERO constantnulltoken2012-07-251-0/+2
* Update Copyright headerschu2012-02-131-1/+1
* *: correct and codify various file permissionsBrodie Rao2011-10-141-0/+1
* fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-0/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* reflog: assimilate reflog API to return git_oid'sschu2011-08-151-2/+2
* reflog: add API to read or write a reference logschu2011-07-091-0/+26