Autogenerated man pages for v1.3.2-g5892
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 4 May 2006 08:01:47 +0000 (08:01 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 4 May 2006 08:01:47 +0000 (08:01 +0000)
man1/git-count-objects.1
man1/git-repo-config.1

index f03032c..c38a767 100755 (executable)
@@ -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"
 
 
index 9356d35..ef6dfb5 100755 (executable)
@@ -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