From: Junio C Hamano
Date: Fri, 27 Apr 2007 08:22:22 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.2-rc0-71-g4342
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9882a5200fb6c505c213d9fd3d9d664e2b14f983;p=git.git
Autogenerated HTML docs for v1.5.2-rc0-71-g4342
---
diff --git a/blame-options.txt b/blame-options.txt
index 331f161c7..a46bf6ce7 100644
--- a/blame-options.txt
+++ b/blame-options.txt
@@ -9,8 +9,28 @@
--show-stats::
Include additional statistics at the end of blame output.
--L n,m::
- Annotate only the specified line range (lines count from 1).
+-L ,::
+ Annotate only the given line range. and can take
+ one of these forms:
+
+ - number
++
+If or is a number, it specifies an
+absolute line number (lines count from 1).
++
+
+- /regex/
++
+This form will use the first line matching the given
+POSIX regex. If is a regex, it will search
+starting at the line given by .
++
+
+- +offset or -offset
++
+This is only valid for and will specify a number
+of lines before or after the line given by .
++
-l::
Show long rev (Default: off).
diff --git a/fetch-options.txt b/fetch-options.txt
index 5b4d184a7..bdc7332c7 100644
--- a/fetch-options.txt
+++ b/fetch-options.txt
@@ -1,13 +1,20 @@
+-q, \--quiet::
+ Pass --quiet to git-fetch-pack and silence any other internally
+ used programs.
+
+-v, \--verbose::
+ Be verbose.
+
-a, \--append::
Append ref names and object names of fetched refs to the
existing contents of `.git/FETCH_HEAD`. Without this
option old data in `.git/FETCH_HEAD` will be overwritten.
\--upload-pack ::
- When given, and the repository to fetch from is handled
- by 'git-fetch-pack', '--exec=' is passed to
- the command to specify non-default path for the command
- run on the other end.
+ When given, and the repository to fetch from is handled
+ by 'git-fetch-pack', '--exec=' is passed to
+ the command to specify non-default path for the command
+ run on the other end.
-f, \--force::
When `git-fetch` is used with `:`
@@ -16,7 +23,7 @@
fetches is a descendant of ``. This option
overrides that check.
-\--no-tags::
+-n, \--no-tags::
By default, `git-fetch` fetches tags that point at
objects that are downloaded from the remote repository
and stores them locally. This option disables this
diff --git a/git-annotate.html b/git-annotate.html
index a8a6215b3..3043a7474 100644
--- a/git-annotate.html
+++ b/git-annotate.html
@@ -309,12 +309,37 @@ which introduced the line. Optionally annotate from a given revision.
--L n,m
+-L <start>,<end>
- Annotate only the specified line range (lines count from 1).
+ Annotate only the given line range. <start> and <end> can take
+ one of these forms:
+
+-
+
+number
+
+If <start> or <end> is a number, it specifies an
+absolute line number (lines count from 1).
+
+-
+
+/regex/
+
+This form will use the first line matching the given
+POSIX regex. If <end> is a regex, it will search
+starting at the line given by <start>.
+
+-
+
++offset or -offset
+
+This is only valid for <end> and will specify a number
+of lines before or after the line given by <start>.
+
+
-l
@@ -435,7 +460,7 @@ commit.