You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return created commits on merge and revert in transaction
This seems like the more natural thing to do. Adjusts the tests to
expect the new behavior.
Also, since the merge logic only optionally creates a new commit on the
destination branch, we can unconditionally return the destination HEAD in
`LakeFSTransaction.merge()`.
0 commit comments