mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03:00
completions/git: update supported git format options
--format=reference is supported since git 2.25
--format=mboxrd is supported since git 2.27
(cherry picked from commit 9752b83e65)
This commit is contained in:
committed by
David Adam
parent
c571b65221
commit
b72dc096f9
@@ -882,7 +882,9 @@ short\t<sha1> / <author> / <title line>
|
|||||||
medium\t<sha1> / <author> / <author date> / <title> / <commit msg>
|
medium\t<sha1> / <author> / <author date> / <title> / <commit msg>
|
||||||
full\t<sha1> / <author> / <committer> / <title> / <commit msg>
|
full\t<sha1> / <author> / <committer> / <title> / <commit msg>
|
||||||
fuller\t<sha1> / <author> / <author date> / <committer> / <committer date> / <title> / <commit msg>
|
fuller\t<sha1> / <author> / <author date> / <committer> / <committer date> / <title> / <commit msg>
|
||||||
|
reference\t<abbrev-hash> (<title-line>, <short-author-date>)
|
||||||
email\t<sha1> <date> / <author> / <author date> / <title> / <commit msg>
|
email\t<sha1> <date> / <author> / <author date> / <title> / <commit msg>
|
||||||
|
mboxrd\tLike email, but lines in the commit message starting with \"From \" are quoted with \">\"
|
||||||
raw\tShow the entire commit exactly as stored in the commit object
|
raw\tShow the entire commit exactly as stored in the commit object
|
||||||
format:\tSpecify which information to show"
|
format:\tSpecify which information to show"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user