Commit 2e5df30
committed
PostFetchStep: delete and rewrite commit-graph on write error
We are no longer using 'verify' to check that our commit-graph
is valid, but we can still discover some errors during the 'write'
command. We currently never recover from this problem.
If we inspect the response from the 'write' command, then we can
delete and rewrite on failure. This will resolve some issues that
users are seeing right now.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>1 parent 7cc1786 commit 2e5df30
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
0 commit comments