mirror of
https://github.com/git/git.git
synced 2026-08-10 01:49:12 +00:00
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