On Thu, 28 Apr 2005, Rene Scharfe wrote:
I think you misspelled "cg-log". :-D
My fingers have a hard time learning new patterns, so I've got:
torvalds@ppc970:~/git> cat ~/bin/git
#!/bin/sh
cmd="cg-$1"
shift
$cmd "$@"
until my fingers learn the new thing.
Doing "cg-log | head" gives me 10 lines of log and nothing else. Maybe
the problem has been fixed between 0.7 and the current version I'm using
(commit ID 49612c471eebd26efe926a71752e254c1cdc382d)?
no, this is current as of an hour ago, same head you have.
It's a bash-specific thing, and depends on how you compiled bash.
Defining "DONT_REPORT_SIGPIPE" in config-top.h when building bash gets rid
of it, but I really don't want to rebuild bash just because of this ;)
Linus