diff options
author | sean <seanlkml@sympatico.ca> | 2006-05-05 15:05:10 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-05 14:21:18 -0700 |
commit | 2b5f3ed3166ea7d93f4138bb2b6c849851ba86ac (patch) | |
tree | 7d268564359abf2eedeb7c9144d12cd0d14acdd6 /Documentation/git-repo-config.txt | |
parent | 88521450fc4cca1f96d9179ee4f2cbe51da3359c (diff) | |
download | git-2b5f3ed3166ea7d93f4138bb2b6c849851ba86ac.tar.gz |
Several trivial documentation touch ups.
Move incorrect asciidoc level 2 titles back to level 1.
Show output of git-name-rev in man page example.
Reword sentences that begin with a period (.) in asciidoc
numbered lists to work around conversion to man page bug.
Mention that git-repack now calls git-prune-packed
when the -d option is passed to it.
[imap] section headers in the config file example need to be
contained in a literal block. imap.pass is the proper config
file variable to use, not imap.password.
Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-repo-config.txt')
-rw-r--r-- | Documentation/git-repo-config.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-repo-config.txt b/Documentation/git-repo-config.txt index ddcf52364c..fd44f629f5 100644 --- a/Documentation/git-repo-config.txt +++ b/Documentation/git-repo-config.txt @@ -34,10 +34,10 @@ convert the value to the canonical form (simple decimal number for int, a "true" or "false" string for bool). If no type specifier is passed, no checks or transformations are performed on the value. -This command will fail if +This command will fail if: -. .git/config is invalid, -. .git/config can not be written to, +. The .git/config file is invalid, +. Can not write to .git/config, . no section was provided, . the section or key is invalid, . you try to unset an option which does not exist, or |