-
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent "git apply" from walking parent directories
Even when setting git's current directory to a temporary directory, it could find a git repository in a parent directory and still malfunction. Use the --git-dir flag to ensure that walking doesn't happen at all. While here, ensure that "git apply" is always applying our patches, and add a regression test to linker.txtar when not testing with -short.
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters