post-apply: allow working from elsewhere including secondary worktrees

todo
Junio C Hamano 2026-03-15 08:23:50 -07:00
parent a621affcfa
commit 7b81ec94dc
1 changed files with 1 additions and 1 deletions

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 &&