git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug: git log changes output depending on how the output is used
@ 2018-10-25 15:26 buckmartin
  0 siblings, 0 replies; only message in thread
From: buckmartin @ 2018-10-25 15:26 UTC (permalink / raw)
  To: git

I noticed that the piped output still prints the (HEAD -> ) :



git log --pretty=format:"%d*%B" --decorate-refs='refs/tags/*'

*bar
(tag: "123")*foo





git log --pretty=format:"%d*%B" --decorate-refs='refs/tags/*' > tmp.tmp

(HEAD -> branch)*bar
(tag: "123")*foo



I would expect the output that is printed to console, not what's
present in tmp.tmp

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-25 15:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25 15:26 Bug: git log changes output depending on how the output is used buckmartin

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 NNTP newsgroup(s).