mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-06 15:20:36 +00:00
9d0a2ac1c1
Changes: 1. Fixes #86, now all variables are accessed as functions 2. Fixes #85, now these use cases are working correctly 3. Fixes #83, now init works relative to `.git` folder 4. Closes #77, zsh-plugin is deprecated 5. Refs #53, done some refactoring to tests 6. Closes #82, added additional information to pull-request template 7. Refs #22, plugins are deprecated 8. Also made a lot of improvments into both code and tests
26 lines
851 B
Markdown
26 lines
851 B
Markdown
<!-- Thanks for sending a pull request!
|
||
|
||
Here's how it's done:
|
||
0. If you are planing a large feature, please, discuss it first in the separate issue
|
||
1. Make sure that you open your pull-request to the `develop` branch (master branch is protected anyways)
|
||
2. Make sure that tests pass
|
||
3. Make sure that your code has the same style
|
||
|
||
Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below. -->
|
||
|
||
What does this implement/fix? Explain your changes.
|
||
---------------------------------------------------
|
||
…
|
||
|
||
Does this close any currently open issues?
|
||
------------------------------------------
|
||
…
|
||
|
||
Any relevant logs, error output, etc?
|
||
-------------------------------------
|
||
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
|
||
|
||
Any other comments?
|
||
-------------------
|
||
…
|