Autogenerated HTML docs for v1.5.6.1-102-g8e69d
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 29 Jun 2008 08:49:03 +0000 (08:49 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 29 Jun 2008 08:49:03 +0000 (08:49 +0000)
config.txt
git-config.html
git-svn.html
git-svn.txt

index 90c8a45a2f8dc70e61b32d5e3e10d7054c67e3ad..6966384cefcb53edb9d74f59139d3b37f849ad23 100644 (file)
@@ -1007,10 +1007,6 @@ repack.usedeltabaseoffset::
        Allow linkgit:git-repack[1] to create packs that uses
        delta-base offset.  Defaults to false.
 
-show.difftree::
-       The default linkgit:git-diff-tree[1] arguments to be used
-       for linkgit:git-show[1].
-
 showbranch.default::
        The default set of branches for linkgit:git-show-branch[1].
        See linkgit:git-show-branch[1].
@@ -1075,10 +1071,6 @@ user.signingkey::
        unchanged to gpg's --local-user parameter, so you may specify a key
        using any method that gpg supports.
 
-whatchanged.difftree::
-       The default linkgit:git-diff-tree[1] arguments to be used
-       for linkgit:git-whatchanged[1].
-
 imap::
        The configuration variables in the 'imap' section are described
        in linkgit:git-imap-send[1].
index b28166e65959868df4ccdca0991b22b00af6654a..8b21f4c481801d641adc8470e3dfb85ba578950d 100644 (file)
@@ -2434,15 +2434,6 @@ repack.usedeltabaseoffset
 </p>\r
 </dd>\r
 <dt>\r
-show.difftree\r
-</dt>\r
-<dd>\r
-<p>\r
-        The default <a href="git-diff-tree.html">git-diff-tree(1)</a> arguments to be used\r
-        for <a href="git-show.html">git-show(1)</a>.\r
-</p>\r
-</dd>\r
-<dt>\r
 showbranch.default\r
 </dt>\r
 <dd>\r
@@ -2557,15 +2548,6 @@ user.signingkey
 </p>\r
 </dd>\r
 <dt>\r
-whatchanged.difftree\r
-</dt>\r
-<dd>\r
-<p>\r
-        The default <a href="git-diff-tree.html">git-diff-tree(1)</a> arguments to be used\r
-        for <a href="git-whatchanged.html">git-whatchanged(1)</a>.\r
-</p>\r
-</dd>\r
-<dt>\r
 imap\r
 </dt>\r
 <dd>\r
@@ -2647,7 +2629,7 @@ web.browser
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 26-Jun-2008 06:33:11 UTC\r
+Last updated 29-Jun-2008 08:48:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 1cc7b81bf8304d8a3e814e00fac87c883409af2c..545240f7ade222d3f342fe72bfb370e4c821fdea 100644 (file)
@@ -1066,7 +1066,7 @@ have each person clone that repository with <em>git clone</em>:</p>
         cd project\r
         git-init\r
         git remote add origin server:/pub/project\r
-        git config --add remote.origin.fetch=+refs/remotes/*:refs/remotes/*\r
+        git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*'\r
         git fetch\r
 # Initialize git-svn locally (be sure to use the same URL and -T/-b/-t options as were used on server)\r
         git-svn init http://svn.foo.org/project\r
@@ -1174,7 +1174,7 @@ should be manually entered with a text-editor or using
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 20-Jun-2008 04:18:10 UTC\r
+Last updated 29-Jun-2008 08:48:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 97bed54fbde18a1e7c5516382a54b341fc81668e..c350ad0f83b413fa4c7810195f64cdfbbfdd1717 100644 (file)
@@ -513,7 +513,7 @@ have each person clone that repository with 'git clone':
        cd project
        git-init
        git remote add origin server:/pub/project
-       git config --add remote.origin.fetch=+refs/remotes/*:refs/remotes/*
+       git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*'
        git fetch
 # Initialize git-svn locally (be sure to use the same URL and -T/-b/-t options as were used on server)
        git-svn init http://svn.foo.org/project