From 88a3a070894a23a10133fee89065cb27199cf58b Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 4 May 2006 08:01:43 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.3.2-g5892 --- config.txt | 8 +- git-count-objects.html | 20 ++- git-count-objects.txt | 12 +- git-repo-config.html | 20 ++- git-repo-config.txt | 5 +- glossary.html | 138 +++++++++++++++-- glossary.txt | 409 +++++++++++++++++++++++++++++-------------------- 7 files changed, 420 insertions(+), 192 deletions(-) diff --git a/config.txt b/config.txt index b27b0d5c..d1a4bec0 100644 --- a/config.txt +++ b/config.txt @@ -64,9 +64,11 @@ core.ignoreStat:: slow, such as Microsoft Windows. See gitlink:git-update-index[1]. False by default. -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. core.repositoryFormatVersion:: Internal variable identifying the repository format and layout diff --git a/git-count-objects.html b/git-count-objects.html index 6dc8744f..b3af15b9 100644 --- a/git-count-objects.html +++ b/git-count-objects.html @@ -272,13 +272,29 @@ git-count-objects(1) Manual Page

SYNOPSIS

-

git-count-objects

+

git-count-objects [-v]

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.

+

OPTIONS

+
+
+
+-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. +

+
+
+

Author

Written by Junio C Hamano <junkio@cox.net>

@@ -293,7 +309,7 @@ them, to help you decide when it is a good time to repack.

diff --git a/git-count-objects.txt b/git-count-objects.txt index 47216f48..198ce77a 100644 --- a/git-count-objects.txt +++ b/git-count-objects.txt @@ -7,13 +7,23 @@ git-count-objects - Reports on unpacked objects SYNOPSIS -------- -'git-count-objects' +'git-count-objects' [-v] 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. + +OPTIONS +------- +-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`. + + Author ------ Written by Junio C Hamano diff --git a/git-repo-config.html b/git-repo-config.html index db46053c..66606be3 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -338,7 +338,7 @@ you try to unset/set an option for which multiple lines match.

Default behaviour is to replace at most one line. This replaces - all lines matching the key (and optionally the value_regex) + all lines matching the key (and optionally the value_regex).

@@ -360,6 +360,14 @@ you try to unset/set an option for which multiple lines match.

+--get-regexp +
+
+

+ Like --get-all, but interprets the name as a regular expression. +

+
+
--unset
@@ -558,12 +566,14 @@ core.ignoreStat

-core.onlyUseSymrefs +core.preferSymlinkRefs

- Always use the "symref" format instead of symbolic links for HEAD - and other symbolic reference files. True by default. + 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.

@@ -819,7 +829,7 @@ imap diff --git a/git-repo-config.txt b/git-repo-config.txt index 566cfa18..ddcf5236 100644 --- a/git-repo-config.txt +++ b/git-repo-config.txt @@ -49,7 +49,7 @@ OPTIONS --replace-all:: Default behaviour is to replace at most one line. This replaces - all lines matching the key (and optionally the value_regex) + all lines matching the key (and optionally the value_regex). --get:: Get the value for a given key (optionally filtered by a regex @@ -59,6 +59,9 @@ OPTIONS Like get, but does not fail if the number of values for the key is not exactly one. +--get-regexp:: + Like --get-all, but interprets the name as a regular expression. + --unset:: Remove the line matching the key from .git/config. diff --git a/glossary.html b/glossary.html index 00f2633a..0c45a4f7 100644 --- a/glossary.html +++ b/glossary.html @@ -3,7 +3,7 @@ - +