<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.50.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.50.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.50.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2025-06-13T20:29:15Z</updated>
<entry>
<title>Hopefully final bits before 2.50</title>
<updated>2025-06-13T20:29:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-13T20:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f1ca98f609f9a730b9accf24e5558a10a0b41b6c'/>
<id>urn:sha1:f1ca98f609f9a730b9accf24e5558a10a0b41b6c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'kh/maintenance-missing-tasks-docfix'</title>
<updated>2025-06-12T21:19:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-12T21:19:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9edff09aec9b5aaa3d5528129bb279a4d34cf5b3'/>
<id>urn:sha1:9edff09aec9b5aaa3d5528129bb279a4d34cf5b3</id>
<content type='text'>
Doc mark-up fix for a topic that has graduated to 'master'.

* kh/maintenance-missing-tasks-docfix:
  doc: maintenance: fix linkgit syntax
</content>
</entry>
<entry>
<title>RelNotes/2.50.0: fix typos &amp; other improvements</title>
<updated>2025-06-11T20:32:14Z</updated>
<author>
<name>Kristoffer Haugsbakk</name>
<email>code@khaugsbakk.name</email>
</author>
<published>2025-06-11T17:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1e2677f66fb9e1de2ccaff6e136a3d53ee8d1aed'/>
<id>urn:sha1:1e2677f66fb9e1de2ccaff6e136a3d53ee8d1aed</id>
<content type='text'>
• Replace with phrases that are more standard (“all-or-nothing”
  instead of “-none”)
• Add coordinating words that make it less likely for you to trip
  over the sentence (“*that* "gc" can do”)
• Use “SMTP” instead of both SMTP and smtp
• Don’t mention `git fsck --reference` since the previous release
  was not affected by this minor bug.  Also say “errored out” since
  the git-refs(1) bug was there in v2.48.0 as well
• Use the more widespread “linked” instead of “secondary worktree”

Signed-off-by: Kristoffer Haugsbakk &lt;code@khaugsbakk.name&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>doc: maintenance: fix linkgit syntax</title>
<updated>2025-06-09T18:33:25Z</updated>
<author>
<name>Kristoffer Haugsbakk</name>
<email>code@khaugsbakk.name</email>
</author>
<published>2025-06-09T15:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6cd0701e3cc9980e4018d0986069cea8837565e3'/>
<id>urn:sha1:6cd0701e3cc9980e4018d0986069cea8837565e3</id>
<content type='text'>
Signed-off-by: Kristoffer Haugsbakk &lt;code@khaugsbakk.name&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.50-rc2</title>
<updated>2025-06-09T14:18:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-09T14:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4c0e625c091d4c648cec7319bafaed3cc81658e5'/>
<id>urn:sha1:4c0e625c091d4c648cec7319bafaed3cc81658e5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>A bit more before -rc2</title>
<updated>2025-06-07T17:46:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-07T17:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8db3019401f8093fb895f581be641fe7e05aa755'/>
<id>urn:sha1:8db3019401f8093fb895f581be641fe7e05aa755</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'cf/var-completion-obsd-fixes'</title>
<updated>2025-06-07T17:46:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-07T17:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e2e22932cd9c684ab536f662eecb278ed23fe9fe'/>
<id>urn:sha1:e2e22932cd9c684ab536f662eecb278ed23fe9fe</id>
<content type='text'>
Build fix for OpenBSD.

* cf/var-completion-obsd-fixes:
  completion: make sed command that generates config-list.h portable.
</content>
</entry>
<entry>
<title>Git 2.50-rc1</title>
<updated>2025-06-03T15:55:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-03T15:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0bd2d791cc9f745ebaedafc0e1cbebdebe41343e'/>
<id>urn:sha1:0bd2d791cc9f745ebaedafc0e1cbebdebe41343e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'kh/doc-column-markup-fix'</title>
<updated>2025-06-03T15:55:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-03T15:55:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=86c32bbee8501310290d146a48a1aea22ce9c779'/>
<id>urn:sha1:86c32bbee8501310290d146a48a1aea22ce9c779</id>
<content type='text'>
Doc updates.

* kh/doc-column-markup-fix:
  doc: column: fix blank lines around block delimiters
</content>
</entry>
<entry>
<title>completion: make sed command that generates config-list.h portable.</title>
<updated>2025-06-03T00:21:49Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2025-06-02T22:31:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=db170e18262ed10e5e9b7f3cbca6a0ac43267b20'/>
<id>urn:sha1:db170e18262ed10e5e9b7f3cbca6a0ac43267b20</id>
<content type='text'>
The OpenBSD 'sed' command does not support '\n' to represent newlines in
sed expressions. This leads to the follow compiler error:

    In file included from builtin/help.c:15:
    ./config-list.h:282:18: error: use of undeclared identifier 'n'
            "gitcvs.dbUser",n       "gitcvs.dbPass",
                            ^
    1 error generated.
    gmake: *** [Makefile:2821: builtin/help.o] Error 1

We can fix this by documenting related configuration variables
one-per-line instead of listing them separated by commas. This allows us
to remove the unportable part of the sed expression in
generate-configlist.sh.

Signed-off-by: Collin Funk &lt;collin.funk1@gmail.com&gt;
Reviewed-by: Jacob Keller &lt;jacob.keller@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
