completions/git: update supported git format options

--format=reference is supported since git 2.25
--format=mboxrd is supported since git 2.27
This commit is contained in:
Dmitry Gerasimov
2025-01-18 14:08:04 +01:00
committed by Johannes Altmanninger
parent 4208798585
commit 9752b83e65

View File

@@ -882,7 +882,9 @@ short\t<sha1> / <author> / <title line>
medium\t<sha1> / <author> / <author date> / <title> / <commit msg>
full\t<sha1> / <author> / <committer> / <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>
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
format:\tSpecify which information to show"
end