Skip to content
Snippets Groups Projects
Commit b1d490cb authored by Jack Nagel's avatar Jack Nagel
Browse files

Don't set GIT_DIR when staging git clones


GIT_DIR is convenient, but it does not work when both a formula and
subformula try to stage a git checkout, as git will use the main
formula's repository when staging the subformula.

Stop setting it, and restore the kludge to the git-multipush formula.

Fixes Homebrew/homebrew#10893.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent 995186a7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment