From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@fastmail.com>
To: "John Emmas" <john@creativepost.co.uk>, git@vger.kernel.org
Subject: Re: git --format anyone ?
Date: Mon, 16 Mar 2026 12:45:36 +0100 [thread overview]
Message-ID: <ff0e899a-3d8b-4f46-8585-55881546423b@app.fastmail.com> (raw)
In-Reply-To: <457209f3-e998-4223-bdf3-57245bc51926@creativepost.co.uk>
On Mon, Mar 16, 2026, at 11:12, John Emmas wrote:
> I'm hoping this is the right mailing list (I'm using a product called
> Git for Windows and its logo looks the same on your website!)
>
> I'm working on a project which requires me to run "git --format" (with
> various parameters of course). I'm currently running version 2.51.2
> which looks fairly recent and if I simply type "git" it displays a list
> of available options - but it doesn't deem to offer an option called
> 'format' :-(
>
> I gather that the latest version is 2.53.0 so would it be worthwhile for
> me to upgrade? i.e. would that then offer me git --format? Thanks,
The `git` command itself does not have a `--format` option. Some
subcommands do like git-log(1).
git log --format=<something>
> I'm working on a project which requires me to run "git --format" (with
> various parameters of course).
`git log --format=<something>` is for formatting log output. But since a
project “requires it” could this be formatting in the sense of formatting
source code?
You can for example use the third-party git-clang-format(1) on this
project. But it is third-party. It is not part of the git(1) suite of
commands.
next prev parent reply other threads:[~2026-03-16 11:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-16 10:12 git --format anyone ? John Emmas
2026-03-16 11:45 ` Kristoffer Haugsbakk [this message]
2026-03-16 15:09 ` John Emmas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ff0e899a-3d8b-4f46-8585-55881546423b@app.fastmail.com \
--to=kristofferhaugsbakk@fastmail.com \
--cc=git@vger.kernel.org \
--cc=john@creativepost.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox