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

Use git environment variables #14

Closed
elisboa opened this issue Dec 3, 2019 · 1 comment
Closed

Use git environment variables #14

elisboa opened this issue Dec 3, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@elisboa
Copy link
Owner

elisboa commented Dec 3, 2019

Today, the project uses it's own variables, but it could use git already known variables, such as:

  • $GIT_BIN
  • $TMGIT_WORK_DIR

It should use the following git vars:

  • $GIT_DIR
  • $GIT_WORK_TREE

and these adittional others as well:

  • $GIT_COMMITTER_NAME
  • $GIT_COMMITTER_EMAIL
@elisboa elisboa added enhancement New feature or request good first issue Good for newcomers labels Dec 5, 2019
@elisboa elisboa self-assigned this Dec 5, 2019
elisboa added a commit that referenced this issue Dec 5, 2019
Today, the project uses it's own variables, but it could use git already known variables, such as:
* `$GIT_BIN`
* `$TMGIT_WORK_DIR`

It should use the following git vars:
* `$GIT_DIR`
* `$GIT_WORK_TREE`

and these adittional others as well:

* `$GIT_COMMITTER_NAME`
* `$GIT_COMMITTER_EMAIL`
@elisboa
Copy link
Owner Author

elisboa commented Dec 5, 2019

Sucessfully merged into dev branch

@elisboa elisboa closed this as completed Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant