<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.45.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.45.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.45.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2024-04-24T17:32:55Z</updated>
<entry>
<title>Documentation/RelNotes/2.45.0.txt: fix typo</title>
<updated>2024-04-24T17:32:55Z</updated>
<author>
<name>Taylor Blau</name>
<email>me@ttaylorr.com</email>
</author>
<published>2024-04-24T16:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9f32d8da7aa3ec577cd47b8ce6cd05895b943626'/>
<id>urn:sha1:9f32d8da7aa3ec577cd47b8ce6cd05895b943626</id>
<content type='text'>
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.45-rc1</title>
<updated>2024-04-23T22:05:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-04-23T22:05:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bf995e7a4f94a9388aa8042dc9e338f3fcb75496'/>
<id>urn:sha1:bf995e7a4f94a9388aa8042dc9e338f3fcb75496</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ps/run-auto-maintenance-in-receive-pack'</title>
<updated>2024-04-23T22:05:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-04-23T22:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5c7ffafcea5fe37d435cc684d59eee91696dfb9f'/>
<id>urn:sha1:5c7ffafcea5fe37d435cc684d59eee91696dfb9f</id>
<content type='text'>
The "receive-pack" program (which responds to "git push") was not
converted to run "git maintenance --auto" when other codepaths that
used to run "git gc --auto" were updated, which has been corrected.

* ps/run-auto-maintenance-in-receive-pack:
  builtin/receive-pack: convert to use git-maintenance(1)
  run-command: introduce function to prepare auto-maintenance process
</content>
</entry>
<entry>
<title>A bit more topics before -rc1</title>
<updated>2024-04-23T18:52:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-04-23T18:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=10f1281498467654abdb13c6c7c7b23af4b97aeb'/>
<id>urn:sha1:10f1281498467654abdb13c6c7c7b23af4b97aeb</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'xx/rfc2822-date-format-in-doc'</title>
<updated>2024-04-23T18:52:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-04-23T18:52:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9cb0bbf0b43803a68aadb3e0f929b3082233d288'/>
<id>urn:sha1:9cb0bbf0b43803a68aadb3e0f929b3082233d288</id>
<content type='text'>
Docfix.

* xx/rfc2822-date-format-in-doc:
  Documentation: fix typos describing date format
</content>
</entry>
<entry>
<title>Merge branch 'yb/replay-doc-linkfix'</title>
<updated>2024-04-23T18:52:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-04-23T18:52:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7f49008602b79c3f5767051901968b1b4b8a1ddf'/>
<id>urn:sha1:7f49008602b79c3f5767051901968b1b4b8a1ddf</id>
<content type='text'>
Docfix.

* yb/replay-doc-linkfix:
  Documentation: fix linkgit reference
</content>
</entry>
<entry>
<title>Merge branch 'ta/fast-import-parse-path-fix'</title>
<updated>2024-04-23T18:52:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-04-23T18:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=050e3349792d182ba1fd1ba25135c99103d15ade'/>
<id>urn:sha1:050e3349792d182ba1fd1ba25135c99103d15ade</id>
<content type='text'>
The way "git fast-import" handles paths described in its input has
been tightened up and more clearly documented.

* ta/fast-import-parse-path-fix:
  fast-import: make comments more precise
  fast-import: forbid escaped NUL in paths
  fast-import: document C-style escapes for paths
  fast-import: improve documentation for path quoting
  fast-import: remove dead strbuf
  fast-import: allow unquoted empty path for root
  fast-import: directly use strbufs for paths
  fast-import: tighten path unquoting
</content>
</entry>
<entry>
<title>docs: address typos in Git v2.45 changelog</title>
<updated>2024-04-22T15:54:01Z</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2024-04-22T06:35:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=00e10ef10e161a913893b8cb33aa080d4ca5baa6'/>
<id>urn:sha1:00e10ef10e161a913893b8cb33aa080d4ca5baa6</id>
<content type='text'>
Address some typos in the Git v2.45 changelog.

Signed-off-by: Patrick Steinhardt &lt;ps@pks.im&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>docs: improve changelog entry for `git pack-refs --auto`</title>
<updated>2024-04-22T15:54:01Z</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2024-04-22T06:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bbeb79789c1e817d9a2f395197121b6ebadf5fba'/>
<id>urn:sha1:bbeb79789c1e817d9a2f395197121b6ebadf5fba</id>
<content type='text'>
The changelog entry for the new `git pack-refs --auto` mode only says
that the new flag is useful, but doesn't really say what it does. Add
some more information.

Signed-off-by: Patrick Steinhardt &lt;ps@pks.im&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>docs: remove duplicate entry and fix typo in 2.45 changelog</title>
<updated>2024-04-22T15:53:41Z</updated>
<author>
<name>Orgad Shaneh</name>
<email>orgads@gmail.com</email>
</author>
<published>2024-04-20T19:51:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bf3fe4f1a2c01991130db9d8306a57f58e17dc3e'/>
<id>urn:sha1:bf3fe4f1a2c01991130db9d8306a57f58e17dc3e</id>
<content type='text'>
Signed-off-by: Orgad Shaneh &lt;orgads@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
