From: John Keeping <john@keeping.me.uk>
To: git@vger.kernel.org
Cc: John Keeping <john@keeping.me.uk>
Subject: [RFC/PATCH 0/4] Remove deprecated commands
Date: Sun, 10 Nov 2013 15:47:27 +0000 [thread overview]
Message-ID: <cover.1384098226.git.john@keeping.me.uk> (raw)
"git repo-config", "git tar-tree", "git lost-found" and "git
peek-remote" have all been deprecated since at least Git 1.5.4.
With Git 2.0 approaching, I think that would be a good point to remove
then completely, which is what this series does.
John Keeping (4):
repo-config: remove deprecated alias for "git config"
tar-tree: remove deprecated command
lost-found: remove deprecated command
peek-remote: remove deprecated alias of ls-remote
.gitignore | 4 --
Documentation/git-lost-found.txt | 74 ------------------------------
Documentation/git-peek-remote.txt | 43 ------------------
Documentation/git-repo-config.txt | 23 ----------
Documentation/git-tar-tree.txt | 82 ----------------------------------
Makefile | 3 --
builtin.h | 1 -
builtin/config.c | 6 ---
builtin/tar-tree.c | 62 -------------------------
command-list.txt | 4 --
contrib/completion/git-completion.bash | 4 --
contrib/examples/git-whatchanged.sh | 4 +-
git-lost-found.sh | 33 --------------
git.c | 3 --
t/t4116-apply-reverse.sh | 4 +-
t/t5000-tar-tree.sh | 16 ++-----
t/t5001-archive-attr.sh | 10 -----
17 files changed, 7 insertions(+), 369 deletions(-)
delete mode 100644 Documentation/git-lost-found.txt
delete mode 100644 Documentation/git-peek-remote.txt
delete mode 100644 Documentation/git-repo-config.txt
delete mode 100644 Documentation/git-tar-tree.txt
delete mode 100755 git-lost-found.sh
--
1.8.5.rc0.170.g772b8ec
next reply other threads:[~2013-11-10 15:47 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-10 15:47 John Keeping [this message]
2013-11-10 15:47 ` [RFC/PATCH 1/4] repo-config: remove deprecated alias for "git config" John Keeping
2013-11-10 15:47 ` [RFC/PATCH 2/4] tar-tree: remove deprecated command John Keeping
2013-12-02 23:37 ` [PATCH jk/remove-deprecated] stop installing git-tar-tree link Jonathan Nieder
2013-12-03 20:19 ` John Keeping
2013-12-04 10:23 ` Michael J Gruber
2013-11-10 15:47 ` [RFC/PATCH 3/4] lost-found: remove deprecated command John Keeping
2013-11-10 15:47 ` [RFC/PATCH 4/4] peek-remote: remove deprecated alias of ls-remote John Keeping
2013-11-11 18:25 ` [RFC/PATCH 0/4] Remove deprecated commands Junio C Hamano
2013-11-11 18:38 ` John Keeping
2013-11-11 19:13 ` Jonathan Nieder
2013-11-11 21:10 ` John Keeping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1384098226.git.john@keeping.me.uk \
--to=john@keeping.me.uk \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.