All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitk: discourage AI contributions
@ 2026-08-23  9:25 Johannes Sixt
  2026-08-23 13:10 ` Weijie Yuan
  2026-08-26 21:55 ` brian m. carlson
  0 siblings, 2 replies; 4+ messages in thread
From: Johannes Sixt @ 2026-08-23  9:25 UTC (permalink / raw)
  To: Git Mailing List, brian m. carlson; +Cc: Junio C Hamano

Since the provenance of code generated by AI cannot be tracked with
confidence, which would be necessary to sign off a contribution, tell
contributors not to use AI.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
---
 Following a recent brief discussion[1] it looks like I should not
 accept code for Gitk that was generated by AI even if the submitter
 understands all of it. Should I discourage AI contributions outright
 like this or would it overshoot the mark?

 -- Hannes

 [1] https://lore.kernel.org/git/aooRdiVdjovWSFiG@fruit.crustytoothpaste.net/T/#md44580584f30c9b3e3c9e23250baf08b7fd7fb0c

 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 2e30746..c402788 100644
--- a/README.md
+++ b/README.md
@@ -79,13 +79,14 @@ are also accepted.
 All commits must be signed off (use `git commit --signoff`) and should
 have commit messages prefixed with `gitk:`.
 
-Email Patches
--------------
-
 Send patches to git@vger.kernel.org and CC j6t@kdbg.org. See the Git
 project's [patch submission guidelines](https://git-scm.com/docs/SubmittingPatches)
 for detailed instructions on creating and sending patches.
 
+Please do not submit work that originated from AI, because this project
+is down-streamed to the Git project, which has a rather
+[strict AI guideline](https://git-scm.com/docs/SubmittingPatches#ai).
+
 License
 =======
 
-- 
2.55.0.704.g7397dd7565


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-26 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-23  9:25 [PATCH] gitk: discourage AI contributions Johannes Sixt
2026-08-23 13:10 ` Weijie Yuan
2026-08-26  6:55   ` Weijie Yuan
2026-08-26 21:55 ` brian m. carlson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.