Files
git/Documentation/technical
Derrick Stolee 70d026e1fb backfill: basic functionality and tests
The default behavior of 'git backfill' is to fetch all missing blobs that
are reachable from HEAD. Document and test this behavior.

The implementation is a very simple use of the path-walk API, initializing
the revision walk at HEAD to start the path-walk from all commits reachable
from HEAD. Ignore the object arrays that correspond to tree entries,
assuming that they are all present already.

Signed-off-by: Derrick Stolee <stolee@gmail.com>
2025-02-06 19:33:02 +01:00
..
2023-06-21 13:39:54 -07:00
2023-10-09 12:06:24 -07:00
2024-12-27 08:28:11 -08:00
2023-06-12 13:52:51 -07:00