diff options
author | nulltoken <emeric.fermas@gmail.com> | 2012-06-22 00:02:23 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2012-06-22 11:32:49 +0200 |
commit | 2c227b8b33b8179feb056e60b7c1502b9c4fcd4b (patch) | |
tree | 456e210eb60948e03de47266e28d5359982a8aff /include/git2/commit.h | |
parent | 9311423c34bbd369928152c6a2b669204276ddd1 (diff) | |
download | libgit2-2c227b8b33b8179feb056e60b7c1502b9c4fcd4b.tar.gz |
repository: fix configuration updating issue while reinitialization
When the repository was reinitialized, every configuration change in repo_init_config() was directly performed against the file on the filesystem. However, a previous version of the configuration had previously been loaded in memory and attached to the repository, in repo_init_reinit().
The repository was unaware of the change and the stale cached version of the configuration never refreshed.
Diffstat (limited to 'include/git2/commit.h')
0 files changed, 0 insertions, 0 deletions