From 2a85b0ba545d4a72fe3ff66596b82e0b8536e898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Lehmann?= Date: Fri, 12 Jun 2026 22:33:35 +0200 Subject: [PATCH 1/3] Add a dummy file Add a foo file, with foo as content. --- foo | 1 + 1 file changed, 1 insertion(+) create mode 100644 foo diff --git a/foo b/foo new file mode 100644 index 0000000..257cc56 --- /dev/null +++ b/foo @@ -0,0 +1 @@ +foo From b6ee9ba2bcf77a5d2d3fc5412afaa1e48f39e94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Lehmann?= Date: Fri, 12 Jun 2026 22:37:50 +0200 Subject: [PATCH 2/3] bar --- bar | 1 + 1 file changed, 1 insertion(+) create mode 100644 bar diff --git a/bar b/bar new file mode 100644 index 0000000..5716ca5 --- /dev/null +++ b/bar @@ -0,0 +1 @@ +bar From fb311773e1b409cc6a876c745ad249b41b6dd4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Lehmann?= Date: Mon, 15 Jun 2026 18:27:34 +0200 Subject: [PATCH 3/3] add baz with baz content! --- baz | 1 + 1 file changed, 1 insertion(+) create mode 100644 baz diff --git a/baz b/baz new file mode 100644 index 0000000..7601807 --- /dev/null +++ b/baz @@ -0,0 +1 @@ +baz