Re: [PATCH v7 7/8] add a test for semantic errors in config files

2014-08-04 Thread Junio C Hamano
Tanay Abhra tanay...@gmail.com writes: + grep fatal: bad config variable '\''alias.br'\'' at file line 2 in .git/config result This test is too tight (the full string), and also needs to know about i18n, I think. -- To unsubscribe from this list: send the line unsubscribe git in the body

[PATCH v7 7/8] add a test for semantic errors in config files

2014-08-01 Thread Tanay Abhra
Semantic errors (for example, for alias.* variables NULL values are not allowed) in configuration files cause a die printing the line number and file name of the offending value. Add a test documenting that such errors cause a die printing the accurate line number and file name. Signed-off-by: