mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
932a5b5499
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
9 lines
175 B
Python
Executable File
9 lines
175 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
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')
|