git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git blame completion add <rev> completion?
@ 2018-04-12 22:18 Jacob Keller
  0 siblings, 0 replies; only message in thread
From: Jacob Keller @ 2018-04-12 22:18 UTC (permalink / raw)
  To: Git mailing list

Hi,

I use git blame sometimes to blame against specific revisions, i.e.
"git blame <branch> -- <file>" and it would be nice if blame could
figure out how to complete the <branch> or revision reference..

I tried to take a stab at adding support for this, but I couldn't
figure out which completion function to use...

I want "git blame <TAB>" to complete files like normal, (as this is
the most general use case), but to have "git blame xyz<TAB>" to
complete revisions if there's any that match, (while still also
completing files). Additionally, it should only complete a revision
for the first argument, and go back to strict file names after.

In an *ideal* world, it'd be nice if it could figure out say:

git blame <branch> xyz<TAB>

and complete xyz as a file found in branch, not actually checking
local files but the ls-files of that branch instead. (i.e. it should
be able to complete a file that was deleted in the current checkout
but exists on that ref).

any ideas on where to start with that?

Thanks,
Jake

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-12 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12 22:18 git blame completion add <rev> completion? Jacob Keller

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).