Autogenerated HTML docs for v1.5.0-rc1-g23bf
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 17 Jan 2007 17:42:30 +0000 (17:42 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 17 Jan 2007 17:42:30 +0000 (17:42 +0000)
38 files changed:
git-add.html
git-add.txt
git-blame.html
git-blame.txt
git-branch.html
git-branch.txt
git-commit.html
git-commit.txt
git-cvsimport.html
git-cvsimport.txt
git-for-each-ref.html
git-for-each-ref.txt
git-gc.html
git-gc.txt
git-grep.html
git-grep.txt
git-ls-remote.html
git-ls-remote.txt
git-rerere.html
git-rerere.txt
git-sh-setup.html
git-sh-setup.txt
git-shortlog.html
git-shortlog.txt
git-status.html
git-status.txt
git-svn.html
git-svn.txt
git-tag.html
git-tag.txt
git-tar-tree.html
git-tar-tree.txt
git-tools.html
git-tools.txt
git-whatchanged.html
git-whatchanged.txt
git.html
git.txt

index 47add7e9a4d21052934a853ace2c60b1b9bdc013..2371316bfeabcfb29702dca582b15edd2bd7b0f4 100644 (file)
@@ -385,7 +385,7 @@ git-add git-*.sh
 <h2>Interactive mode</h2>\r
 <div class="sectionbody">\r
 <p>When the command enters the interactive mode, it shows the\r
-output of the <em>status</em> subcommand, and then goes into ints\r
+output of the <em>status</em> subcommand, and then goes into its\r
 interactive command loop.</p>\r
 <p>The command loop shows the list of subcommands available, and\r
 gives a prompt "What now&gt; ".  In general, when the prompt ends\r
@@ -536,7 +536,7 @@ diff
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-Dec-2006 03:21:38 UTC\r
+Last updated 17-Jan-2007 17:42:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 95bea66374a6054ee6823b760dbc73d5b84cd5a0..a5051aad6bfdf748976430452206e40838c75ca6 100644 (file)
@@ -83,7 +83,7 @@ git-add git-*.sh::
 Interactive mode
 ----------------
 When the command enters the interactive mode, it shows the
-output of the 'status' subcommand, and then goes into ints
+output of the 'status' subcommand, and then goes into its
 interactive command loop.
 
 The command loop shows the list of subcommands available, and
index 75cd355909e7a50188d150d6613bff3a0ff1d816..0b64a3fee9b7cfc312476f4a22aa9b24055e9f23 100644 (file)
@@ -285,7 +285,7 @@ last modified the line. Optionally, start annotating from the given revision.</p
 replaced; you need to use a tool such as <a href="git-diff.html">git-diff(1)</a> or the "pickaxe"\r
 interface briefly mentioned in the following paragraph.</p>\r
 <p>Apart from supporting file annotation, git also supports searching the\r
-development history for when a code snippet occured in a change. This makes it\r
+development history for when a code snippet occurred in a change. This makes it\r
 possible to track when a code snippet was added to a file, moved or copied\r
 between files, and eventually deleted or replaced. It works by searching for\r
 a text string in the diff. A small example:</p>\r
@@ -406,7 +406,7 @@ ea4c7f9bf69e781dd0cd88d2bccb2bf5cc15c9a7 git-blame: Make the output</tt></pre>
 <h2>THE PORCELAIN FORMAT</h2>\r
 <div class="sectionbody">\r
 <p>In this format, each line is output after a header; the\r
-header at the minumum has the first line which has:</p>\r
+header at the minimum has the first line which has:</p>\r
 <ul>\r
 <li>\r
 <p>\r
@@ -456,7 +456,7 @@ the first line of the commit log message ("summary").
 header, prefixed by a TAB. This is to allow adding more\r
 header elements later.</p>\r
 </div>\r
-<h2>SPECIFIYING RANGES</h2>\r
+<h2>SPECIFYING RANGES</h2>\r
 <div class="sectionbody">\r
 <p>Unlike <tt>git-blame</tt> and <tt>git-annotate</tt> in older git, the extent\r
 of annotation can be limited to both line ranges and revision\r
@@ -515,7 +515,7 @@ parents, using <tt>commit^!</tt> notation:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 09-Nov-2006 18:45:28 UTC\r
+Last updated 17-Jan-2007 17:42:11 UTC\r
 </div>\r
 </div>\r
 </body>\r
index bdfc6669285dc895a69fc0037246810bfa979de5..b14e7940778da2295f1b61ab4096c3ba29b908f9 100644 (file)
@@ -24,7 +24,7 @@ replaced; you need to use a tool such as gitlink:git-diff[1] or the "pickaxe"
 interface briefly mentioned in the following paragraph.
 
 Apart from supporting file annotation, git also supports searching the
-development history for when a code snippet occured in a change. This makes it
+development history for when a code snippet occurred in a change. This makes it
 possible to track when a code snippet was added to a file, moved or copied
 between files, and eventually deleted or replaced. It works by searching for
 a text string in the diff. A small example:
@@ -89,7 +89,7 @@ THE PORCELAIN FORMAT
 --------------------
 
 In this format, each line is output after a header; the
-header at the minumum has the first line which has:
+header at the minimum has the first line which has:
 
 - 40-byte SHA-1 of the commit the line is attributed to;
 - the line number of the line in the original file;
@@ -112,8 +112,8 @@ header, prefixed by a TAB. This is to allow adding more
 header elements later.
 
 
-SPECIFIYING RANGES
-------------------
+SPECIFYING RANGES
+-----------------
 
 Unlike `git-blame` and `git-annotate` in older git, the extent
 of annotation can be limited to both line ranges and revision
index 924667a4c6ef2e920b04624fbaaacb1e897266af..3b459e6d72f18a1d499f82d8311cde654f0b2b12 100644 (file)
@@ -389,7 +389,7 @@ to delete remote-tracking branches.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Show sha1 and commit subjectline for each head.\r
+        Show sha1 and commit subject line for each head.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -511,7 +511,7 @@ a branch and check it out with a single command.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Jan-2007 22:02:01 UTC\r
+Last updated 17-Jan-2007 17:42:12 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e872fc89fc17caefc844bd5129f74040bada5cb9..d5f81182610cf842bd543ea85f83c991778436b9 100644 (file)
@@ -74,7 +74,7 @@ OPTIONS
        List both remote-tracking branches and local branches.
 
 -v::
-       Show sha1 and commit subjectline for each head.
+       Show sha1 and commit subject line for each head.
 
 --abbrev=<length>::
        Alter minimum display length for sha1 in output listing,
index b96d40abe48dafc7d23dd3ef0d1a3ddc06691035..86d3abfe3f1120c1977c1396ee855bb9a9dba0d2 100644 (file)
@@ -439,7 +439,7 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
 </dt>\r
 <dd>\r
 <p>\r
-        Supress commit summary message.\r
+        Suppress commit summary message.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -656,7 +656,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 17-Jan-2007 07:24:19 UTC\r
+Last updated 17-Jan-2007 17:42:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9c8435306845cd417ce014d24240a52e8110e42d..bd1c22b3165a4b73f4d80b3d9472851bbce244e2 100644 (file)
@@ -111,7 +111,7 @@ but can be used to amend a merge commit.
        are concluding a conflicted merge.
 
 -q|--quiet::
-       Supress commit summary message.
+       Suppress commit summary message.
 
 \--::
        Do not interpret any more arguments as options.
index 4e4f8cb87611775972d47b72c542b335a82c239a..838f72fd26e63eb2edfefd311d61d33df97b55d8 100644 (file)
@@ -436,7 +436,7 @@ the old cvs2git tool.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        CVS by default uses the unix username when writing its\r
+        CVS by default uses the Unix username when writing its\r
         commit logs. Using this option and an author-conv-file\r
         in this format\r
 </p>\r
@@ -509,7 +509,7 @@ various participants of the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jan-2007 11:18:44 UTC\r
+Last updated 17-Jan-2007 17:42:13 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5c402de2675024c9286e2ee72506cb1d0a56fc31..44713949a59283b68567369088e2b74f073e57d0 100644 (file)
@@ -97,7 +97,7 @@ If you need to pass multiple options, separate them with a comma.
        Substitute the character "/" in branch names with <subst>
 
 -A <author-conv-file>::
-       CVS by default uses the unix username when writing its
+       CVS by default uses the Unix username when writing its
        commit logs. Using this option and an author-conv-file
        in this format
 
index 5953edda9c863e3cb0e371764afdea2775854332..8e00127ceb4d452a296be87ec33cfb7f95c649ae 100644 (file)
@@ -279,7 +279,7 @@ git-for-each-ref(1) Manual Page
 <p>Iterate over all refs that match <tt>&lt;pattern&gt;</tt> and show them\r
 according to the given <tt>&lt;format&gt;</tt>, after sorting them according\r
 to the given set of <tt>&lt;key&gt;</tt>.  If <tt>&lt;max&gt;</tt> is given, stop after\r
-showing that many refs.  The interporated values in <tt>&lt;format&gt;</tt>\r
+showing that many refs.  The interpolated values in <tt>&lt;format&gt;</tt>\r
 can optionally be quoted as string literals in the specified\r
 host language allowing their direct evaluation in that language.</p>\r
 </div>\r
@@ -488,7 +488,7 @@ eval "$eval"</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 28-Oct-2006 21:28:52 UTC\r
+Last updated 17-Jan-2007 17:42:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 2bf6aef73522e3ba7e5212d3eb1bce02a257e069..06e7ab1ec127cb511e7d403ea3979b59893141ba 100644 (file)
@@ -15,7 +15,7 @@ DESCRIPTION
 Iterate over all refs that match `<pattern>` and show them
 according to the given `<format>`, after sorting them according
 to the given set of `<key>`.  If `<max>` is given, stop after
-showing that many refs.  The interporated values in `<format>`
+showing that many refs.  The interpolated values in `<format>`
 can optionally be quoted as string literals in the specified
 host language allowing their direct evaluation in that language.
 
index d98934e7b1e5885bc199bd780d0a1f1251a927f9..28112861a4bbd85be63f16a6d07071ac1b6d9086 100644 (file)
@@ -296,7 +296,7 @@ can be set to indicate how long historical reflog entries which
 are not part of the current branch should remain available in\r
 this repository.  These types of entries are generally created as\r
 a result of using <tt>git commit --amend</tt> or <tt>git rebase</tt> and are the\r
-commits prior to the amend or rebase occuring.  Since these changes\r
+commits prior to the amend or rebase occurring.  Since these changes\r
 are not part of the current project most users will want to expire\r
 them sooner.  This option defaults to <em>30 days</em>.</p>\r
 <p>The optional configuration variable <em>gc.rerereresolved</em> indicates\r
@@ -323,7 +323,7 @@ kept.  This defaults to 15 days.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 28-Dec-2006 00:59:28 UTC\r
+Last updated 17-Jan-2007 17:42:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 73d78c15e8a30ac11e919f43888ec589ac701e37..2bcc9491a3a985a62d86dc93d83b217f0220e3dc 100644 (file)
@@ -35,7 +35,7 @@ can be set to indicate how long historical reflog entries which
 are not part of the current branch should remain available in
 this repository.  These types of entries are generally created as
 a result of using `git commit \--amend` or `git rebase` and are the
-commits prior to the amend or rebase occuring.  Since these changes
+commits prior to the amend or rebase occurring.  Since these changes
 are not part of the current project most users will want to expire
 them sooner.  This option defaults to '30 days'.
 
index 1074a2f8b3d1fffa0efb4e24805bb90b118a7b13..377ea553f51360d86f234f29a2e18c339926e704 100644 (file)
@@ -429,7 +429,7 @@ registered in the index file, or given tree objects.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Specify how multiple patterns are combined using boolean\r
+        Specify how multiple patterns are combined using Boolean\r
         expressions.  <tt>--or</tt> is the default operator.  <tt>--and</tt> has\r
         higher precedence than <tt>--or</tt>.  <tt>-e</tt> has to be used for all\r
         patterns.\r
@@ -502,7 +502,7 @@ revamped by Junio C Hamano.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Oct-2006 05:58:40 UTC\r
+Last updated 17-Jan-2007 17:42:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index bfbece9864a3c6d8b38dd526e2483fea0fb0b58f..0140c8e3580c7be90648f5ea0186a5c925ee1584 100644 (file)
@@ -91,7 +91,7 @@ OPTIONS
        combined by 'or'.
 
 --and | --or | --not | ( | )::
-       Specify how multiple patterns are combined using boolean
+       Specify how multiple patterns are combined using Boolean
        expressions.  `--or` is the default operator.  `--and` has
        higher precedence than `--or`.  `-e` has to be used for all
        patterns.
index 298c1723afef44c57f49288d42c44c7983d525eb..52edb765c3e806942638cc76fbb1205c247e25f2 100644 (file)
@@ -302,7 +302,7 @@ commit IDs.</p>
 <p>\r
         Specify the full path of <a href="git-upload-pack.html">git-upload-pack(1)</a> on the remote\r
         host. This allows listing references from repositories accessed via\r
-        SSH and where the SSH deamon does not use the PATH configured by the\r
+        SSH and where the SSH daemon does not use the PATH configured by the\r
         user. Also see the <em>--exec</em> option for <a href="git-peek-remote.html">git-peek-remote(1)</a>.\r
 </p>\r
 </dd>\r
@@ -361,7 +361,7 @@ c5db5456ae3b0873fc659c19fafdde22313cc441        refs/tags/v0.99.2
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:10 UTC\r
+Last updated 17-Jan-2007 17:42:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c8a4c5a4d9d2bead8686f1b582e985531a7f3591..c254005ca39e6872b8ec7b729246d18757df31d1 100644 (file)
@@ -29,7 +29,7 @@ OPTIONS
 -u <exec>, --upload-pack=<exec>::
        Specify the full path of gitlink:git-upload-pack[1] on the remote
        host. This allows listing references from repositories accessed via
-       SSH and where the SSH deamon does not use the PATH configured by the
+       SSH and where the SSH daemon does not use the PATH configured by the
        user. Also see the '--exec' option for gitlink:git-peek-remote[1].
 
 <repository>::
index a43098e166316947650b8f5a506e236a7220d683..2cd980d93564ebd64e24b67668c45e03625dfa42 100644 (file)
@@ -307,7 +307,7 @@ its working state.</p>
 <p>\r
 This resets the metadata used by rerere if a merge resolution is to be\r
 is aborted.  Calling <a href="git-am.html">git-am(1)</a> --skip or <a href="git-rebase.html">git-rebase(1)</a>\r
-[--skip|--abort] will automatcally invoke this command.\r
+[--skip|--abort] will automatically invoke this command.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -482,7 +482,7 @@ conflict.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Jan-2007 06:12:33 UTC\r
+Last updated 17-Jan-2007 17:42:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 08a055713cd7bc83e6e0385d8e9ed3b7d9951742..c65c59e8612691bf769a5c8fe62c73164bac812d 100644 (file)
@@ -38,7 +38,7 @@ its working state.
 
 This resets the metadata used by rerere if a merge resolution is to be
 is aborted.  Calling gitlink:git-am[1] --skip or gitlink:git-rebase[1]
-[--skip|--abort] will automatcally invoke this command.
+[--skip|--abort] will automatically invoke this command.
 
 'diff'::
 
index 701a4f16521a2c8646b19c368e852d3326a98e6e..bce4e5a4a1bce6ea337aee3d3501be008a427836 100644 (file)
@@ -276,14 +276,79 @@ git-sh-setup(1) Manual Page
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
-<p>Sets up the normal git environment variables and a few helper functions\r
-(currently just "die()"), and returns OK if it all looks like a git archive.\r
-So, to make the rest of the git scripts more careful and readable,\r
-use it as follows:</p>\r
-<div class="listingblock">\r
-<div class="content">\r
-<pre><tt>. git-sh-setup || die "Not a git archive"</tt></pre>\r
-</div></div>\r
+<p>This is not a command the end user would want to run.  Ever.\r
+This documentation is meant for people who are studying the\r
+Porcelain-ish scripts and/or are writing new ones.</p>\r
+<p>The <tt>git-sh-setup</tt> scriptlet is designed to be sourced (using\r
+<tt>.</tt>) by other shell scripts to set up some variables pointing at\r
+the normal git directories and a few helper shell functions.</p>\r
+<p>Before sourcing it, your script should set up a few variables;\r
+<tt>USAGE</tt> (and <tt>LONG_USAGE</tt>, if any) is used to define message\r
+given by <tt>usage()</tt> shell function.  <tt>SUBDIRECTORY_OK</tt> can be set\r
+if the script can run from a subdirectory of the working tree\r
+(some commands do not).</p>\r
+<p>The scriptlet sets <tt>GIT_DIR</tt> and <tt>GIT_OBJECT_DIRECTORY</tt> shell\r
+variables, but does <strong>not</strong> export them to the environment.</p>\r
+</div>\r
+<h2>FUNCTIONS</h2>\r
+<div class="sectionbody">\r
+<dl>\r
+<dt>\r
+die\r
+</dt>\r
+<dd>\r
+<p>\r
+        exit after emitting the supplied error message to the\r
+        standard error stream.\r
+</p>\r
+</dd>\r
+<dt>\r
+usage\r
+</dt>\r
+<dd>\r
+<p>\r
+        die with the usage message.\r
+</p>\r
+</dd>\r
+<dt>\r
+set_reflog_action\r
+</dt>\r
+<dd>\r
+<p>\r
+        set the message that will be recorded to describe the\r
+        end-user action in the reflog, when the script updates a\r
+        ref.\r
+</p>\r
+</dd>\r
+<dt>\r
+is_bare_repository\r
+</dt>\r
+<dd>\r
+<p>\r
+        outputs <tt>true</tt> or <tt>false</tt> to the standard output stream\r
+        to indicate if the repository is a bare repository\r
+        (i.e. without an associated working tree).\r
+</p>\r
+</dd>\r
+<dt>\r
+cd_to_toplevel\r
+</dt>\r
+<dd>\r
+<p>\r
+        runs chdir to the toplevel of the working tree.\r
+</p>\r
+</dd>\r
+<dt>\r
+require_work_tree\r
+</dt>\r
+<dd>\r
+<p>\r
+        checks if the repository is a bare repository, and dies\r
+        if so.  Used by scripts that require working tree\r
+        (e.g. <tt>checkout</tt>).\r
+</p>\r
+</dd>\r
+</dl>\r
 </div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
@@ -299,7 +364,7 @@ use it as follows:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:30 UTC\r
+Last updated 17-Jan-2007 17:42:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 79217d8a56193c6ba4a3406ec6cbd04abf19fec3..2b2abebd608be337db35a3de4b83d37d43061acb 100644 (file)
@@ -12,14 +12,51 @@ SYNOPSIS
 DESCRIPTION
 -----------
 
-Sets up the normal git environment variables and a few helper functions
-(currently just "die()"), and returns OK if it all looks like a git archive.
-So, to make the rest of the git scripts more careful and readable,
-use it as follows:
-
--------------------------------------------------
-. git-sh-setup || die "Not a git archive"
--------------------------------------------------
+This is not a command the end user would want to run.  Ever.
+This documentation is meant for people who are studying the
+Porcelain-ish scripts and/or are writing new ones.
+
+The `git-sh-setup` scriptlet is designed to be sourced (using
+`.`) by other shell scripts to set up some variables pointing at
+the normal git directories and a few helper shell functions.
+
+Before sourcing it, your script should set up a few variables;
+`USAGE` (and `LONG_USAGE`, if any) is used to define message
+given by `usage()` shell function.  `SUBDIRECTORY_OK` can be set
+if the script can run from a subdirectory of the working tree
+(some commands do not).
+
+The scriptlet sets `GIT_DIR` and `GIT_OBJECT_DIRECTORY` shell
+variables, but does *not* export them to the environment.
+
+FUNCTIONS
+---------
+
+die::
+       exit after emitting the supplied error message to the
+       standard error stream.
+
+usage::
+       die with the usage message.
+
+set_reflog_action::
+       set the message that will be recorded to describe the
+       end-user action in the reflog, when the script updates a
+       ref.
+
+is_bare_repository::
+       outputs `true` or `false` to the standard output stream
+       to indicate if the repository is a bare repository
+       (i.e. without an associated working tree).
+
+cd_to_toplevel::
+       runs chdir to the toplevel of the working tree.
+
+require_work_tree::
+       checks if the repository is a bare repository, and dies
+       if so.  Used by scripts that require working tree
+       (e.g. `checkout`).
+
 
 Author
 ------
index c55f6250cc3c3ff1a5162ae0b39a6ea15109f18d..3381b3fe3ccbd08d046b9807864cb2afb4ac9a6c 100644 (file)
@@ -307,7 +307,7 @@ the first line of the commit message will be shown.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        Supress commit description and provide a commit count summary only.\r
+        Suppress commit description and provide a commit count summary only.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -348,7 +348,7 @@ Eve Jones &lt;eve@laptop.(none)&gt;</tt></pre>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Nov-2006 20:03:15 UTC\r
+Last updated 17-Jan-2007 17:42:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 95fa9010c1539e4c93d6d402ffd4bb670fd32910..b0df92e8192bc494e5d4db1707c233790560afb8 100644 (file)
@@ -29,7 +29,7 @@ OPTIONS
        of author alphabetic order.
 
 -s::
-       Supress commit description and provide a commit count summary only.
+       Suppress commit description and provide a commit count summary only.
 
 FILES
 -----
index 11e19fbfe2ae014acb1a80c744827c1d5daaee4f..ca19ac54874c239c93a9cc8a03bdbfa33975ba12 100644 (file)
@@ -294,6 +294,13 @@ shows what would be committed if the same options are given to
 <p>The output from this command is designed to be used as a commit\r
 template comments, and all the output lines are prefixed with <em>#</em>.</p>\r
 </div>\r
+<h2>CONFIGURATION</h2>\r
+<div class="sectionbody">\r
+<p>The command honors <tt>color.status</tt> (or <tt>status.color</tt> &#8212; they\r
+mean the same thing and the latter is kept for backward\r
+compatibility) and <tt>color.status.&lt;slot&gt;</tt> configuration variables\r
+to colorize its output.</p>\r
+</div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
 <p>Written by Linus Torvalds &lt;torvalds@osdl.org&gt; and\r
@@ -309,7 +316,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:31 UTC\r
+Last updated 17-Jan-2007 17:42:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ce7857e5a93c212c609b2ef0bef56c3c42ed841c..7f86d8cd5d8d94e2eca20163e4e3a7c43c0f3a2d 100644 (file)
@@ -34,6 +34,15 @@ The output from this command is designed to be used as a commit
 template comments, and all the output lines are prefixed with '#'.
 
 
+CONFIGURATION
+-------------
+
+The command honors `color.status` (or `status.color` -- they
+mean the same thing and the latter is kept for backward
+compatibility) and `color.status.<slot>` configuration variables
+to colorize its output.
+
+
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org> and
index 954cf47db6f22bdb315cad66827d47c989f68107..c7d6439af024aacdadd6329507af8c7c20b1204f 100644 (file)
@@ -421,7 +421,7 @@ manually joining branches on commit.</p>
 <dd>\r
 <p>\r
         Commits the diff of two tree-ish arguments from the\r
-        command-line.  This command is intended for interopability with\r
+        command-line.  This command is intended for interoperability with\r
         git-svnimport and does not rely on being inside an git-svn\r
         init-ed repository.  This command takes three arguments, (a) the\r
         original tree to diff against, (b) the new tree result, (c) the\r
@@ -911,7 +911,7 @@ detect them.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Jan-2007 08:09:03 UTC\r
+Last updated 17-Jan-2007 17:42:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9ed721118b7dd446657fe28968e1294ab9fbf421..321083d4614b9d01ab20b7187628a3d20d9649f5 100644 (file)
@@ -113,7 +113,7 @@ manually joining branches on commit.
 
 'commit-diff'::
        Commits the diff of two tree-ish arguments from the
-       command-line.  This command is intended for interopability with
+       command-line.  This command is intended for interoperability with
        git-svnimport and does not rely on being inside an git-svn
        init-ed repository.  This command takes three arguments, (a) the
        original tree to diff against, (b) the new tree result, (c) the
index 2a1259fd84550c455281b232b64b9859a1cd0524..9b9b7a5648c9c5771757bea96cdbd020b747ed00 100644 (file)
@@ -266,7 +266,7 @@ git-tag(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-tag -\r
-   Create a tag object signed with GPG\r
+   Create or verify a tag object signed with GPG\r
 </p>\r
 </div>\r
 </div>\r
@@ -390,7 +390,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Chris Wright &lt;chrisw@osdl.org&gt;.<
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Jan-2007 22:02:03 UTC\r
+Last updated 17-Jan-2007 17:42:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 80bece0775d14206028254c0bd2ed286b81aa180..8a71ab37dff0ba481666ee05f13f4b9aa0ba8c2b 100644 (file)
@@ -3,7 +3,7 @@ git-tag(1)
 
 NAME
 ----
-git-tag - Create a tag object signed with GPG
+git-tag - Create or verify a tag object signed with GPG
 
 
 SYNOPSIS
index dd4e569eec66e549379b3f2c9ec5aabe85bec4b6..3b07129cb44b6f2f48cf3eea3b6c0fd0e41b510e 100644 (file)
@@ -329,7 +329,7 @@ repository configuration as follows :</p>
 <pre><tt>umask = 002     ;# group friendly</tt></pre>\r
 </div></div>\r
 <p>The special umask value "user" indicates that the user's current umask\r
-will be used instead. The default value remains 0, which means world\r
+will be used instead.  The default value is 002, which means group\r
 readable/writable files and directories.</p>\r
 </div>\r
 <h2>EXAMPLES</h2>\r
@@ -395,7 +395,7 @@ git tar-tree HEAD:Documentation/ git-docs &gt; git-1.4.0-docs.tar
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:34 UTC\r
+Last updated 17-Jan-2007 17:42:19 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 74a6fddd9a9f9d6831922fb163240c2a2c06994e..bc3360f07919934643bde231f360610ce8169793 100644 (file)
@@ -50,7 +50,7 @@ repository configuration as follows :
         umask = 002    ;# group friendly
 
 The special umask value "user" indicates that the user's current umask
-will be used instead. The default value remains 0, which means world
+will be used instead.  The default value is 002, which means group
 readable/writable files and directories.
 
 EXAMPLES
index 0fa4ac5753ca06a537830dcea8ee5ac55bf3c6b4..2eacea22d98ab5a6ba588870e58056009e191773 100644 (file)
@@ -330,7 +330,7 @@ until they get merged upstream.</tt></pre>
 </li>\r
 <li>\r
 <p>\r
-<strong>gitweb</strong> (ftp://ftp.kernel.org/pub/software/scm/gitweb/)\r
+<strong>gitweb</strong> (shipped with git-core)\r
 </p>\r
 <div class="literalblock">\r
 <div class="content">\r
@@ -350,6 +350,18 @@ Currently it is the fastest and most feature rich among the git
 viewers and commit tools.</tt></pre>\r
 </div></div>\r
 </li>\r
+<li>\r
+<p>\r
+<strong>tig</strong> (http://jonas.nitro.dk/tig/)\r
+</p>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>tig by Jonas Fonseca is a simple git repository browser\r
+written using ncurses. Basically, it just acts as a front-end\r
+for git-log and git-show/git-diff. Additionally, you can also\r
+use it as a pager for git commands.</tt></pre>\r
+</div></div>\r
+</li>\r
 </ul>\r
 </div>\r
 <h2>Foreign SCM interface</h2>\r
@@ -357,7 +369,7 @@ viewers and commit tools.</tt></pre>
 <ul>\r
 <li>\r
 <p>\r
-<strong>git-svn</strong> (contrib/)\r
+<strong>git-svn</strong> (shipped with git-core)\r
 </p>\r
 <div class="literalblock">\r
 <div class="content">\r
@@ -404,10 +416,12 @@ tweaking to work on XEmacs.</tt></pre>
 </div></div>\r
 </li>\r
 </ul>\r
+<p>http://git.or.cz/gitwiki/InterfacesFrontendsAndTools has more\r
+comprehensive list.</p>\r
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:49 UTC\r
+Last updated 17-Jan-2007 17:42:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 0914cbb0ba528653aa50c6a2eb27815bd69d3508..6b407f9adf86ee7d9a82e1c45b202ce67bb15e2b 100644 (file)
@@ -50,7 +50,7 @@ History Viewers
    gitview is a GTK based repository browser for git
 
 
-   - *gitweb* (ftp://ftp.kernel.org/pub/software/scm/gitweb/)
+   - *gitweb* (shipped with git-core)
 
    GITweb provides full-fledged web interface for GIT repositories.
 
@@ -63,12 +63,18 @@ History Viewers
    Currently it is the fastest and most feature rich among the git
    viewers and commit tools.
 
+   - *tig* (http://jonas.nitro.dk/tig/)
+
+   tig by Jonas Fonseca is a simple git repository browser
+   written using ncurses. Basically, it just acts as a front-end
+   for git-log and git-show/git-diff. Additionally, you can also
+   use it as a pager for git commands.
 
 
 Foreign SCM interface
 ---------------------
 
-   - *git-svn* (contrib/)
+   - *git-svn* (shipped with git-core)
 
    git-svn is a simple conduit for changesets between a single Subversion
    branch and git.
@@ -95,3 +101,7 @@ Others
    This is an Emacs interface for git. The user interface is modeled on
    pcl-cvs. It has been developed on Emacs 21 and will probably need some
    tweaking to work on XEmacs.
+
+
+http://git.or.cz/gitwiki/InterfacesFrontendsAndTools has more
+comprehensive list.
index 9f106ef3c687a78e7878b737d7d2ea85eb0a0b63..87612563b6ad998ea85eba0f7c4f449d8bb20d89 100644 (file)
@@ -296,7 +296,7 @@ these commands.</p>
 </p>\r
 </dd>\r
 <dt>\r
---max-count=&lt;n&gt;\r
+-&lt;n&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -384,7 +384,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:41:39 UTC\r
+Last updated 17-Jan-2007 17:42:19 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e8f21d02f774a914e7e8840150f6db86a2884178..399bff3bbcab89be96039c373cf1120dcab0efe1 100644 (file)
@@ -27,7 +27,7 @@ OPTIONS
        output format that is useful only to tell the changed
        paths and their nature of changes.
 
---max-count=<n>::
+-<n>::
        Limit output to <n> commits.
 
 <since>..<until>::
index da533ba67f5cb78d6d04d73564a06a50a84af7a2..901b19faa0e7fe5b430dcabe8bc514d914f37b43 100644 (file)
--- a/git.html
+++ b/git.html
@@ -802,7 +802,7 @@ ancillary user utilities.</p>
 </dt>\r
 <dd>\r
 <p>\r
-        An example script to create a tag object signed with GPG.\r
+        Create or verify a tag object signed with GPG.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -2285,7 +2285,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Jan-2007 08:09:04 UTC\r
+Last updated 17-Jan-2007 17:42:20 UTC\r
 </div>\r
 </div>\r
 </body>\r
diff --git a/git.txt b/git.txt
index f89d745efa73a9e22537aadb5c36857f04f030ec..6a82803f310f81b00d48bfff1f0d39da352688a6 100644 (file)
--- a/git.txt
+++ b/git.txt
@@ -246,7 +246,7 @@ gitlink:git-symbolic-ref[1]::
        Read and modify symbolic refs.
 
 gitlink:git-tag[1]::
-       An example script to create a tag object signed with GPG.
+       Create or verify a tag object signed with GPG.
 
 gitlink:git-update-ref[1]::
        Update the object name stored in a ref safely.