git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git diff autocomplete
@ 2019-08-18  2:44 Dhaval Patel
  2019-08-18  2:47 ` Santiago Torres Arias
  0 siblings, 1 reply; 4+ messages in thread
From: Dhaval Patel @ 2019-08-18  2:44 UTC (permalink / raw)
  To: git

How to reproduce

git init
touch abc.txt
touch abd.txt
git add a*
git commit -m 'first commit'
echo 'hello' > abc.txt
git add a[PRESS TAB]
(This will autocomplete 'git add abc.txt')
git diff a[PRESS TAB]
(This will not give 'git diff abc.txt')

Suggested feature -

when I press tab, git diff should autocomplete just like git add.

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

end of thread, other threads:[~2019-08-26 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-18  2:44 git diff autocomplete Dhaval Patel
2019-08-18  2:47 ` Santiago Torres Arias
     [not found]   ` <CADSGPzU6+AdMtrEnc98SHASmcmxGsj52Y99Dd5zvkOeRqWS-jQ@mail.gmail.com>
2019-08-26 15:48     ` Dhaval Patel
2019-08-26 17:09       ` Andreas Schwab

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).