forked from msysgit/git
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "config.mak" for Travis testing.
- Loading branch information
1 parent
a0e41f5
commit d621419
Showing
1 changed file
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# "RUNTIME_PREFIX" is a Windows-only feature that allows Git to probe | ||
# for its runtime path relative to its base path. | ||
# | ||
# Our Git patch (see resources) extends this support to Linux and Mac. | ||
# | ||
# These variables configure Git to enable and use relative runtime | ||
# paths. | ||
RUNTIME_PREFIX = YesPlease | ||
RUNTIME_PREFIX_PERL = YesPlease | ||
gitexecdir = libexec/git-core | ||
template_dir = share/git-core/templates | ||
sysconfdir = etc |