Bug: git log changes output depending on how the output is used

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux