commit | 1b34c9118ed86a15b0bc1094804c095dd7be33cb | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu May 21 18:52:49 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri May 29 09:31:00 2009 -0700 |
tree | ed27e9a6636f99f1c8e917028c52bb060a52179a | |
parent | 366ad214b82cadc32920b371f7f99f3f6894ec6f [diff] |
Allow callers of GitConfig to specify the pickle file path This way we can put it in another directory than the config file itself, e.g. hide it inside ".git" when parsing a ".gitmodules" file from the working tree. Signed-off-by: Shawn O. Pearce <sop@google.com>