config: don't depend on `the_repository` with branch conditions
Patrick Steinhardt committed about 2 years ago
config: don't have setters depend on `the_repository`
Patrick Steinhardt committed about 2 years ago
config: pass repo to functions that rename or copy sections
Patrick Steinhardt committed about 2 years ago
config: pass repo to `git_die_config()`
Patrick Steinhardt committed about 2 years ago
config: pass repo to `git_config_get_expiry_in_days()`
Patrick Steinhardt committed about 2 years ago
config: pass repo to `git_config_get_expiry()`
Patrick Steinhardt committed about 2 years ago
config: pass repo to `git_config_get_max_percent_split_change()`
Patrick Steinhardt committed about 2 years ago
config: pass repo to `git_config_get_split_index()`
Patrick Steinhardt committed about 2 years ago
config: pass repo to `git_config_get_index_threads()`
Patrick Steinhardt committed about 2 years ago
config: expose `repo_config_clear()`
Patrick Steinhardt committed about 2 years ago
config: introduce missing setters that take repo as parameter
Patrick Steinhardt committed about 2 years ago
path: hide functions using `the_repository` by default
Patrick Steinhardt committed about 2 years ago
path: stop relying on `the_repository` in `worktree_git_path()`
Patrick Steinhardt committed about 2 years ago
path: stop relying on `the_repository` when reporting garbage
Patrick Steinhardt committed about 2 years ago
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt committed about 2 years ago
editor: do not rely on `the_repository` for interactive edits
Patrick Steinhardt committed about 2 years ago
path: expose `do_git_common_path()` as `repo_common_pathv()`
Patrick Steinhardt committed about 2 years ago
path: expose `do_git_path()` as `repo_git_pathv()`
Patrick Steinhardt committed about 2 years ago
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano committed about 2 years ago
remerge-diff: lazily prepare temporary objdir on demand
Junio C Hamano committed about 2 years ago