no .git folder
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8.9k
- Forks
- 2.8k
- PR merge metrics
- No merged PRs in 30d
Description
minikube Make uses git log for getting the commit sha for minikube version,
git log doesn't work in checkouted source code
when I run git log --pretty=oneline
I get this error:
Not a git repository (or any of the parent directories): .git
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the checkout described in the issue and running git log --pretty=oneline in the checked-out source. Read the minikube Make logic that uses git log; done means the checkout behavior and the resulting version lookup are clearly defined for this case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100