Commit Briefs

df7dea6e70 Stefan Sperling

add -S option to 'got status' synopsis in got.1 man page


7dd7d39b1e Stefan Sperling

bump version number


4a87b3701d Stefan Sperling

CHANGES for 0.60 (tags/0.60)


67d7451ca0 Christian Weisgerber

shell code fixes

Escape sequences are not handled by every echo(1), e.g. not on FreeBSD. '?' is a glob character and must be quoted. '!' is not a shell meta character. ok tracey stsp




13364f2d81 Stefan Sperling

bump version number


47975383a2 Stefan Sperling

CHANGES for 0.59 (tags/0.59)



4f3c844bea Stefan Sperling

make 'got update' display the worktree's branch name upon success

ok tracey



788d4a19ed Stefan Sperling

validate status codes given to 'got status -S'


b043307bfa Stefan Sperling

make got status -s and -S options conflict


08e5873e99 Stefan Sperling

make 'got checkout' display the checked out reference and commit ID

ok tracey


00357e4dc7 Tracey Emery

add suppress status-code selection to got status. this allows for a quick way to

clean output without the use of ignore files. ok stsp