From 9752b83e65da0543bd33ef68913d5c8d60b3bf0d Mon Sep 17 00:00:00 2001 From: Dmitry Gerasimov Date: Sat, 18 Jan 2025 14:08:04 +0100 Subject: [PATCH] completions/git: update supported git format options --format=reference is supported since git 2.25 --format=mboxrd is supported since git 2.27 --- share/completions/git.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/completions/git.fish b/share/completions/git.fish index 3bb459e5f..bbbb51d31 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -882,7 +882,9 @@ short\t / / 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