From 9e7b3f37608ecf950be2c3b0095e36ef010ba11a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 29 Jun 2008 08:49:03 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.6.1-102-g8e69d --- config.txt | 8 -------- git-config.html | 20 +------------------- git-svn.html | 4 ++-- git-svn.txt | 2 +- 4 files changed, 4 insertions(+), 30 deletions(-) diff --git a/config.txt b/config.txt index 90c8a45a2..6966384ce 100644 --- a/config.txt +++ b/config.txt @@ -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]. diff --git a/git-config.html b/git-config.html index b28166e65..8b21f4c48 100644 --- a/git-config.html +++ b/git-config.html @@ -2434,15 +2434,6 @@ repack.usedeltabaseoffset

-show.difftree -
-
-

- The default git-diff-tree(1) arguments to be used - for git-show(1). -

-
-
showbranch.default
@@ -2557,15 +2548,6 @@ user.signingkey

-whatchanged.difftree -
-
-

- The default git-diff-tree(1) arguments to be used - for git-whatchanged(1). -

-
-
imap
@@ -2647,7 +2629,7 @@ web.browser diff --git a/git-svn.html b/git-svn.html index 1cc7b81bf..545240f7a 100644 --- a/git-svn.html +++ b/git-svn.html @@ -1066,7 +1066,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 @@ -1174,7 +1174,7 @@ should be manually entered with a text-editor or using diff --git a/git-svn.txt b/git-svn.txt index 97bed54fb..c350ad0f8 100644 --- a/git-svn.txt +++ b/git-svn.txt @@ -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 -- 2.26.2