Commit Briefs


Tracey Emery

plug some parse.y leaks


Stefan Sperling

Add a 'got info' command which displays work tree meta-data.

Remove the alias 'got in' for 'got init'. The 'in' alias was too close to either 'init' or 'info'. ok tracey, millert




Stefan Sperling

tweak description of new -S option for 'got commit' and 'got stage'

with input from + ok tracy and millert


Stefan Sperling

errant tab found by tracey







Stefan Sperling

make 'got unstage -p' work with symlinks









Stefan Sperling

make 'got unstage' work with symlinks


Stefan Sperling

stop using realpath(3) to resolve a symlink target in install_symlink()

We should not resolve a symlink target path recursively when installing a symlink in the work tree. We want to handle this symlink's target, not the end result of following a chain of symlinks in case such links already exist.



Stefan Sperling

make 'got stage -p' work with symlinks