Commits


bump version number


changes for 0.13


fix possible NULL deref in alloc_symref()


fix possible use-after-free in got_worktree_close()


tog: mbs2ws: fix sizeof of element for memory allocation


got_packidx_open: free packidx object when open(2) fails


buf_alloc: free whole BUF* in allocation failure path


tiny white-space fix


match_object_id: fix free() in error handling path


fix deletion of branches stored in packed-refs broken since 29606af7a3a58767bf817a38035490899609d13e


rename test for consistency with other tests for path-prefix behaviour


regression test for previous 'got log path' fix (patch by Evan Silberman)


fix 'got log path' in a work tree with a path prefix


add missing -P option to 'got cat' usage in got.1


bump version number


changes for 0.12


sync dist file list


add support for path arguments to 'got cat'


make 'got log -p path' display patches for the specified path only


allow creating branches based on commit IDs as well as other branch references


detect and prevent deletion of the work tree's current branch


don't mask "not a git repo" errors in got_repo_open()


remove submodule / config parser TODO item


add support for reading .git/config; parser was based on isakmpd/conf.c


detect and ignore Git submodules