[PATCH 0/1] git-config --add allows values from stdin

2019-09-17 Thread Zeger-Jan van de Weg
Zeger-Jan van de Weg (1): Git config allows value setting from stdin Documentation/git-config.txt | 5 - builtin/config.c | 23 +-- t/t1300-config.sh| 11 +++ 3 files changed, 36 insertions(+), 3 deletions(-) -- 2.23.0

[PATCH 1/1] Git config allows value setting from stdin

2019-09-17 Thread Zeger-Jan van de Weg
, the value cannot be passed and is read through stdin. Signed-off-by: Zeger-Jan van de Weg --- Documentation/git-config.txt | 5 - builtin/config.c | 23 +-- t/t1300-config.sh| 11 +++ 3 files changed, 36 insertions(+), 3 deletions(-) diff