libgit2/include/git2/sys
Carlos Martín Nieto 523032cd24 config: refresh before reading a value
With the isolation of complex reads, we can now try to refresh the
on-disk file before reading a value from it.

This changes the semantics a bit, as before we could be sure that a
string we got from the configuration was valid until we wrote or
refreshed. This is no longer the case, as a read can also invalidate the
pointer.
2014-04-18 16:07:33 +02:00
..
commit.h Add git_commit_amend API 2014-02-07 16:17:59 -08:00
config.h config: refresh before reading a value 2014-04-18 16:07:33 +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