From: Junio C Hamano Date: Fri, 3 Mar 2006 23:19:48 +0000 (+0000) Subject: Autogenerated HTML docs for v1.2.4-gce4c X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=9c099c8cfc2a1fadd2bb15571f4d4a60bdf8f130;p=git.git Autogenerated HTML docs for v1.2.4-gce4c --- diff --git a/git-repo-config.html b/git-repo-config.html index 3d36447f..d8ffaa2b 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -272,12 +272,13 @@ git-repo-config(1) Manual Page

SYNOPSIS

-

git-repo-config [type] name [value [value_regex]] +

+
git-repo-config [type] name [value [value_regex]] git-repo-config [type] --replace-all name [value [value_regex]] git-repo-config [type] --get name [value_regex] git-repo-config [type] --get-all name [value_regex] git-repo-config [type] --unset name [value_regex] -git-repo-config [type] --unset-all name [value_regex]

+git-repo-config [type] --unset-all name [value_regex]

DESCRIPTION

@@ -481,7 +482,7 @@ i.e. the one without a "for …" postfix, do something like this:

diff --git a/git-repo-config.txt b/git-repo-config.txt index 33fcde45..00efde5f 100644 --- a/git-repo-config.txt +++ b/git-repo-config.txt @@ -8,6 +8,7 @@ git-repo-config - Get and set options in .git/config. SYNOPSIS -------- +[verse] 'git-repo-config' [type] name [value [value_regex]] 'git-repo-config' [type] --replace-all name [value [value_regex]] 'git-repo-config' [type] --get name [value_regex] diff --git a/git-svnimport.html b/git-svnimport.html index 27f70f65..3ccba374 100644 --- a/git-svnimport.html +++ b/git-svnimport.html @@ -272,12 +272,13 @@ git-svnimport(1) Manual Page

SYNOPSIS

-

git-svnimport [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d | -D ] +

+
git-svnimport [ -o <branch-for-HEAD> ] [ -h ] [ -v ] [ -d | -D ] [ -C <GIT_repository> ] [ -i ] [ -u ] [-l limit_rev] [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ] [ -s start_chg ] [ -m ] [ -r ] [ -M regex ] [ -I <ignorefile_name> ] [ -A <author_file> ] - <SVN_repository_URL> [ <path> ]

+ <SVN_repository_URL> [ <path> ]

DESCRIPTION

@@ -516,7 +517,7 @@ various participants of the git-list <git@vger.kernel.org>.

diff --git a/git-svnimport.txt b/git-svnimport.txt index a1588138..9d386571 100644 --- a/git-svnimport.txt +++ b/git-svnimport.txt @@ -9,6 +9,7 @@ git-svnimport - Import a SVN repository into git SYNOPSIS -------- +[verse] 'git-svnimport' [ -o ] [ -h ] [ -v ] [ -d | -D ] [ -C ] [ -i ] [ -u ] [-l limit_rev] [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]