summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8852145)
raw | patch | inline | side by side (parent: 8852145)
author | sean <seanlkml@sympatico.ca> | |
Fri, 5 May 2006 19:05:10 +0000 (15:05 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 5 May 2006 21:21:18 +0000 (14:21 -0700) |
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>
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>
index 131e445747db6f9d573207ba5395b0264f983efd..b333f510454fff9dc6828b62ca8a0b0dc4c116f6 100644 (file)
is not allowed.
Examples
-~~~~~~~~
+--------
Clone from upstream::
+
index cfc0d88d027dbf84a0e754387a9611076dc74489..eca9e9ccef49e667fffcae9238866123911a24c8 100644 (file)
git-imap-send requires the following values in the repository
configuration file (shown with examples):
+..........................
[imap]
Folder = "INBOX.Drafts"
[imap]
Host = imap.server.com
User = bob
- Password = pwd
+ Pass = pwd
Port = 143
+..........................
BUGS
index 68707083bebc24e2773878c997059fd642c96820..ffaa00468f0c16f19ab632aac20aaa74db52b325 100644 (file)
------------
% 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.
index d2f9a44382f3e74860bb5f489acf2843281ffb1c..951622774af70e92590740c27fe021223f29442a 100644 (file)
-d::
After packing, if the newly created packs make some
existing packs redundant, remove the redundant packs.
+ Also runs gitlink:git-prune-packed[1].
-l::
Pass the `--local` option to `git pack-objects`, see
index ddcf52364ca0d096eef99b11621d5e7f819502bd..fd44f629f5febb49a647578adb7804cd34b3afd6 100644 (file)
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
index ebcfe5edb73506df698b594f115bc9390f1dae1f..b27399dd419d3b673e230fd3aad21a8e5c1b2e09 100644 (file)
Commit to make the current HEAD.
Examples
-~~~~~~~~
+--------
Undo a commit and redo::
+