diff options
author | Jeff King <peff@peff.net> | 2012-10-23 15:51:50 -0400 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2012-10-24 03:36:54 -0400 |
commit | 7acdd6f0bc27bba37591e2d5fc2ca84e2af13ce4 (patch) | |
tree | 556bdc5a32f9eec09d345df1adeeeaf9778bf9d2 /t/t9700 | |
parent | git-config: fix regexp memory leaks on error conditions (diff) | |
download | tgif-7acdd6f0bc27bba37591e2d5fc2ca84e2af13ce4.tar.xz |
git-config: collect values instead of immediately printing
This is a refactor that will allow us to more easily tweak
the behavior for multi-valued variables, and it will
ultimately allow us to remove a lot git-config's custom code
in favor of the regular git_config code.
It does mean we're no longer streaming, and we're storing
more in memory for the --get-all case, but in practice it is
a tiny amount of data, and the results are instantaneous.
Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 't/t9700')
0 files changed, 0 insertions, 0 deletions