diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-05-11 15:48:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-12 15:05:59 +0900 |
commit | a57e2151bf3c8710aaa0b045496797113369ed25 (patch) | |
tree | 08ccefbf9fbaf3accafb2119d34ac4b12eafe0c7 /path.c | |
parent | 54d46f4826154e4eccd47d7709b34824d107f8e9 (diff) | |
download | git-js/retire-old-remote-spec.tar.gz |
PREVIEW: remove support for .git/remotes/ and .git/branches/js/retire-old-remote-spec
At long last, after a cycle or three of warning users who *still* use
the ancient feature of .git/remotes/ and .git/branches/, it is time to
retire the code.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'path.c')
-rw-r--r-- | path.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -104,7 +104,6 @@ struct common_dir { }; static struct common_dir common_list[] = { - { 0, 1, 0, "branches" }, { 0, 1, 0, "hooks" }, { 0, 1, 0, "info" }, { 0, 0, 1, "info/sparse-checkout" }, @@ -115,7 +114,6 @@ static struct common_dir common_list[] = { { 0, 1, 0, "objects" }, { 0, 1, 0, "refs" }, { 0, 1, 1, "refs/bisect" }, - { 0, 1, 0, "remotes" }, { 0, 1, 0, "worktrees" }, { 0, 1, 0, "rr-cache" }, { 0, 1, 0, "svn" }, |