]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'za/completion-hide-dotfiles' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:25 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:25 +0000 (13:01 +0900)
commit03bfc8bd862c736974c878b2d089535895cc9e0d
tree84d8897dd20fdb0b20049ff437b3cbd845b50e7b
parent50b428317e25503dae9b0f1f41252c9f51b626be
parent96d1225ad904bf865fecc89ddfde62e1f4281c19
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 for selected path completion