diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-01-23 22:39:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-01-23 22:39:51 +0100 |
commit | cd37c45acf8170aa80a4d7bd44ea5fc8241047f2 (patch) | |
tree | 24139cf9885892dba1533bb5c74dd6473fd272f6 /.gitignore | |
parent | Merge branch 'kn/attr-from-tree' (diff) | |
parent | env-helper: move this built-in to "test-tool env-helper" (diff) | |
download | git-cd37c45acf8170aa80a4d7bd44ea5fc8241047f2.tar.xz git-cd37c45acf8170aa80a4d7bd44ea5fc8241047f2.zip |
Merge branch 'ab/test-env-helper'
Remove "git env--helper" and demote it to a test-tool subcommand.
* ab/test-env-helper:
env-helper: move this built-in to "test-tool env-helper"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e942a83b45..6782f3ceca 100644 --- a/.gitignore +++ b/.gitignore @@ -59,7 +59,6 @@ /git-difftool /git-difftool--helper /git-describe -/git-env--helper /git-fast-export /git-fast-import /git-fetch |