Commit dbacef4
index-pack: avoid immediate object fetch while parsing packfile
Prevent packfile parsing from accidentally dynamically fetching
each individual object found in the packfile.
When index-pack parses the input packfile, it does a lookup in the
ODB to test for conflicts/collisions. This can accidentally cause
the object to be individually fetched when gvfs-helper (or
read-object-hook or partial-clone) is enabled.
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>1 parent 98f37e6 commit dbacef4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
| 815 | + | |
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
| |||
0 commit comments