Commit Briefs



2222078154 Stefan Sperling

simplify error handling in got_commit_graph_open()


3ddcebf32f Stefan Sperling

merge alloc_graph() into got_commit_graph_open()


3d5092374a Stefan Sperling

simplify got_commit_graph_open()





e51d7b55a3 Stefan Sperling

prevent rebase with an out-of-date work tree


7f47418fd4 Stefan Sperling

make 'got checkout' and 'got update' work with read-only repositories

but warn users about the garbage collection problem



49df172ede Stefan Sperling

bump version number


c01db4f800 Stefan Sperling

changes for 0.23 (tags/0.23)



fdcb7dafab Stefan Sperling

always unlink merged temporary files if an error occurs



32d2fb4834 Stefan Sperling

add missing error checks to an openat() call


6052298250 Stefan Sperling

fix wrong function names in errno error messages



70e3e7f5a1 Tracey Emery

add -k option to 'got remove' to keep files on disk

ok stsp


ab0d436167 Stefan Sperling

fix leak in an error path of get_file_status()



3d35a492f8 Stefan Sperling

avoid opening the file in get_file_status() if possible


82223ffcc5 Stefan Sperling

fix wrong function name in errno error message


22902794fc Stefan Sperling

this lseek() call in read_dirlist() isn't needed