]> git.99rst.org Git - git.git/commit
Merge branch 'jk/repo-info-path-keys'
authorJunio C Hamano <redacted>
Mon, 6 Jul 2026 22:50:23 +0000 (15:50 -0700)
committerJunio C Hamano <redacted>
Mon, 6 Jul 2026 22:50:23 +0000 (15:50 -0700)
commit2b0d1afb967d6e0e458204275b1fa3b6a8bedd2b
tree81d3db74a9d73ff30fe709fcf2d662838a662e93
parent2e5d1cc0f8388503af74d729e8feecbd94c8e2d0
parent3ac28d832aefe06e0fb9390d3e20a9c32350e052
Merge branch 'jk/repo-info-path-keys'

The "git repo info" command has been taught new keys to output both
absolute and relative paths for "gitdir" and "commondir", supported by
a new path-formatting helper extracted from "git rev-parse".

* jk/repo-info-path-keys:
  repo: add path.gitdir with absolute and relative suffix formatting
  repo: add path.commondir with absolute and relative suffix formatting
  path: extract format_path() and use in rev-parse
builtin/repo.c
builtin/rev-parse.c
path.h
git clone https://git.99rst.org/PROJECT