mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 14:54:14 +00:00
9 lines
177 B
Python
Executable File
9 lines
177 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')
|