Re: how to tell when git release changes porcelain stdout/stderr
From: Jonathan Nieder <hidden> Date: 2016-06-15 22:52:55
Hi Neal,
Neal Kreitzinger wrote:
What is the best way for me (a git user) to tell when a new git release
changes the stdout/stderr formatting of a porcelain command?
They almost always do. Maybe that will be happening less often as
messages get translated, but if you really need reproducible output,
your life will be much easier if you just use plumbing instead (and
please report problems when they arise).