| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
no code changes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Another process may stage journalled files before the lock is
taken, so need to get the list of journalled files afterwards.
It's unfortunate this means getting the directory contents twice,
but it seems better to do that than sometimes take the lock
unnecessarily.
|
|
|
|
|
| |
And a theoretical fix to branchstate cache invalidation, but not a bug
that could actually happen.
|
|
|
|
|
| |
It was checking if it needed to merge on every branch access, fix it to
only check once.
|
|
|
|
| |
avoids git warning "error: duplicate parent xxx ignored"
|
|
|
|
| |
only write index once
|
| |
|
| |
|
|
|