> Is there an easy way to figure out what object we're processing in 
> create_delta? I have filtered out some large data files in .gitattributes 
> already.

For the record:
* add breakpoint on create_delta at diff-delta.c:321
* stop the execution
* switch to the worker thread
* select frame 3: threaded_find_deltas at builtin/pack-objects.c:2408
* p/x me->list.idx.oid.hash

florin

Reply via email to