]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'za/completion-hide-dotfiles' into jch
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2026 17:40:45 +0000 (10:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2026 17:40:45 +0000 (10:40 -0700)
commitd392b16f63974a802fd2c46fa48bef84db2ee9fa
tree4f257526fffbb052f8b73c21cb4a08e7bf934325
parent91ac9fcc85145a3840637d3f47bf0a80804f5e8e
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