]> git.99rst.org Git - git.git/commit
setup: move prefix into repository
authorPatrick Steinhardt <redacted>
Tue, 7 Jul 2026 07:21:26 +0000 (09:21 +0200)
committerJunio C Hamano <redacted>
Tue, 7 Jul 2026 17:49:40 +0000 (10:49 -0700)
commitb964ad1f019d66604d7577e2db49481461bcab5a
treeecde78198c0de69d5b61483d85247b8540c1048c
parentabe894164f8b8f4acd6a20c738bfca7867db0608
setup: move prefix into repository

The repository prefix is currently stored in the startup info. This
feels somewhat awkward though, as it is inherently a property of a given
repository.

Move the prefix into the repository accordingly.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/repo.c
builtin/rev-parse.c
builtin/update-index.c
object-name.c
repository.c
repository.h
setup.c
setup.h
trace.c
git clone https://git.99rst.org/PROJECT