Commit Briefs





0d0a341cba Stefan Sperling

parse server capabilities in got-fetch-pack



9b45e112d9 Stefan Sperling

remove redundant colon from error message


75fd4eb229 Stefan Sperling

actually catch connection errors in got_fetch()


abd4a1be8b Stefan Sperling

move new errors codes to end of error code list



8f2d01a65f Stefan Sperling

send fetch progress over imsg



9ff1041997 Stefan Sperling

convert got_fetch_pack to got_error + KNF




ccbf9d1943 Stefan Sperling

remove some unused path variables from got-fetch-pack


84f2fa52a3 Stefan Sperling

rename got_clone() to got_fetch()


6f23baec62 Stefan Sperling

declare got_clone() in public API space


82bde4e0c8 Stefan Sperling

remove unused header include


afa77e0373 Stefan Sperling

actually create a pack and an index in the right place


279090e148 Stefan Sperling

pass an object_id * to got_privsep_send_index_pack_req()


22b6b4901a Stefan Sperling

add a .git suffix to cloned repositories by default




83b416ed85 Stefan Sperling

add ori as author