Re: [RFC/PATCH] Remove repo-config

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Tuesday, January 15, 2008 - 9:23 pm

I do not think it is unreasonable to add repo-config to feature
removal schedule in 1.5.4 release notes.  Perhaps something like...

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
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC/PATCH] Remove repo-config, Dan McGee, (Tue Jan 15, 8:19 pm)
Re: [RFC/PATCH] Remove repo-config, Junio C Hamano, (Tue Jan 15, 9:23 pm)
Re: [RFC/PATCH] Remove repo-config, Dan McGee, (Tue Jan 15, 9:40 pm)
Re: [RFC/PATCH] Remove repo-config, Junio C Hamano, (Wed Jan 16, 10:20 am)
Re: [RFC/PATCH] Remove repo-config, Junio C Hamano, (Wed Jan 16, 1:13 pm)
Re: [RFC/PATCH] Remove repo-config, Junio C Hamano, (Wed Jan 16, 1:32 pm)
Re: [RFC/PATCH] Remove repo-config, Peter Oberndorfer, (Wed Jan 16, 1:47 pm)