Commits


add copyright year for files already touched in 2020


prevent rebase with an out-of-date work tree


if there are no commits to rebase, just forward the rebased branch's reference Problem found by kn@


show base commit hash and omit filenames in conflict markers


show original file content in conflict markers


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