Files
git/Documentation/technical
Derrick Stolee cf287bf971 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>
2024-12-17 00:44:13 +01:00
..
2023-06-21 13:39:54 -07:00
2023-10-09 12:06:24 -07:00
2023-06-12 13:52:51 -07:00