• Markus Koller's avatar
    Add start_sha to commits API · f8cecafb
    Markus Koller authored
    When passing start_branch on committing from the WebIDE, it's possible
    that the branch has changed since editing started, which results in the
    change being applied on top of the latest commit in the branch and
    overwriting the new changes.
    
    By passing the start_sha instead we can make sure that the change is
    applied on top of the commit which the user started editing from.
    f8cecafb