]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'za/completion-hide-dotfiles' into jch
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2026 20:21:12 +0000 (13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2026 20:21:13 +0000 (13:21 -0700)
commit9610473cb62caee534f31d7aaf39d6466ff2d53e
tree6b16febb1ed3afd62cd519bffb443cf80e11df6b
parenta14dd492d61d329adf6ebbd7222e0cb0baf626a7
parent2cc01b9c55de08d03f30e7ec43236aa08a829dc0
Merge branch 'za/completion-hide-dotfiles' into jch

The path completion for commands like `git rm` and `git mv`, is being
updated to hide dotfiles by default, unless the user explicitly starts
the path with a dot, matching standard shell-completion behavior.

* za/completion-hide-dotfiles:
  completion: hide dotfiles by default for path completion
  completion: hide dotfiles for selected path completion
contrib/completion/git-completion.bash
t/t9902-completion.sh