Commit Briefs

Stefan Sperling

show merged commit ID + logmsg upon merge conflict during rebase and histedit

This makes it more apparent which commit contained the conflicting change. The new output looks like this: C sys/dev/pci/if_iwm.c 8a98d848a1a5 -> merge conflict: properly modify station queues got: conflicts must be resolved before rebasing can continue


Stefan Sperling

let 'got branch' switch and update the work tree

ok tracey





Stefan Sperling

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

Problem found by kn@






Stefan Sperling

tweak 'got rebase' conflict error message



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.