Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rollback bug in SymbolicReference.set_reference
This fixes the initialization of the "ok" flag by setting it to False before the operation that might fail is attempted. (This is a fix for the *specific* problem reported in gitpython-developers#1669 about how the pattern SymbolicReference.set_reference attempts to use with LockedFD is not correctly implemented.)
- Loading branch information