Blame SOURCES/0103-p2v-Add-more-authors-who-have-worked-on-virt-v2v-and.patch
|
|
e76f14 |
From 305f1ed089bdf8eda3fa0020397bd50e9a7adf3d Mon Sep 17 00:00:00 2001
|
|
|
e76f14 |
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
e76f14 |
Date: Sat, 4 Jun 2016 14:46:20 +0100
|
|
|
e76f14 |
Subject: [PATCH] p2v: Add more authors who have worked on virt-v2v and
|
|
|
e76f14 |
virt-p2v.
|
|
|
e76f14 |
|
|
|
e76f14 |
Use this command as a starting point:
|
|
|
e76f14 |
|
|
|
e76f14 |
git shortlog -s -- p2v v2v | awk -F'\t' '{print $2}' | sort -f
|
|
|
e76f14 |
|
|
|
e76f14 |
However note the above will include people who made only incidental
|
|
|
e76f14 |
code changes, and also misses out QA team members, so the actual list
|
|
|
e76f14 |
still has to be curated by hand.
|
|
|
e76f14 |
|
|
|
e76f14 |
(cherry picked from commit 3a231afcfa295489fc07cafb60108e0d05ecf4bb)
|
|
|
e76f14 |
---
|
|
|
e76f14 |
p2v/about-authors.c | 8 +++++++-
|
|
|
e76f14 |
1 file changed, 7 insertions(+), 1 deletion(-)
|
|
|
e76f14 |
|
|
|
e76f14 |
diff --git a/p2v/about-authors.c b/p2v/about-authors.c
|
|
|
e76f14 |
index c6a4235..88f48f9 100644
|
|
|
e76f14 |
--- a/p2v/about-authors.c
|
|
|
e76f14 |
+++ b/p2v/about-authors.c
|
|
|
e76f14 |
@@ -20,12 +20,18 @@
|
|
|
e76f14 |
|
|
|
e76f14 |
#include "p2v.h"
|
|
|
e76f14 |
|
|
|
e76f14 |
-/* The list of authors of virt-p2v and virt-v2v, for the About dialog. */
|
|
|
e76f14 |
+/* The list of authors of virt-p2v and virt-v2v, for the About dialog.
|
|
|
e76f14 |
+ *
|
|
|
e76f14 |
+ * Note: In alphabetical order of surname / family name.
|
|
|
e76f14 |
+ */
|
|
|
e76f14 |
|
|
|
e76f14 |
const char *authors[] = {
|
|
|
e76f14 |
"Matthew Booth",
|
|
|
e76f14 |
+ "Cédric Bosdonnat",
|
|
|
e76f14 |
"John Eckersberg",
|
|
|
e76f14 |
"Richard W.M. Jones",
|
|
|
e76f14 |
+ "Shahar Havivi",
|
|
|
e76f14 |
+ "Roman Kagan",
|
|
|
e76f14 |
"Mike Latimer",
|
|
|
e76f14 |
"Pino Toscano",
|
|
|
e76f14 |
"Ming Xie",
|
|
|
e76f14 |
--
|
|
|
e76f14 |
1.8.3.1
|
|
|
e76f14 |
|