summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-01-18 06:52:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-01-18 06:52:40 (GMT)
commit5c66d0d4580196094e80c552f141525759a8e249 (patch)
tree4e5015744ad17f3e5b99f654aeebfac11769b6ce /Documentation/RelNotes-1.5.4.txt
parentc9ced051c3afa6f3da7f59b0dcb92787b2b5c702 (diff)
downloadgit-5c66d0d4580196094e80c552f141525759a8e249.zip
git-5c66d0d4580196094e80c552f141525759a8e249.tar.gz
git-5c66d0d4580196094e80c552f141525759a8e249.tar.bz2
Officially deprecate repo-config.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.4.txt')
-rw-r--r--Documentation/RelNotes-1.5.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt
index 7d2a973..97a9bd9 100644
--- a/Documentation/RelNotes-1.5.4.txt
+++ b/Documentation/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