diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-07 10:10:02 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-10 19:55:43 -0700 |
| commit | 6b932406db7cb90a2a39638832fef861cb85e815 (patch) | |
| tree | 35f11cc4fe052e04ee2210f3dbb20e51f5275832 /.gitmodules | |
| parent | dee95f64d26b887c6f79b86a14dffcc88ed314fd (diff) | |
git: Install built-in symlinks in GIT_EXEC_DIR
These are required for git aliases to work. I don't use those, but others might.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 5683aacc..12bd6ffb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -59,7 +59,7 @@ [submodule "pkg/git/src"] path = pkg/git/src url = https://github.com/git/git - ignore = all + ignore = untracked [submodule "pkg/hostap/src"] path = pkg/hostap/src url = git://w1.fi/hostap.git |
