git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] config: add '--sources' option to print the source of a config value
@ 2016-02-17  8:57 larsxschneider
  2016-02-17  8:57 ` [PATCH v5 1/3] t: do not hide Git's exit code in tests using 'nul_to_q' larsxschneider
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: larsxschneider @ 2016-02-17  8:57 UTC (permalink / raw)
  To: git; +Cc: peff, ramsay, gitster, Lars Schneider

From: Lars Schneider <larsxschneider@gmail.com>

diff to v4:
* improve wording of "exit code" cleanup commit message (Thanks Peff)
* remove t1300 "--show-origin" test teardown (Thanks Peff)
* fix no parameter function prototype (Thanks Ramsay)
* use doublequotes instead of tabs to test quoted paths (Thanks Junio)

I though a while about Ramsay's suggestion to restore the old error messages
for config reads via stdin. Since reading the config via stdin is not that
common I don't think the increased complexity is worth the effort. Unless
Ramsay or someone else feels strongly about it, I would like to proceed and
keep the new error messages

Thanks for the review,
Lars


Lars Schneider (3):
  t: do not hide Git's exit code in tests using 'nul_to_q'
  config: add 'type' to config_source struct that identifies config type
  config: add '--show-origin' option to print the origin of a config
    value

 Documentation/git-config.txt |  15 ++--
 builtin/config.c             |  33 +++++++++
 cache.h                      |   6 +-
 config.c                     |  36 +++++++---
 submodule-config.c           |   4 +-
 t/t1300-repo-config.sh       | 161 ++++++++++++++++++++++++++++++++++++++++++-
 t/t1308-config-set.sh        |   4 +-
 t/t7008-grep-binary.sh       |   3 +-
 8 files changed, 236 insertions(+), 26 deletions(-)

--
2.5.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-18  8:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17  8:57 [PATCH v5 0/3] config: add '--sources' option to print the source of a config value larsxschneider
2016-02-17  8:57 ` [PATCH v5 1/3] t: do not hide Git's exit code in tests using 'nul_to_q' larsxschneider
2016-02-17  8:57 ` [PATCH v5 2/3] config: add 'type' to config_source struct that identifies config type larsxschneider
2016-02-17 18:59   ` Junio C Hamano
2016-02-17 21:31     ` Junio C Hamano
2016-02-18  8:44       ` Lars Schneider
2016-02-17  8:57 ` [PATCH v5 3/3] config: add '--show-origin' option to print the origin of a config value larsxschneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).