]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kj/repo-info-more-path-keys' into seen
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 23:21:00 +0000 (16:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 23:21:01 +0000 (16:21 -0700)
commit0c8a1034f5b8172b0144cdb54f1ddefcd8b565f5
tree886f22198732b086acdf1bd294847fc5c97b15ed
parentd9440387a60da32372ce93f62df9703785931fce
parent2cd8dac1317fcfea82ca8c65c54fa31cf0fd4928
Merge branch 'kj/repo-info-more-path-keys' into seen

The 'git repo info' command has been taught more keys to output
paths of various repository components (such as the working tree
root, superproject working tree, object database, etc.), supporting
both absolute and relative path formats.

* kj/repo-info-more-path-keys:
  repo: add path.git-prefix path key
  repo: add path.grafts with absolute and relative suffix formatting
  repo: add path.index with absolute and relative suffix formatting
  repo: add path.hooks with absolute and relative suffix formatting
  repo: add path.objects with absolute and relative suffix formatting
  repo: add path.superproject-working-tree with absolute and relative suffixes
  repo: add path.toplevel with absolute and relative suffix formatting
builtin/repo.c
t/t1900-repo-info.sh