From: Junio C Hamano
Date: Fri, 18 Jan 2008 10:20:16 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.4-rc3-30-g472ca
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be62189fe29cca6073b9f211d390a77ea46ae2d7;p=git.git
Autogenerated HTML docs for v1.5.4-rc3-30-g472ca
---
diff --git a/RelNotes-1.5.4.txt b/RelNotes-1.5.4.txt
index 7d2a973c7..97a9bd9cd 100644
--- a/RelNotes-1.5.4.txt
+++ b/RelNotes-1.5.4.txt
@@ -46,6 +46,10 @@ Deprecation notices
and works for all transports; "git peek-remote" will be removed in
the future.
+ * "git repo-config" which was an old name for "git config" command
+ has been supported without being advertised for a long time. The
+ next feature release will remove it.
+
* From v1.6.0, the repack.usedeltabaseoffset config option will default
to true, which will give denser packfiles (i.e. more efficient storage).
The downside is that git older than version 1.4.4 will not be able
diff --git a/cmds-ancillarymanipulators.txt b/cmds-ancillarymanipulators.txt
index c30ca41a9..b0c59620f 100644
--- a/cmds-ancillarymanipulators.txt
+++ b/cmds-ancillarymanipulators.txt
@@ -34,3 +34,6 @@ linkgit:git-remote[1]::
linkgit:git-repack[1]::
Pack unpacked objects in a repository.
+linkgit:git-repo-config[1]::
+ (deprecated) Get and set repository or global options.
+
diff --git a/core-tutorial.html b/core-tutorial.html
index 6d40af2d8..d993722de 100644
--- a/core-tutorial.html
+++ b/core-tutorial.html
@@ -823,7 +823,7 @@ particular state. You can, for example, do
-to diff your current state against that tag (which at this point will
+
to diff your current state against that tag which at this point will
obviously be an empty diff, but if you continue to develop and commit
stuff, you can use your tag as an "anchor-point" to see what has changed
since you tagged it.
@@ -1967,7 +1967,7 @@ to follow, not easier.