Commit Briefs

Stefan Sperling

tog: use sched_yield(2) instead of pthread_yield(3) for portability

pthread_yield(3) is an optional POSIX 2001 extension while sched_yield(2) is part of POSIX 2008. On OpenBSD they are actually equivalent, albeit not documented as such. Using sched_yield(2) helps the -portable version. Patch by Quentin Rameau





Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.60 (tags/0.60)


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




Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.59 (tags/0.59)



Stefan Sperling

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

ok tracey