From 6de0ecdcce3d89e64a763ff208d44a8e65e5b332 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 27 Apr 2006 20:10:43 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.3.1-ge5de2 --- git-repo-config.html | 13 +++++++++++-- git-repo-config.txt | 4 ++++ git-var.html | 5 +++-- git-var.txt | 3 ++- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/git-repo-config.html b/git-repo-config.html index 45eb47b0..db46053c 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -278,7 +278,8 @@ git-repo-config(1) Manual Page 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] +git-repo-config -l | --list

DESCRIPTION

@@ -374,6 +375,14 @@ you try to unset/set an option for which multiple lines match. Remove all matching lines from .git/config.

+
+-l, --list +
+
+

+ List all variables set in .git/config. +

+

EXAMPLE

@@ -810,7 +819,7 @@ imap diff --git a/git-repo-config.txt b/git-repo-config.txt index 71f96bdd..566cfa18 100644 --- a/git-repo-config.txt +++ b/git-repo-config.txt @@ -15,6 +15,7 @@ SYNOPSIS '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' -l | --list DESCRIPTION ----------- @@ -64,6 +65,9 @@ OPTIONS --unset-all:: Remove all matching lines from .git/config. +-l, --list:: + List all variables set in .git/config. + EXAMPLE ------- diff --git a/git-var.html b/git-var.html index 7f424652..2eeb7f16 100644 --- a/git-var.html +++ b/git-var.html @@ -288,7 +288,8 @@ git-var(1) Manual Page

Cause the logical variables to be listed. In addition, all the variables of the git configuration file .git/config are listed - as well. + as well. (However, the configuration variables listing functionality + is deprecated in favor of git-repo-config -l.)

@@ -371,7 +372,7 @@ Your sysadmin must hate you! diff --git a/git-var.txt b/git-var.txt index 379571ee..a5b1a0db 100644 --- a/git-var.txt +++ b/git-var.txt @@ -19,7 +19,8 @@ OPTIONS -l:: Cause the logical variables to be listed. In addition, all the variables of the git configuration file .git/config are listed - as well. + as well. (However, the configuration variables listing functionality + is deprecated in favor of `git-repo-config -l`.) EXAMPLE -------- -- 2.11.0