[PATCH v6 0/3] git config cache & special querying api utilizing the cache

2014-07-09 Thread Tanay Abhra
Hi, [PATCH V7]: Style nits and a broken && chain corrected in `t/t1308-config-set.sh`. See [9] for the nits. [PATCH V6]: Style nits and mistakes corrected. Diff between v6 and v5[8] is at the bottom. Thanks to Matthieu, Ramsay and Ram for their suggestions. [PATCH V5]: `con

Re: [PATCH v6 0/3] git config cache & special querying api utilizing the cache

2014-07-07 Thread Matthieu Moy
Tanay Abhra writes: > test_expect_success 'find value with misspelled key' ' > - echo "Value not found for \"my.fOo Bar.hi\"" >expect && > - test_must_fail test-config get_value "my.fOo Bar.hi" >actual && > - test_cmp expect actual > + check "my.fOo Bar.hi" "Value not found for \

[PATCH v6 0/3] git config cache & special querying api utilizing the cache

2014-07-07 Thread Tanay Abhra
Hi, [PATCH V6]: Style nits and mistakes corrected. Diff between v6 and v5[8] is at the bottom. Thanks to Matthieu, Ramsay and Ram for their suggestions. [PATCH V5]: `config_set` now uses a single hashmap. Corrected style nits raised in the thread[7]. Thanks t