diff options
author | Shawn O. Pearce <sop@google.com> | 2009-06-04 19:19:11 -0700 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2009-07-03 11:00:16 -0700 |
commit | 98ea26b8d842d11afe6326f026ba15644dc40770 (patch) | |
tree | e78cc2f8669d24d8c5078239d1aef3964da21c2b /subcmds/help.py | |
parent | c24c720b6135a8f7975bf9af265124eee2d464cb (diff) | |
download | git-repo-98ea26b8d842d11afe6326f026ba15644dc40770.tar.gz |
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>
Diffstat (limited to 'subcmds/help.py')
0 files changed, 0 insertions, 0 deletions