From 09610a62022f39483e00494c941bb5fbbfa80975 Mon Sep 17 00:00:00 2001 From: Ghazi Hemdi <ghazi.hemdi@tu-dortmund.de> Date: Wed, 12 Apr 2023 19:09:43 +0200 Subject: [PATCH] hatchay --- gitlog.xml | 0 new 1.txt | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 gitlog.xml create mode 100644 new 1.txt diff --git a/gitlog.xml b/gitlog.xml new file mode 100644 index 0000000..e69de29 diff --git a/new 1.txt b/new 1.txt new file mode 100644 index 0000000..bc3b38f --- /dev/null +++ b/new 1.txt @@ -0,0 +1,10 @@ +cd my-repo +git log --pretty=format:"<commit><hash>%H</hash><author>%an</author><date>%ad</date><message>%s</message></commit>" --date=format:"%Y-%m-%dT%H:%M:%SZ" > gitlog.xml + +<commit><hash>98e809291ea52b5aa7ae414caedff19814071e8c</hash><author>Ghazi Hemdi</author><date>2023-01-26T14:24:58Z</date><message>hi</message></commit> +<commit><hash>c62238b7d1b184ed2ac317dbdd971690369711ee</hash><author>Ghazi Hemdi</author><date>2023-01-26T14:22:23Z</date><message>ghazi</message></commit> +<commit><hash>1d82d3482c413d63ab1e682c9a0022d347eb9a4d</hash><author>Ghazi Hemdi</author><date>2023-01-23T13:38:24Z</date><message>trent</message></commit> +<commit><hash>8de653bf837054d96161571127d47b52ecae5202</hash><author>Ghazi Hemdi</author><date>2023-01-23T10:55:47Z</date><message>new version</message></commit> +<commit><hash>2ecbb6259b25cadf9eded3885bf3be694d29a3bc</hash><author>Ghazi Hemdi</author><date>2023-01-18T12:52:06Z</date><message>adding</message></commit> +<commit><hash>c19606b6898fb7f01399c4008797512e22259448</hash><author>Ghazi Hemdi</author><date>2023-01-18T12:50:15Z</date><message>print</message></commit> +<commit><hash>e61c790cc746357eb28c927dc57abd225666070e</hash><author>Ghazi Hemdi</author><date>2023-01-18T11:47:31Z</date><message>Initial commit</message></commit> \ No newline at end of file -- GitLab