]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/repository.c
immutable references and a pluggable ref database
authorEdward Thomson <ethomson@edwardthomson.com>
Fri, 1 Mar 2013 21:37:33 +0000 (15:37 -0600)
committerEdward Thomson <ethomson@edwardthomson.com>
Thu, 7 Mar 2013 17:01:52 +0000 (11:01 -0600)
commitd00d54645d931c77a9b401518c0d73e3f640454b
treee1932dcc97172a53524e9db1ba4923cf137a4f9c
parent6a9ef012376e8a21dcfd0499ab16048eb6e954c3
immutable references and a pluggable ref database
42 files changed:
include/git2/branch.h
include/git2/refdb.h [new file with mode: 0644]
include/git2/refdb_backend.h [new file with mode: 0644]
include/git2/refs.h
include/git2/repository.h
include/git2/types.h
src/branch.c
src/commit.c
src/fetchhead.c
src/refdb.c [new file with mode: 0644]
src/refdb.h [new file with mode: 0644]
src/refdb_fs.c [new file with mode: 0644]
src/refdb_fs.h [new file with mode: 0644]
src/refs.c
src/refs.h
src/remote.c
src/repository.c
src/repository.h
src/reset.c
src/revparse.c
src/stash.c
src/tag.c
tests-clar/commit/write.c
tests-clar/object/tag/write.c
tests-clar/refdb/inmemory.c [new file with mode: 0644]
tests-clar/refdb/testdb.c [new file with mode: 0644]
tests-clar/refdb/testdb.h [new file with mode: 0644]
tests-clar/refs/branches/delete.c
tests-clar/refs/branches/move.c
tests-clar/refs/crashes.c
tests-clar/refs/create.c
tests-clar/refs/delete.c
tests-clar/refs/pack.c
tests-clar/refs/read.c
tests-clar/refs/ref_helpers.c [new file with mode: 0644]
tests-clar/refs/ref_helpers.h [new file with mode: 0644]
tests-clar/refs/reflog/reflog.c
tests-clar/refs/rename.c
tests-clar/refs/revparse.c
tests-clar/refs/setter.c [new file with mode: 0644]
tests-clar/refs/update.c
tests-clar/stash/save.c