]> git.proxmox.com Git - libgit2.git/commit - src/refdb.h
refs: expose a way to ensure a ref has a log
authorCarlos Martín Nieto <cmn@dwim.me>
Sat, 23 Nov 2013 13:13:01 +0000 (14:13 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Mon, 9 Dec 2013 14:55:11 +0000 (15:55 +0100)
commit8d5ec9106afbca346a8def84ef20de0a7ba2240a
tree83dea84e33442fa8e4c58321a246b08b52c5fc0e
parent6f13a30565fc3891c0df161945097b316945fca7
refs: expose a way to ensure a ref has a log

Sometimes (e.g. stash) we want to make sure that a log will be written,
even if it's not in one of the standard locations. Let's make that
easier.
include/git2/refs.h
include/git2/sys/refdb_backend.h
src/refdb.c
src/refdb.h
src/refdb_fs.c
src/refs.c
src/stash.c
tests/refs/reflog/reflog.c