Commit Briefs



Stefan Sperling

fix typo in comment; found by mpi@


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





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



Stefan Sperling

show how to log subdirectories in got.1 EXAMPLES

ok naddy



Christian Weisgerber

fix "tog diff object1 object2" by actually extracting the repository path

from the work tree




Stefan Sperling

disable compiler warnings in release builds because -Werror is bad for ports

sthen@ suggested to drop -Werror; I think we don't need any -W in release mode