Commit Briefs

Stefan Sperling

CHANGES for 0.59 (tags/0.59)



Stefan Sperling

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

ok tracey




Stefan Sperling

make got status -s and -S options conflict


Stefan Sperling

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

ok tracey


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


Stefan Sperling

make 'got send' properly send commits which are referenced only by tags

Problem reported by Omar Polo.


Tracey Emery

add -q quiet mode to checkout and update. supressing output keeps the terminal

responsive on large repos. ok jrick stsp



Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.58 (tags/0.58)


Stefan Sperling

sync dist file list





Christian Weisgerber

add missing <sys/types.h> include








Christian Weisgerber

assert against accidentally overflowing argv[] in got_dial_ssh()

ok stsp