Commit Briefs

1510f46981 Stefan Sperling

move pack caching code from pack.c to repository.c


35c737652c Stefan Sperling

make open_packed_object() expect a pack instead of a repo


a98c62b125 Stefan Sperling

remove unused parameter of open_delta_object()



48095039dd Stefan Sperling

don't open pack redundantly in dump_delta_chain_to_mem()



4fb0d74079 Stefan Sperling

remove unused parameter of open_packfile()


4a9c75d926 Stefan Sperling

remove unused parameter of get_packfile_path()


3413160a99 Stefan Sperling

remove unused parameter of get_object_idx()


817c5a18db Stefan Sperling

move packidx header initialization to a separate function


0adca11afb Stefan Sperling

tell git to ignore obj directories


f0b0c74605 Stefan Sperling

tweak comments in got_lib_privsep.h


3cab8b4df8 Stefan Sperling

put repository path into privsep children's argv


3516b818d9 Stefan Sperling

init ibuf only once for the lifetime of a privsep child


7cc94e29d3 Stefan Sperling

add a README file


079b2f6564 Stefan Sperling

add a Makefile hierarchy which builds the whole show


ad242220ad Stefan Sperling

implement fork+exec (and by the way, fix the build...)


55afbf19d7 Stefan Sperling

tweak imsg-related error messages


03fa71c876 Stefan Sperling

move some more functions from object.c to object_parse.c


a440fac05e Stefan Sperling

move object parsing code into a separate file


11cdebc1fb Stefan Sperling

remove unused argument from read_commit_object_privsep()


786292d9aa Stefan Sperling

fix tog focus indication with backspace key


a3404814eb Stefan Sperling

add visual indication of view focus in tog


7e1e2c148a Stefan Sperling

detect errors from tog's view_close() in view_loop()