Commits


fix behaviour of 'got rebase' with no commits to rebase; with semarie@


fix and test interaction of rebase/histedit -c and 'got stage'


tweak 'got rebase' conflict error message


fix wrong sandbox name used by a rebase test


fix extra whitespace in rebased log messages Trim leading and trailing whitespace from log messages when creating commits. Fixes a rebase issue but should be a good idea in general.


prevent rebase in a work tree with an incompatible path prefix


disallow 'got update' and 'got commit' while rebase is in progress


revert accidental change; run all rebase tests again


handle no-op changes during 'got rebase -c'


initial 'got rebase' implementation