mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user