Commit d93e268
authored
Merge pull request #1131: 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.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