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

DevContainers: Gitconfig incomplete #5786

Closed
max06 opened this issue Oct 27, 2021 · 1 comment
Closed

DevContainers: Gitconfig incomplete #5786

max06 opened this issue Oct 27, 2021 · 1 comment
Labels
containers Issue in vscode-remote containers *duplicate Issue identified as a duplicate of another issue(s)

Comments

@max06
Copy link

max06 commented Oct 27, 2021

  • VSCode Version: 1.61.2
  • Local OS Version: Win11
  • Remote OS Version: Ubuntu 20.04
  • Remote Extension/Connection Type: Docker

Steps to Reproduce:

  1. Have a local git config containing a conditional include (since git 2.13) like
[includeIf "gitdir:/workspaces/work-repo/"]
  	path = .gitconfig_work
  1. Launch container and check log:

[58037 ms] Start: Run in container: # Copy C:\Users\max06\.gitconfig to /root/.gitconfig

Only the main git config gets copied over, without includes.

@github-actions github-actions bot added the containers Issue in vscode-remote containers label Oct 27, 2021
@chrmarti
Copy link
Contributor

Tracked as #2084. Thanks.

@chrmarti chrmarti added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 27, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
containers Issue in vscode-remote containers *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants