]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'za/completion-hide-dotfiles' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:09 +0000 (08:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:09 +0000 (08:54 -0700)
commitfbaa4c74888ebbbabf9d5d033f59bf4500caa704
treeb242206378191649dff13f108b1cbdc0e71bcb16
parent1eacefd07f8a26e45fae9ae8070edb07073c786b
parent2cc01b9c55de08d03f30e7ec43236aa08a829dc0
Merge branch 'za/completion-hide-dotfiles' into jch

Path completion for commands like 'git rm' and 'git mv' has been
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