> We could rebase the branch and then rebase the in memory changes on top > of the rebased branch. This would get us rid of the branch commit. But > wouldn't get us rid of the rebase operation on the persisted branch. So > I'm not too sure this will gain us a lot.
hmm, you are right. this may still result in a commit on the branch for the rebase. it should be possible to avoid it when the rebase is actually a no-op because there were no changes by other sessions. Regards Marcel
