5 years ago fd9f4a2de0 Hiltjo Posthuma
tog: mbs2ws: fix sizeof of element for memory allocation
5 years ago 6772cf2220 Hiltjo Posthuma
got_packidx_open: free packidx object when open(2) fails
5 years ago 57ebf19f2d Hiltjo Posthuma
buf_alloc: free whole BUF* in allocation failure path
5 years ago 4ec14e60ca Hiltjo Posthuma
tiny white-space fix
5 years ago 32f0ab8169 Hiltjo Posthuma
match_object_id: fix free() in error handling path
5 years ago 6aeab5968f Stefan Sperling
broken since 29606af7a3a58767bf817a38035490899609d13e
5 years ago dfe70b4b0a Stefan Sperling
rename test for consistency with other tests for path-prefix behaviour
5 years ago 0cfcb52da5 Stefan Sperling
regression test for previous 'got log path' fix (patch by Evan Silberman)
5 years ago deeabeae65 Stefan Sperling
fix 'got log path' in a work tree with a path prefix
5 years ago 5be7225436 Stefan Sperling
add missing -P option to 'got cat' usage in got.1
5 years ago 891026cb1d Stefan Sperling
bump version number
5 years ago 9d762f74a7 Stefan Sperling
changes for 0.12 (tags/0.12)
5 years ago cfb5948cb6 Stefan Sperling
sync dist file list
5 years ago 896e9b6f30 Stefan Sperling
add support for path arguments to 'got cat'
5 years ago 44392932de Stefan Sperling
make 'got log -p path' display patches for the specified path only
5 years ago a4f89d488d Stefan Sperling
allow creating branches based on commit IDs as well as other branch references
5 years ago 45cd4e47a6 Stefan Sperling
detect and prevent deletion of the work tree's current branch
5 years ago f2db9c479f Stefan Sperling
don't mask "not a git repo" errors in got_repo_open()
5 years ago 3782384854 Stefan Sperling
remove submodule / config parser TODO item
5 years ago 1d126e2d21 Stefan Sperling
add support for reading .git/config; parser was based on isakmpd/conf.c
5 years ago 63c5ca5de4 Stefan Sperling
detect and ignore Git submodules
5 years ago 2a06fe5f59 Stefan Sperling
indicate non-existent paths in 'got status' and make 'got diff' error for them
5 years ago b8bad2ba42 Stefan Sperling
make 'got tag -l' list tags by time stamp in descending order
5 years ago 29606af7a3 Stefan Sperling
allow got_ref_list() to restrict returned refs to a particular namespace
5 years ago de30857e10 Stefan Sperling
fix reading pack index files with large offsets (patch by Hiltjo Posthuma)