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
.gitignore -rw-r--r-- 14 bytes
api-allocation-growing.txt -rw-r--r-- 935 bytes
api-builtin.txt -rw-r--r-- 1.8 KB
api-decorate.txt -rw-r--r-- 60 bytes
api-diff.txt -rw-r--r-- 5.2 KB
api-directory-listing.txt -rw-r--r-- 1.7 KB
api-gitattributes.txt -rw-r--r-- 3.0 KB
api-grep.txt -rw-r--r-- 76 bytes
api-hash.txt -rw-r--r-- 48 bytes
api-in-core-index.txt -rw-r--r-- 457 bytes
api-index-skel.txt -rw-r--r-- 443 bytes
api-index.sh -rwxr-xr-x 611 bytes
api-lockfile.txt -rw-r--r-- 2.9 KB
api-object-access.txt -rw-r--r-- 342 bytes
api-parse-options.txt -rw-r--r-- 76 bytes
api-path-list.txt -rw-r--r-- 148 bytes
api-quote.txt -rw-r--r-- 145 bytes
api-revision-walking.txt -rw-r--r-- 237 bytes
api-run-command.txt -rw-r--r-- 200 bytes
api-setup.txt -rw-r--r-- 180 bytes
api-strbuf.txt -rw-r--r-- 59 bytes
api-tree-walking.txt -rw-r--r-- 181 bytes
api-xdiff-interface.txt -rw-r--r-- 139 bytes
pack-format.txt -rw-r--r-- 4.9 KB
pack-heuristics.txt -rw-r--r-- 17.8 KB
pack-protocol.txt -rw-r--r-- 879 bytes
racy-git.txt -rw-r--r-- 8.5 KB
send-pack-pipeline.txt -rw-r--r-- 1.9 KB
shallow.txt -rw-r--r-- 2.0 KB
trivial-merge.txt -rw-r--r-- 4.1 KB

back to top