From 02b5aa5825feed6d26e82d827050c8f97c212212 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 30 Nov 2020 18:46:47 -0600 Subject: .gitignore: remove dangling file The library was removed 7 years ago on commit ae34ac126f. But not from the .gitignore file. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f85d02c854..7c5096aee5 100644 --- a/.gitignore +++ b/.gitignore @@ -135,7 +135,6 @@ /git-remote-ftps /git-remote-fd /git-remote-ext -/git-remote-testpy /git-repack /git-replace /git-request-pull -- cgit v1.2.3 From f580de2f4100a532fac6b45934303235cb6e7f16 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Tue, 1 Dec 2020 21:26:24 -0500 Subject: gitignore: drop duplicate entry for git-sh-i18n This was accidentally added by e00cf070a4 (git-sh-i18n.sh: add no-op gettext() and eval_gettext() wrappers, 2011-05-14), even though an earlier commit in the same series had already done so. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7c5096aee5..e08d179428 100644 --- a/.gitignore +++ b/.gitignore @@ -151,7 +151,6 @@ /git-sh-i18n /git-sh-i18n--envsubst /git-sh-setup -/git-sh-i18n /git-shell /git-shortlog /git-show -- cgit v1.2.3 From 2fbd305e70934f064508ffc454d59351a7b132bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Wed, 2 Dec 2020 12:46:01 +0100 Subject: gitignore: remove entry for git serve MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit b7ce24d095 (Turn `git serve` into a test helper, 2019-04-18) demoted git serve from a builtin command to a test helper. As a result the git-serve binary is no longer built and thus doesn't have to be ignored anymore. Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e08d179428..7c4dff2095 100644 --- a/.gitignore +++ b/.gitignore @@ -147,7 +147,6 @@ /git-rm /git-send-email /git-send-pack -/git-serve /git-sh-i18n /git-sh-i18n--envsubst /git-sh-setup -- cgit v1.2.3