From be62189fe29cca6073b9f211d390a77ea46ae2d7 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 18 Jan 2008 10:20:16 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.4-rc3-30-g472ca --- RelNotes-1.5.4.txt | 4 ++++ cmds-ancillarymanipulators.txt | 3 +++ core-tutorial.html | 4 ++-- core-tutorial.txt | 2 +- git.html | 10 +++++++++- 5 files changed, 19 insertions(+), 4 deletions(-) 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

$ git diff my-first-tag
-

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.

diff --git a/core-tutorial.txt b/core-tutorial.txt index bd6cd4124..aa40dfd36 100644 --- a/core-tutorial.txt +++ b/core-tutorial.txt @@ -578,7 +578,7 @@ particular state. You can, for example, do $ git diff my-first-tag ---------------- -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. diff --git a/git.html b/git.html index 8216a6d89..55df3d4be 100644 --- a/git.html +++ b/git.html @@ -792,6 +792,14 @@ ancillary user utilities.

Pack unpacked objects in a repository.

+
+git-repo-config(1) +
+
+

+ (deprecated) Get and set repository or global options. +

+

Interrogators:

@@ -1938,7 +1946,7 @@ contributors on the git-list <git@vger.kernel.org>.

-- 2.26.2