Git development
 help / color / mirror / Atom feed
* Question on textconv
@ 2026-08-04 18:44 rsbecker
  2026-08-04 20:52 ` D. Ben Knoble
  2026-08-05  4:50 ` Jeff King
  0 siblings, 2 replies; 7+ messages in thread
From: rsbecker @ 2026-08-04 18:44 UTC (permalink / raw)
  To: git

I experienced a change in how textconv works since about 2.50 and it is hard
to get past. I would appreciate advice:

When I define an external binary textconv, roughly like:

.gitattributes:
simple binary diff=enscr

.gitconfig
[diff "enscr"]
        textconv = run -debug ../../enscribe-conv --verbose
        binary = true

The supplied file going to the textconv program looks like
/tmp/git-blob-GFtIhK/simple
and is always empty regardless of the file contents.

When there is only one file named simple in the repository I can find it,
but otherwise
any ambiguity in the name makes textconv processing impractical. Somewhere
prior to this
I was supplied with the actual file in the working index instead of a temp
file.

Am I missing something?

Thanks,
Randall


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-08-06  4:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 18:44 Question on textconv rsbecker
2026-08-04 20:52 ` D. Ben Knoble
2026-08-04 21:45   ` rsbecker
2026-08-05  4:50 ` Jeff King
2026-08-05 11:36   ` D. Ben Knoble
2026-08-05 14:05   ` rsbecker
2026-08-06  4:10     ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox