From: Junio C Hamano
Date: Thu, 2 Nov 2006 00:22:48 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.4.3.3-g7854
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a2ec14f96e29dae631eb6013e11e0f03dc934660;p=git.git
Autogenerated HTML docs for v1.4.3.3-g7854
---
diff --git a/config.txt b/config.txt
index 026d4cf9a..d9e73da2a 100644
--- a/config.txt
+++ b/config.txt
@@ -71,12 +71,16 @@ core.preferSymlinkRefs::
expect HEAD to be a symbolic link.
core.logAllRefUpdates::
- If true, `git-update-ref` will append a line to
- "$GIT_DIR/logs/[" listing the new SHA1 and the date/time
- of the update. If the file does not exist it will be
- created automatically. This information can be used to
- determine what commit was the tip of a branch "2 days ago".
- This value is false by default (no logging).
+ Updates to a ref ][ is logged to the file
+ "$GIT_DIR/logs/][", by appending the new and old
+ SHA1, the date/time and the reason of the update, but
+ only when the file exists. If this configuration
+ variable is set to true, missing "$GIT_DIR/logs/]["
+ file is automatically created for branch heads.
+
+ This information can be used to determine what commit
+ was the tip of a branch "2 days ago". This value is
+ false by default (no automated creation of log files).
core.repositoryFormatVersion::
Internal variable identifying the repository format and layout
diff --git a/git-pack-objects.html b/git-pack-objects.html
index 74fd36eb0..852847122 100644
--- a/git-pack-objects.html
+++ b/git-pack-objects.html
@@ -310,9 +310,8 @@ base-name
<base-name> to determine the name of the created file.
When this option is used, the two files are written in
<base-name>-<SHA1>.{pack,idx} files. <SHA1> is a hash
- of object names (currently in random order so it does
- not have any useful meaning) to make the resulting
- filename reasonably unique, and written to the standard
+ of the sorted object names to make the resulting filename
+ based on the pack content, and written to the standard
output of the command.
]
@@ -463,7 +462,7 @@ base-name