]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/backfill-fixes-and-edges'
authorJunio C Hamano <gitster@pobox.com>
Sun, 17 May 2026 13:58:29 +0000 (22:58 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 May 2026 13:58:29 +0000 (22:58 +0900)
commit27caa6b4f7bce94fc1f07b96bcb0bcef8c5215f5
tree970d1ce32445bbbea0eaac3d14e1ece24352e29b
parent59ff4886a579f4bc91e976fe18590b9ae02c7a08
parenta1ad4a0fca14cdeb55ab9fb065551b15cafa8a4f
Merge branch 'en/backfill-fixes-and-edges'

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