Commit Briefs



668a20f6fe Stefan Sperling

rewritten got-index-pack; sorry about the monster commit


baa9fea074 Stefan Sperling

send indexing progress via an imsg


d2cdc63664 Stefan Sperling

send pack file download progress information over imsg


ea7396b906 Stefan Sperling

rename imsg FETCH_PROGRESS to FETCH_REF



3350156242 Stefan Sperling

prepare for providing refs we already have in fetch request imsg

currently we always send and expect an empty list


d45e6863c2 Stefan Sperling

fix typo in comment



8f2d01a65f Stefan Sperling

send fetch progress over imsg



279090e148 Stefan Sperling

pass an object_id * to got_privsep_send_index_pack_req()






cd95becd3d Stefan Sperling

parse remotes from gitconfig




33ad4cbe59 joshua stein

implement spawning an editor to collect a commit message

bails on empty messages, trims leading and trailing newlines this currently disables the unveil in the commit process because it's not compatible with spawning the editor also prevent commits when there are no changes


5d56da8198 Stefan Sperling

happy new copyright year


ac544f8c6f Stefan Sperling

pass smallish blobs directly via imsg buffer


aea5f015fd Stefan Sperling

drop dead code from got_privsep_send_obj_req()


ebc55e2dfc Stefan Sperling

eliminate got_object_open() round-trip when opening blobs