object-file: get rid of `the_repository` in index-related functions
Patrick Steinhardt committed about 1 year ago
object-file: get rid of `the_repository` in `force_object_loose()`
Patrick Steinhardt committed about 1 year ago
object-file: get rid of `the_repository` in `read_loose_object()`
Patrick Steinhardt committed about 1 year ago
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt committed about 1 year ago
object-file: remove declaration for `for_each_file_in_obj_subdir()`
Patrick Steinhardt committed about 1 year ago
object-file: inline `for_each_loose_file_in_objdir_buf()`
Patrick Steinhardt committed about 1 year ago
object-file: get rid of `the_repository` when writing objects
Patrick Steinhardt committed about 1 year ago
odb: introduce `odb_write_object()`
Patrick Steinhardt committed about 1 year ago
loose: write loose objects map via their source
Patrick Steinhardt committed about 1 year ago
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt committed about 1 year ago
object-file: get rid of `the_repository` in `loose_object_info()`
Patrick Steinhardt committed about 1 year ago
object-file: get rid of `the_repository` when freshening objects
Patrick Steinhardt committed about 1 year ago
object-file: inline `check_and_freshen()` functions
Patrick Steinhardt committed about 1 year ago
object-file: get rid of `the_repository` in `has_loose_object()`
Patrick Steinhardt committed about 1 year ago
object-file: stop using `the_hash_algo`
Patrick Steinhardt committed about 1 year ago
object-file: fix -Wsign-compare warnings
Patrick Steinhardt committed about 1 year ago
Mark Levedahl committed over 1 year ago
gitk: use -profile tcl8 on encoding conversions
Mark Levedahl committed about 1 year ago
gitk: use -profile tcl8 for file input with Tcl 9
Mark Levedahl committed over 1 year ago
gitk: Tcl9 doesn't expand ~, use $env(HOME)
Mark Levedahl committed over 1 year ago