post-apply: allow working from elsewhere including secondary worktrees

This commit is contained in:
Junio C Hamano
2026-03-15 08:23:50 -07:00
parent a621affcfa
commit 7b81ec94dc

View File

@@ -1,6 +1,6 @@
#!/bin/sh
GIT_DIR=.git
GIT_DIR=$(git rev-parse --git-dir)
dotest="$GIT_DIR/rebase-apply"
prec=4 &&