<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=master</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2026-05-17T13:58:31Z</updated>
<entry>
<title>The 3rd batch</title>
<updated>2026-05-17T13:58:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-17T13:57:55Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=68aca6b91299738150f71035d0033af6987fe455'/>
<id>urn:sha1:68aca6b91299738150f71035d0033af6987fe455</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rs/grep-column-only-match-fix'</title>
<updated>2026-05-17T13:58:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-17T13:58:31Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6d7492cf85448df3da67e0e0a1430270d516e6ec'/>
<id>urn:sha1:6d7492cf85448df3da67e0e0a1430270d516e6ec</id>
<content type='text'>
"git grep" update.

* rs/grep-column-only-match-fix:
  grep: fix --column --only-match for 2nd and later matches
</content>
</entry>
<entry>
<title>Merge branch 'hn/git-checkout-m-with-stash'</title>
<updated>2026-05-17T13:58:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-17T13:58:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=d17a7b8191d59e387e728ff60c2e226fa6c940bc'/>
<id>urn:sha1:d17a7b8191d59e387e728ff60c2e226fa6c940bc</id>
<content type='text'>
"git checkout -m another-branch" was invented to deal with local
changes to paths that are different between the current and the new
branch, but it gave only one chance to resolve conflicts.  The command
was taught to create a stash to save the local changes.

* hn/git-checkout-m-with-stash:
  checkout -m: autostash when switching branches
  checkout: rollback lock on early returns in merge_working_tree
  sequencer: teach autostash apply to take optional conflict marker labels
  sequencer: allow create_autostash to run silently
  stash: add --label-ours, --label-theirs, --label-base for apply
</content>
</entry>
<entry>
<title>Merge branch 'pw/rename-to-get-current-worktree'</title>
<updated>2026-05-17T13:58:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-17T13:58:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=068c10c7413fee5a69db1a46fb32f335675b25ca'/>
<id>urn:sha1:068c10c7413fee5a69db1a46fb32f335675b25ca</id>
<content type='text'>
Code clean-up.

* pw/rename-to-get-current-worktree:
  worktree: rename get_worktree_from_repository()
</content>
</entry>
<entry>
<title>Merge branch 'mf/format-patch-cover-letter-format-docfix'</title>
<updated>2026-05-17T13:58:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-17T13:58:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=c26c58de0cfbe2987267b5b106a6399f7f644bdc'/>
<id>urn:sha1:c26c58de0cfbe2987267b5b106a6399f7f644bdc</id>
<content type='text'>
Docfix.

* mf/format-patch-cover-letter-format-docfix:
  Fix docs for format.commitListFormat
</content>
</entry>
<entry>
<title>Merge branch 'en/ort-cached-rename-with-trivial-resolution'</title>
<updated>2026-05-17T13:58:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-17T13:58:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=3cfbb7b3f79ed99690d86c112f233723423d1baf'/>
<id>urn:sha1:3cfbb7b3f79ed99690d86c112f233723423d1baf</id>
<content type='text'>
"ort" merge backend improvements.

* en/ort-cached-rename-with-trivial-resolution:
  merge-ort: handle cached rename &amp; trivial resolution interaction better
</content>
</entry>
<entry>
<title>Merge branch 'ss/t7004-unhide-git-failures'</title>
<updated>2026-05-17T13:58:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-17T13:58:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=f7ae594a851ff7ceef3b2b6c959ea18bdc940363'/>
<id>urn:sha1:f7ae594a851ff7ceef3b2b6c959ea18bdc940363</id>
<content type='text'>
Test clean-up.

* ss/t7004-unhide-git-failures:
  t7004: avoid subshells to capture git exit codes
  t7004: dynamically grab expected state in tests
  t7004: drop hardcoded tag count for state verification
</content>
</entry>
<entry>
<title>Merge branch 'en/backfill-fixes-and-edges'</title>
<updated>2026-05-17T13:58:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-17T13:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=27caa6b4f7bce94fc1f07b96bcb0bcef8c5215f5'/>
<id>urn:sha1:27caa6b4f7bce94fc1f07b96bcb0bcef8c5215f5</id>
<content type='text'>
The 'git backfill' command now rejects revision-limiting options that
are incompatible with its operation, uses standard documentation for
revision ranges, and includes blobs from boundary commits by default
to improve performance of subsequent operations.

* en/backfill-fixes-and-edges:
  backfill: default to grabbing edge blobs too
  backfill: document acceptance of revision-range in more standard manner
  backfill: reject rev-list arguments that do not make sense
</content>
</entry>
<entry>
<title>Merge branch 'ps/clang-w-glibc-2.43-and-_Generic'</title>
<updated>2026-05-13T01:57:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-13T01:57:55Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=59ff4886a579f4bc91e976fe18590b9ae02c7a08'/>
<id>urn:sha1:59ff4886a579f4bc91e976fe18590b9ae02c7a08</id>
<content type='text'>
Headers from glibc 2.43 when used with clang does not allow
disabling C11 language features, causing build failures..

* ps/clang-w-glibc-2.43-and-_Generic:
  build: tolerate use of _Generic from glibc 2.43 with Clang
</content>
</entry>
<entry>
<title>The second batch</title>
<updated>2026-05-12T02:04:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-05-12T02:04:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=29bd7ed5127255713c1ac2f43b7c6f257d7b4594'/>
<id>urn:sha1:29bd7ed5127255713c1ac2f43b7c6f257d7b4594</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
