]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/git-path-head-dot-lock-fix'
authorJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:29 +0000 (09:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:29 +0000 (09:04 -0800)
commita2b0451434db903975cb1dfda0eafef939ebc6db
tree95c12b249b5ec1d47d7eda8ecdd1b3606ac2c3ca
parent0be5caf97ce1ad5f3c10ac00875f9aaf4939339d
parent76a53d640f72fc77e7e9358dfeb5df5ece56515f
Merge branch 'js/git-path-head-dot-lock-fix'

"git rev-parse --git-path HEAD.lock" did not give the right path
when run in a secondary worktree.

* js/git-path-head-dot-lock-fix:
  git_path(): handle `.lock` files correctly
  t1400: wrap setup code in test case
path.c
t/t0060-path-utils.sh