]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/refdb.h
refs: expose has_log() on the backend
authorCarlos Martín Nieto <cmn@dwim.me>
Sat, 23 Nov 2013 13:39:53 +0000 (14:39 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Mon, 9 Dec 2013 14:55:11 +0000 (15:55 +0100)
commitf21051297cc698644ea0dc9c7122ec944dba2863
treeb94a20b868860f84c5a674bbada254e789f4e43a
parent8d5ec9106afbca346a8def84ef20de0a7ba2240a
refs: expose has_log() on the backend

The frontend used to look at the file directly, but that's obviously not
the right thing to do. Expose it on the backend and use that function
instead.
include/git2/refs.h
include/git2/sys/refdb_backend.h
src/refdb.c
src/refdb.h
src/refdb_fs.c
src/refs.c
tests/refs/reflog/reflog.c