BJ Dierkes wrote:
> Pádraig Brady wrote:
> >> $ git --no-pager log --oneline | fold -s
> > 
> > `fmt` seems to nearly do what you want,
> > and with a little sed you can line up correctly:
> > 
> >  fmt -t | sed 's/^   /        /'
> > 
> > I'm not against a --indent option to fold
> > but with the overlap between fmt,pr,fold,sed
> > the barrier to new options to these utils is high.
> 
> Thank you for the quick reply.  Your response makes complete sense.

Since everyone seems satisfied with the situation I am going to close
the bug report in the bug tracking system with this message.

Bob



Reply via email to