<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.52.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.52.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.52.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2025-11-17T15:35:33Z</updated>
<entry>
<title>Git 2.52</title>
<updated>2025-11-17T15:35:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-17T15:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed'/>
<id>urn:sha1:9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RelNotes: fix typo in release notes for 2.52.0</title>
<updated>2025-11-13T17:34:53Z</updated>
<author>
<name>Taylor Blau</name>
<email>me@ttaylorr.com</email>
</author>
<published>2025-11-13T17:02:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fd372d9b1a69a01a676398882bbe3840bf51fe72'/>
<id>urn:sha1:fd372d9b1a69a01a676398882bbe3840bf51fe72</id>
<content type='text'>
Introduced via aea86cf00f (The nineteenth batch, 2025-10-14).

Signed-off-by: Taylor Blau &lt;me@ttaylorr.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.52-rc2</title>
<updated>2025-11-12T16:17:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-12T16:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=621415c8b5371a4734315232a780dd8282f6fe4f'/>
<id>urn:sha1:621415c8b5371a4734315232a780dd8282f6fe4f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'dk/meson-html-dir'</title>
<updated>2025-11-12T16:17:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-12T16:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=da5841b45c2b1cce79e0357218693061c2741780'/>
<id>urn:sha1:da5841b45c2b1cce79e0357218693061c2741780</id>
<content type='text'>
The build procedure based on meson learned to allow builders to
specify the directory to install HTML documents.

* dk/meson-html-dir:
  meson: make GIT_HTML_PATH configurable
</content>
</entry>
<entry>
<title>Merge branch 'dk/parseopt-optional-filename-fixes'</title>
<updated>2025-11-06T23:17:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-06T23:17:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4badef0c3503dc29059d678abba7fac0f042bc84'/>
<id>urn:sha1:4badef0c3503dc29059d678abba7fac0f042bc84</id>
<content type='text'>
A recently added configuration variable and command line option
syntax ":(optional)" for values that are of filename type
inconsistently behaved on an empty file (configuration took it
happily, while the command line option pretended as if it did not
exist), which has been corrected.

* dk/parseopt-optional-filename-fixes:
  parseopt: remove unreachable code
  parseopt: restore const qualifier to parsed filename
  config: use boolean type for a simple flag
  parseopt: use boolean type for a simple flag
  doc: clarify command equivalence comment
  parseopt: fix :(optional) at command line to only ignore missing files
</content>
</entry>
<entry>
<title>meson: make GIT_HTML_PATH configurable</title>
<updated>2025-11-06T17:58:56Z</updated>
<author>
<name>D. Ben Knoble</name>
<email>ben.knoble+github@gmail.com</email>
</author>
<published>2025-11-04T13:58:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d63417e3ad67e5857cd52f9177fe39719d6ac84a'/>
<id>urn:sha1:d63417e3ad67e5857cd52f9177fe39719d6ac84a</id>
<content type='text'>
Makefile-based builds can configure Git's internal HTML_PATH by defining
htmldir, which is useful for packagers that put documentation in
different locations. Gentoo, for example, uses version-suffixed
directories like ${prefix}/share/doc/git-2.51 and puts the HTML
documentation in an 'html' subdirectory of the same.

Propagate the same configuration knob to Meson-based builds so that
"git --html-path" on such systems can be configured to output the
correct directory.

Signed-off-by: D. Ben Knoble &lt;ben.knoble+github@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.52-rc1</title>
<updated>2025-11-05T21:41:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-05T21:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=77b7284ccab768981a2cd08b6b2f164d91201e18'/>
<id>urn:sha1:77b7284ccab768981a2cd08b6b2f164d91201e18</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rz/t0450-bisect-doc-update'</title>
<updated>2025-11-05T21:41:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-05T21:41:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c8a641c5904bc55807d4bbed035ab03dbd6c10ba'/>
<id>urn:sha1:c8a641c5904bc55807d4bbed035ab03dbd6c10ba</id>
<content type='text'>
The help text and manual page of "git bisect" command have been
made consistent with each other.

* rz/t0450-bisect-doc-update:
  bisect: update usage and docs to match each other
</content>
</entry>
<entry>
<title>doc: clarify command equivalence comment</title>
<updated>2025-11-04T17:25:51Z</updated>
<author>
<name>D. Ben Knoble</name>
<email>ben.knoble+github@gmail.com</email>
</author>
<published>2025-11-02T16:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2fd151af1393fb8b380820ef6d64a5241258a0b0'/>
<id>urn:sha1:2fd151af1393fb8b380820ef6d64a5241258a0b0</id>
<content type='text'>
Documentation of command parsing for :(optional) includes a terse
comment; expand it to be clearer to readers.

Suggested-by: Phillip Wood &lt;phillip.wood@dunelm.org.uk&gt;
Signed-off-by: D. Ben Knoble &lt;ben.knoble+github@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>A bit more before rc1</title>
<updated>2025-11-04T15:48:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-04T15:47:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4cf919bd7b946477798af5414a371b23fd68bf93'/>
<id>urn:sha1:4cf919bd7b946477798af5414a371b23fd68bf93</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
