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

Add support for GIT_DIR and GIT_WORK_TREE environment variables #1191

Merged
merged 5 commits into from
Apr 24, 2022
Merged

Add support for GIT_DIR and GIT_WORK_TREE environment variables #1191

merged 5 commits into from
Apr 24, 2022

Conversation

splitDEV
Copy link
Contributor

This Pull Request adds support for GIT_DIR and GIT_WORK_TREE environment variables.
git uses those two to set --git-dir and --work-tree (see man page of git) and gitui behaves with this PR the same.

I followed the checklist:

  • I added unittests
  • I ran make check without errors
  • I tested the overall application
  • I added an appropriate item to the changelog

CHANGELOG.md Outdated Show resolved Hide resolved
@extrawurst extrawurst merged commit 13afbf6 into extrawurst:master Apr 24, 2022
@extrawurst
Copy link
Owner

thanks for your contribution 🥳

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

Successfully merging this pull request may close these issues.

None yet

2 participants