libgit2/include/git2/sys
Carlos Martín Nieto 55ebd7d369 config: implement config snapshotting
In order to have consistent views of the config files for remotes,
submodules et al. and a configuration that represents what is currently
stored on-disk, we need a way to provide a view of the configuration
that does not change.

The goal here is to provide the snapshotting part by creating a
read-only copy of the state of the configuration at a particular point
in time, which does not change when a repository's main config changes.
2014-04-18 16:03:01 +02:00
..
commit.h Add git_commit_amend API 2014-02-07 16:17:59 -08:00
config.h config: implement config snapshotting 2014-04-18 16:03:01 +02:00
diff.h Add public diff print helpers 2014-04-17 14:43:45 -07:00
filter.h Cleanups, renames, and leak fixes 2013-12-12 12:11:38 -08:00
index.h Clean up some documentation 2013-07-23 09:40:19 +02:00
mempack.h In-memory packing backend 2014-03-26 18:17:08 +01:00
odb_backend.h Added function-based initializers for every options struct. 2014-03-05 21:49:23 -05:00
refdb_backend.h Added function-based initializers for every options struct. 2014-03-05 21:49:23 -05:00
reflog.h reflog: move the reflog implementation into refdb_fs 2013-10-02 06:53:24 +02:00
refs.h Clean up some documentation 2013-07-23 09:40:19 +02:00
repository.h Rename new fn to git_repository_reinit_filesystem 2013-10-08 16:59:59 -07:00