Commit Briefs

39449a05d5 Stefan Sperling

make 'got diff' show changes to symlinks in a work tree



0587e10c4c Stefan Sperling

add symlink support to 'got blame' and 'tog blame'





0208f20830 Stefan Sperling

show a list of paths changed in a commit with 'got log -P', and in tog

requested by matthieu@


2e8c69d19f Stefan Sperling

fix "no such entry found in tree" error with got log -p and an added path

ok millert@


4343a07f8a Stefan Sperling

filter out "remote/*/HEAD" references in 'got log' output


50f2fadafa Stefan Sperling

fix 'got log -r' loading refs from the wrong repo if invoked in a work tree

ok tracey



5e9b18faa7 Stefan Sperling

tweak a 'got fetch' progress message for accuracy


e54dde0531 Stefan Sperling

tweak a 'got clone' progress message for accuracy


dbec59df9a Stefan Sperling

add 'got log' -R option to reverse commit display order


9627c110be Stefan Sperling

show a summary of conflicts and related problems after updating/merging files

ok millert@



ccecc9fd21 Stefan Sperling

wrap an overlong line







4e0a20a47c Tracey Emery

make got tree work on current branch and add tests for this use case

ok stsp


775ce90932 Stefan Sperling

wrap overlong line in got.c


907f15e2ba Stefan Sperling

remove redundant \n from errx() calls in got.c