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

2018-07-04 Thread Andrea Bolognani
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`" > >

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

2018-07-03 Thread Pavel Hrdina
On Wed, Jul 04, 2018 at 08:26:17AM +0200, Andrea Bolognani wrote: > The list of maintainers is already indented, so doing the > same (programmatically) for the list of contributors as > well makes the result quite a bit nicer. > > Signed-off-by: Andrea Bolognani > --- > Makefile.am | 3 ++- > 1

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

2018-07-03 Thread Andrea Bolognani
The list of maintainers is already indented, so doing the same (programmatically) for the list of contributors as well makes the result quite a bit nicer. Signed-off-by: Andrea Bolognani --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.