git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git bug report CDPATH completion
@ 2024-03-11 14:24 Philemon GIRAUD
  2024-03-11 18:13 ` Junio C Hamano
  2024-03-11 21:35 ` brian m. carlson
  0 siblings, 2 replies; 3+ messages in thread
From: Philemon GIRAUD @ 2024-03-11 14:24 UTC (permalink / raw)
  To: git@vger.kernel.org

Thank you for filling out a Git bug report!
Please answer the following questions to help us understand your issue.

What did you do before the bug happened? (Steps to reproduce your issue)
This bug is about the "git bash" that comes with git for windows
I added "export CDPATH=.:/c/some/path" to my .bashrc

What did you expect to happen? (Expected behavior)
Given that the folder "/c/some/path/myfolder" exists,
I expected to type (from any directory) "cd myf<TAB>" add that the autocomplete would complete to "cd myfolder"

What happened instead? (Actual behavior)
The tab completion did not work, nothing happened when pressing tab.

What's different between what you expected and what actually happened?
Tab completion after cd do work with normal path, but not for addtional path accessible thanks to CDPATH

Anything else you want to add:
Note that the CDPATH variable do work: "cd myfolder" takes me to "/c/some/path/myfolder" all the time, whatever the starting directory is
Lastest bash-completion (https://github.com/scop/bash-completion) do support completion with CDPATH (see https://github.com/scop/bash-completion/blob/master/completions/cd)

[System Info]
git version:
git version 2.44.0.windows.1
cpu: x86_64
built from commit: ad0bbfffa543db6979717be96df630d3e5741331
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
uname: Windows 10.0 19045 
compiler info: gnuc: 13.2
libc info: no libc information available
$SHELL (typically, interactive shell): C:\Program Files\Git\usr\bin\bash.exe


[Enabled Hooks]
not run from a git repository - no hooks to showPhilémon Giraud  | CS engineer 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-11 21:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 14:24 Git bug report CDPATH completion Philemon GIRAUD
2024-03-11 18:13 ` Junio C Hamano
2024-03-11 21:35 ` brian m. carlson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).