git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Justin Tobler <jltobler@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, karthik.188@gmail.com
Subject: Re: [RFC PATCH] diff: add option to report binary files in raw diffs
Date: Thu, 6 Nov 2025 15:42:49 -0600	[thread overview]
Message-ID: <z5mkdl67vx47na5critwtyz7cacvhs6iixy46ia3svdoq7xui5@ckpfnjw3dkoq> (raw)
In-Reply-To: <xmqqtsz8nbwv.fsf@gitster.g>

On 25/11/05 12:04AM, Junio C Hamano wrote:
> Justin Tobler <jltobler@gmail.com> writes:
> 
> > Maybe the output should be something like:
> >
> >   binary=tt,incomplete=ic,crlf=cl
> >
> > or something along those lines. That way we could freely extend in the
> > future without having to worry about a specific order. If we think all
> > of the raw diff extension modes would only report with yes/no for each
> > file we could just do:
> >
> >   binary=yn,incomplete=yy,crlf=nn
> >
> > but maybe we should be more flexible and leave it up to the mode to
> > decide what its values can be?
> >
> > Also, maybe this info could be on a newline following each raw diff
> > entry? Something like:
> >
> >   :100644 100644 a1961526 e231acb1 M	foo
> >   binary=yy
> >   :100644 100644 31eedd5c 402a70d7 M	bar
> >   binary=nn
> 
> I know these are parse-able, but quite honestly, both sounds
> somewhat backwards, if you meant to make this easier to parse by
> simple scripts.  Scripts do not mind their input line wider than 80
> columns, but it is cumbersome if they have to take each pair of
> lines and combine them to process.  And repeated keywords like
> binary= etc., do not look like it is less error prone for scripts to
> parse them out, either.  So, I dunno.

Personally, while keywords like "binary=" add a bit of complexity to the
output, I do like the idea of having the output be self-documenting that
way the parsers can avoid being aware of the inputted arguments or some
predetermined output order. I do agree though that spreading the output
across multiple lines doesn't really help us much as it probably doesn't
matter whether we split on a comma or a newline. It's probably simpler
just to keep it all on a single line.

Currently the output in the next version will look like:

  :100644 100644 a1961526 e231acb1 binary=yy M	foo
  :100644 100644 31eedd5c 402a70d7 binary=nn M	bar

Thanks,
-Justin


  reply	other threads:[~2025-11-06 21:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-04  2:14 [RFC PATCH] diff: add option to report binary files in raw diffs Justin Tobler
2025-11-04  2:26 ` Junio C Hamano
2025-11-04  4:44   ` Junio C Hamano
2025-11-05  0:17     ` Justin Tobler
2025-11-05  8:04       ` Junio C Hamano
2025-11-06 21:42         ` Justin Tobler [this message]
2025-11-07  8:30           ` Torsten Bögershausen
2025-11-07 16:07             ` Junio C Hamano
2025-11-07 17:16             ` Justin Tobler
2025-11-07 17:26               ` Junio C Hamano
2025-11-05 12:14       ` Ben Knoble
2025-11-06 21:52         ` Justin Tobler

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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=z5mkdl67vx47na5critwtyz7cacvhs6iixy46ia3svdoq7xui5@ckpfnjw3dkoq \
    --to=jltobler@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=karthik.188@gmail.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).