]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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


Trivial merge