summaryrefslogtreecommitdiffstats
path: root/SubmittingPatches.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-05-13 12:28:42 -0700
committerJunio C Hamano <gitster@pobox.com>2024-05-13 12:28:42 -0700
commit1365ca3bda21f91694f354abdb3459692fcbcf1c (patch)
treea4cedaa49cc2312c917c6056b3fa2c44697b6b47 /SubmittingPatches.txt
parent7af7f87d1682bc0221ef8ef496126c204d35760d (diff)
downloadgit-htmldocs-1365ca3bda21f91694f354abdb3459692fcbcf1c.tar.gz
Autogenerated HTML docs for v2.45.0-145-g3e4a2
Diffstat (limited to 'SubmittingPatches.txt')
-rw-r--r--SubmittingPatches.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/SubmittingPatches.txt b/SubmittingPatches.txt
index e70a9a0f3..0690ae214 100644
--- a/SubmittingPatches.txt
+++ b/SubmittingPatches.txt
@@ -455,10 +455,12 @@ e-mail tools, so that they may comment on specific portions of
your code. For this reason, each patch should be submitted
"inline" in a separate message.
-Multiple related patches should be grouped into their own e-mail
-thread to help readers find all parts of the series. To that end,
-send them as replies to either an additional "cover letter" message
-(see below), the first patch, or the respective preceding patch.
+All subsequent versions of a patch series and other related patches should be
+grouped into their own e-mail thread to help readers find all parts of the
+series. To that end, send them as replies to either an additional "cover
+letter" message (see below), the first patch, or the respective preceding patch.
+Here is a link:MyFirstContribution.html#v2-git-send-email[step-by-step guide] on
+how to submit updated versions of a patch series.
If your log message (including your name on the
`Signed-off-by` trailer) is not writable in ASCII, make sure that
@@ -543,9 +545,9 @@ not a text/plain, it's something else.
Some parts of the system have dedicated maintainers with their own
repositories.
-- `git-gui/` comes from git-gui project, maintained by Pratyush Yadav:
+- `git-gui/` comes from git-gui project, maintained by Johannes Sixt:
- https://github.com/prati0100/git-gui.git
+ https://github.com/j6t/git-gui
- `gitk-git/` comes from Paul Mackerras's gitk project: