author | Jonathan Nieder <jrnieder@gmail.com> | |
Wed, 11 Nov 2009 23:57:36 +0000 (17:57 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 13 Nov 2009 20:16:30 +0000 (12:16 -0800) | ||
commit | c27b39252ff713db414b8dbbfb263d0468031fab | |
tree | 1896a16e4411c4ee73848c4adc38e2fbbf369acc | tree | snapshot |
parent | d33738d7d3ed42a956c74d0125eb2b3abda451b7 | commit | diff |
Suppress warnings from "git var -l"
For scripts using "git var -l" to read all logical variables at
once, not all per-variable warnings will be relevant. So suppress
them.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
For scripts using "git var -l" to read all logical variables at
once, not all per-variable warnings will be relevant. So suppress
them.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ident.c | diff | blob | history | |
var.c | diff | blob | history |