diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-07-07 09:21:29 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-07-07 10:49:41 -0700 |
| commit | 2513a4d6f37144841cfd00183fce3dd8f5ba967d (patch) | |
| tree | ac798a1a3f8667735a9c652c8002abf95f495690 /git-commit-script | |
| parent | 0bf8e1464331c7d611a79e7355a3826969c00405 (diff) | |
setup: make repository discovery self-contained
In the preceding commits we have introduced a separate repository
discovery phase and refactored the logic so that we have two clear
phases:
1. Repository discovery, which doesn't modify the repository itself at
all.
2. Repository configuration, which takes the information we have
discovered to set up the repository.
Extract the first phase into a new function `repo_discover()` to further
stress these two different phases.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-commit-script')
0 files changed, 0 insertions, 0 deletions
