Bug report: stdout vs stderr

2016-06-15 Thread Victor Porton
Why half of Git output goes to stdout and half to stderr? I suspect this is a bug. Below I call `git pushbug` alias defined it the below presented config file. $ cat .git/configĀ  [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates =

stdout vs stderr

2016-02-15 Thread Florian Lohoff
Hi, is there a reason why those messages for pull are sent to stdout and for push are sent to stderr? flo@p3:~$ git pull Already up-to-date. flo@p3:~$ git pull >/dev/null flo@p3:~$ git push Everything up-to-date flo@p3:~$ git push >/dev/null Everything up-to-date I am regularly trying to build