]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/backfill-fixes-and-edges' into seen
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 01:22:02 +0000 (10:22 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 01:22:02 +0000 (10:22 +0900)
commitf4665cf362db9976bed8114e5ea1a686263a2bf9
treee270d61d12d4479cc3d719127105dcb782454af1
parent3310e808ceb33a8e6b591e2f58cd8eeb6fbd5037
parenta1ad4a0fca14cdeb55ab9fb065551b15cafa8a4f
Merge branch 'en/backfill-fixes-and-edges' into seen

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