Commit Briefs

a0ea4fc07b 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


272a1371f1 Stefan Sperling

don't leak logmsg in show_rebase_progress()



5dd154fcf3 Stefan Sperling

bump version number


233f3602d6 Stefan Sperling

changes for 0.28 (tags/0.28)





ddbfac99a5 Stefan Sperling

document histedit's -F option


46fa4c83cb Stefan Sperling

explain more clearly how a histedit script will be edited




da76fce2df Stefan Sperling

let 'got branch' switch and update the work tree

ok tracey


2bdefe565f Tracey Emery

edit man page wording for histedit -m feature


212b39d173 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


083957f407 Stefan Sperling

add 'got histedit -m' option which makes it easy to edit log messages only

ok tracey


5b66608142 Stefan Sperling

show how to log subdirectories in got.1 EXAMPLES

ok naddy


09b5bff804 Christian Weisgerber

switch "tog diff" repository path argument to a new -r option


a273ac941f Christian Weisgerber

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

from the work tree


dc990cbf2d Stefan Sperling

document semantics of got log and tog log path arguments



f70ffbb532 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




32dfb4a213 Stefan Sperling

bump version number