| 116 | } |
| 117 | |
| 118 | void rollback_shallow_file(struct repository *r, struct shallow_lock *lk) |
| 119 | { |
| 120 | rollback_lock_file(&lk->lock); |
| 121 | reset_repository_shallow(r); |
| 122 | } |
| 123 | |
| 124 | /* |
| 125 | * TODO: use "int" elemtype instead of "int *" when/if commit-slab |
no test coverage detected