]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/backfill-fixes-and-edges' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2026 01:08:20 +0000 (10:08 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2026 01:08:21 +0000 (10:08 +0900)
commitbaccbdf26d96f4a768280104b7fe69b21a5a0965
tree9d8e1bc02f18426a56b61fdcfdfeaf625a32ca4e
parent4f69b47b940100b02630f745a52f9d9850f122b2
parenta1ad4a0fca14cdeb55ab9fb065551b15cafa8a4f
Merge branch 'en/backfill-fixes-and-edges' into next

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