Re: [dbus PATCH 2/2] AUTHORS: Indent list of contributors

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

 



On Wed, 2018-07-04 at 08:50 +0200, Pavel Hrdina wrote:
> On Wed, Jul 04, 2018 at 08:26:17AM +0200, Andrea Bolognani wrote:
> >  gen-AUTHORS:
> >  	$(AM_V_GEN)if test -d $(srcdir)/.git; then                      \
> > -	  out="`cd $(srcdir) && git log --pretty=format:'%aN <%aE>' | sort -u`" && \
> > +	  out="`cd $(srcdir) && git log --pretty=format:'%aN <%aE>'`" && \
> > +	  out="`echo "$$out" | sort -u | sed 's/^/    /g'`" && \
> 
> Instead of the 'sed' command you can put the indentation into the
> 'format':
> 
>     format:'    %aN <%aE>'

Good call! Fixed and pushed.

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux