From b473f32d0ee4aab8990d63194e19fadebf8a1867 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 4 May 2006 08:01:47 +0000 Subject: [PATCH] Autogenerated man pages for v1.3.2-g5892 --- man1/git-count-objects.1 | 8 +++++++- man1/git-repo-config.1 | 10 +++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/man1/git-count-objects.1 b/man1/git-count-objects.1 index f03032c3..c38a767b 100755 --- a/man1/git-count-objects.1 +++ b/man1/git-count-objects.1 @@ -23,13 +23,19 @@ git-count-objects \- Reports on unpacked objects .SH "SYNOPSIS" -\fIgit\-count\-objects\fR +\fIgit\-count\-objects\fR [\-v] .SH "DESCRIPTION" This counts the number of unpacked object files and disk space consumed by them, to help you decide when it is a good time to repack\&. +.SH "OPTIONS" + +.TP +\-v +In addition to the number of loose objects and disk space consumed, it reports the number of in\-pack objects, and number of objects that can be removed by running git\-prune\-packed\&. + .SH "AUTHOR" diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index 9356d35c..ef6dfb5f 100755 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-config.1 @@ -70,7 +70,7 @@ you try to unset/set an option for which multiple lines match\&. .TP \-\-replace\-all -Default behaviour is to replace at most one line\&. This replaces all lines matching the key (and optionally the value_regex) +Default behaviour is to replace at most one line\&. This replaces all lines matching the key (and optionally the value_regex)\&. .TP \-\-get @@ -81,6 +81,10 @@ Get the value for a given key (optionally filtered by a regex matching the value Like get, but does not fail if the number of values for the key is not exactly one\&. .TP +\-\-get\-regexp +Like \-\-get\-all, but interprets the name as a regular expression\&. + +.TP \-\-unset Remove the line matching the key from \&.git/config\&. @@ -252,8 +256,8 @@ core\&.ignoreStat The working copy files are assumed to stay unchanged until you mark them otherwise manually \- Git will not detect the file changes by lstat() calls\&. This is useful on systems where those are very slow, such as Microsoft Windows\&. See \fBgit\-update\-index\fR(1)\&. False by default\&. .TP -core\&.onlyUseSymrefs -Always use the "symref" format instead of symbolic links for HEAD and other symbolic reference files\&. True by default\&. +core\&.preferSymlinkRefs +Instead of the default "symref" format for HEAD and other symbolic reference files, use symbolic links\&. This is sometimes needed to work with old scripts that expect HEAD to be a symbolic link\&. .TP core\&.repositoryFormatVersion -- 2.11.0