commit | 98ea26b8d842d11afe6326f026ba15644dc40770 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Jun 04 19:19:11 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Jul 03 11:00:16 2009 -0700 |
tree | e78cc2f8669d24d8c5078239d1aef3964da21c2b | |
parent | c24c720b6135a8f7975bf9af265124eee2d464cb [diff] |
Allow callers to reset the git config cache If commands modify the git config too rapidly we might not notice the .git/config file has been modified, as they could run in the same filesystem timestamp window and thus not cause a change on the config's mtime. This can cause repo to miss re-reading the config file after running a command. Allowing the cache to be flushed forces us to re-read the config. Signed-off-by: Shawn O. Pearce <sop@google.com>