Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building from source requires version of git with -C flag #37436

Open
bjarthur opened this issue Sep 6, 2020 · 0 comments
Open

building from source requires version of git with -C flag #37436

bjarthur opened this issue Sep 6, 2020 · 0 comments

Comments

@bjarthur
Copy link
Contributor

bjarthur commented Sep 6, 2020

might add this to the list of dependencies if true.

$ git status
# On branch master
nothing to commit, working directory clean

$ git log -n 1
commit bf886b59537fd9419455d760711af5dc99a55589
Author: Kristoffer Carlsson <kcarlsson89@gmail.com>
Date:   Sun Sep 6 10:55:04 2020 +0200

    fix an instance of getting mapany from Base (#37419)

$ make
Unknown option: -C
usage: git [--version] [--help] [-c name=value]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           <command> [<args>]

$ git --version
git version 1.8.3.1

another machine i have access to has version 2.24.3 and works fine. not sure when the -C flag was added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant