You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enumerates any `pretty.*` keys in the user's Git config and includes
them alongside built-in options like `oneline`, `short`, `full`, etc.
for the `--pretty=` and `--format=` parameters of `git log` and
`git show`.
The key enumeration is done generically via function `gitConfigKeys`,
which in theory could be used for enumerating other config values with a
similar structure.
Fixesdahlbyk#786.
System Details
Issue Description
Git offers the possibility to define your own formats to use with
--format
flag forgit log
. I defined a custom one:but it doesn't show up in the list of completions when I type
--format=
:The text was updated successfully, but these errors were encountered: