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>
This commit is contained in:
sean 2006-05-05 15:05:10 -04:00 committed by Junio C Hamano
parent 88521450fc
commit 2b5f3ed316
6 changed files with 10 additions and 6 deletions

View File

@ -101,7 +101,7 @@ OPTIONS
is not allowed. is not allowed.
Examples Examples
~~~~~~~~ --------
Clone from upstream:: Clone from upstream::
+ +

View File

@ -29,6 +29,7 @@ CONFIGURATION
git-imap-send requires the following values in the repository git-imap-send requires the following values in the repository
configuration file (shown with examples): configuration file (shown with examples):
..........................
[imap] [imap]
Folder = "INBOX.Drafts" Folder = "INBOX.Drafts"
@ -38,8 +39,9 @@ configuration file (shown with examples):
[imap] [imap]
Host = imap.server.com Host = imap.server.com
User = bob User = bob
Password = pwd Pass = pwd
Port = 143 Port = 143
..........................
BUGS BUGS

View File

@ -41,6 +41,7 @@ Enter git-name-rev:
------------ ------------
% git name-rev 33db5f4d9027a10e477ccf054b2c1ab94f74c85a % git name-rev 33db5f4d9027a10e477ccf054b2c1ab94f74c85a
33db5f4d9027a10e477ccf054b2c1ab94f74c85a tags/v0.99^0~940
------------ ------------
Now you are wiser, because you know that it happened 940 revisions before v0.99. Now you are wiser, because you know that it happened 940 revisions before v0.99.

View File

@ -38,6 +38,7 @@ OPTIONS
-d:: -d::
After packing, if the newly created packs make some After packing, if the newly created packs make some
existing packs redundant, remove the redundant packs. existing packs redundant, remove the redundant packs.
Also runs gitlink:git-prune-packed[1].
-l:: -l::
Pass the `--local` option to `git pack-objects`, see Pass the `--local` option to `git pack-objects`, see

View File

@ -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, a "true" or "false" string for bool). If no type specifier is passed,
no checks or transformations are performed on the value. no checks or transformations are performed on the value.
This command will fail if This command will fail if:
. .git/config is invalid, . The .git/config file is invalid,
. .git/config can not be written to, . Can not write to .git/config,
. no section was provided, . no section was provided,
. the section or key is invalid, . the section or key is invalid,
. you try to unset an option which does not exist, or . you try to unset an option which does not exist, or

View File

@ -43,7 +43,7 @@ OPTIONS
Commit to make the current HEAD. Commit to make the current HEAD.
Examples Examples
~~~~~~~~ --------
Undo a commit and redo:: Undo a commit and redo::
+ +