Staging
v0.8.1
Revision 40ea4ed9032a80c9dba706d6030bd11b08c35f4d authored by Junio C Hamano on 11 February 2008, 18:41:18 UTC, committed by Junio C Hamano on 11 February 2008, 21:11:36 UTC
This is used to report misconfigured configuration file that does not
give any value to a non-boolean variable, e.g.

	[section]
		var

It is perfectly fine to say it if the section.var is a boolean (it means
true), but if a variable expects a string value it should be flagged as
a configuration error.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c5e5a2c
History
File Mode Size
maintain-git.txt -rw-r--r-- 9.9 KB
rebase-and-edit.txt -rw-r--r-- 2.6 KB
rebase-from-internal-branch.txt -rw-r--r-- 6.2 KB
rebuild-from-update-hook.txt -rw-r--r-- 3.0 KB
recover-corrupted-blob-object.txt -rw-r--r-- 4.9 KB
revert-branch-rebase.txt -rw-r--r-- 7.7 KB
separating-topic-branches.txt -rw-r--r-- 3.2 KB
setup-git-server-over-http.txt -rw-r--r-- 7.3 KB
update-hook-example.txt -rw-r--r-- 5.5 KB
use-git-daemon.txt -rw-r--r-- 2.0 KB
using-merge-subtree.txt -rw-r--r-- 2.9 KB

back to top