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

bump version number


Stefan Sperling

changes for 0.28 (tags/0.28)





Stefan Sperling

document histedit's -F option





Stefan Sperling

let 'got branch' switch and update the work tree

ok tracey



Christian Weisgerber

Sync the description of the -r flag from "tree" to the other commands.

Clarify that if the current directory is a work tree, tog will pick the repository associated with this work tree by default. ok stsp