summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2020-08-25 17:52:24 +0200
committerAndrea Bolognani <abologna@redhat.com>2020-09-02 13:20:03 +0200
commit4d0da596b372d1c83df8386cf2ad9198fa572d98 (patch)
treeaa96e31284b45219404a42de542d051e879767fe /scripts
parent95b9db4ee27d6c58f868eb720a944c7f77da6e68 (diff)
downloadlibvirt-4d0da596b372d1c83df8386cf2ad9198fa572d98.tar.gz
AUTHORS: Convert to reStructuredText
Now that we have moved to Meson, we are no longer required to use a specific name for this file, and since the rest of our documentation is in reStructuredText format and uses a matching file extension, we can give the AUTHORS file the same treatment. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/meson-gen-authors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/meson-gen-authors.py b/scripts/meson-gen-authors.py
index f58bf6383b..8551e9ea68 100755
--- a/scripts/meson-gen-authors.py
+++ b/scripts/meson-gen-authors.py
@@ -5,4 +5,4 @@ import os
meson_source_root = os.environ['MESON_SOURCE_ROOT']
os.chdir(meson_source_root)
-os.system('git log --pretty=format:"%aN <%aE>" | sort -u')
+os.system('git log --pretty=format:"* %aN <%aE>" | sort -u')