Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2020-12-02 14:46:01 +0300
committerJunio C Hamano <gitster@pobox.com>2020-12-03 01:29:49 +0300
commit2fbd305e70934f064508ffc454d59351a7b132bc (patch)
tree9d37cc5b4d167732de6864086f3ffed7c0faac9a /.gitignore
parentf580de2f4100a532fac6b45934303235cb6e7f16 (diff)
gitignore: remove entry for git serve
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 <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
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