Commit Briefs

b28fe61a13 Stefan Sperling

apply_unveil(): use GOT_DIR_NOT_EMPTY


196d54c7a4 Stefan Sperling

define message for error code GOT_ERR_DIR_NOT_EMPTY


59544d4d62 Stefan Sperling

fix wording in error message


2ee32b237b Stefan Sperling

fix build with -DGOT_OBJ_CACHE_DEBUG


f6912001af Stefan Sperling

spawn more pack file helpers again now that leaks got fixed

/usr/src updates have become slower for some reason and my best guess is that caching of packed data has become less effective with df613bb4d8662c28a9888714a80ca572bff9d924 (leaks were subsequently fixed by 2cb49fa8fb84f3a8fc2eb6036a6bd9b64c57e347 and by 0dd5271bd8f2a4f92ac3536fcc493eebc39b86e5)






efa2b6f7f7 Stefan Sperling

another typo fix


d5751d4985 Stefan Sperling

fix typo in comment


72e28b48f2 Stefan Sperling

add jcs to AUTHORS


024e9686ae Stefan Sperling

add branch support to 'got update'


08573d5b25 Stefan Sperling

add branch support to 'got checkout'


8d301dd94c Stefan Sperling

use cmp -s, instead of cmp, in all command line tests


3eada72786 Stefan Sperling

cosmetic tweak to xfail test output


8ba6ba2daa Stefan Sperling

add new test test_commit_added_subdirs (xfail)




016a88dd43 Stefan Sperling

report base commit of fileindex entries to status callback



eb029fd68e Stefan Sperling

tog man page: fix lists of single-line scrolling keys


eb6c77f2e3 Stefan Sperling

update 'got ref' branch creation example


0f148cb77a Stefan Sperling

revert c191ed664f6c437ebc3e0c859c53e48b445401f1

'got ref' should only work with naked ref names; implicitly putting things into 'refs/heads' is a job for something like a 'got branch' command.


6e472abb21 Stefan Sperling

fix a segfault in got_ref_open()