Commit Briefs

5aa813935b Stefan Sperling

add copyright year for files already touched in 2020


e51d7b55a3 Stefan Sperling

prevent rebase with an out-of-date work tree


38b0338bf9 Stefan Sperling

if there are no commits to rebase, just forward the rebased branch's reference

Problem found by kn@



d136cfcb98 Stefan Sperling

show original file content in conflict markers




11495e0417 Stefan Sperling

tweak 'got rebase' conflict error message


4ba9c4f6a0 Stefan Sperling

fix wrong sandbox name used by a rebase test


787c8eb6b2 Stefan Sperling

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.




dcf44d0428 Stefan Sperling

revert accidental change; run all rebase tests again


ff0d2220eb Stefan Sperling

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


818c750100 Stefan Sperling

initial 'got rebase' implementation