File tree 1 file changed +12
-1
lines changed 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ complexity here would be worth it given transcrypt's use case.
293
293
transcrypt is provided under the terms of the
294
294
[ MIT License] ( https://en.wikipedia.org/wiki/MIT_License ) .
295
295
296
- Copyright
© ; 2014-
2019 ,
[ Aaron Bull Schaefer
] ( mailto:[email protected] ) .
296
+ Copyright
© ; 2014-
2020 ,
[ Aaron Bull Schaefer
] ( mailto:[email protected] ) .
297
297
298
298
## Contributing
299
299
@@ -308,3 +308,14 @@ To run the tests:
308
308
- [ install bats-core] ( https://github.com/bats-core/bats-core#installation )
309
309
- run all tests with: ` bats tests/ `
310
310
- run an individual test with e.g: ` ./tests/test_help.bats `
311
+
312
+ ## Changes
313
+
314
+ Improvements:
315
+
316
+ - Add Git pre-commit hook to reject commit of file that should be encrypted but
317
+ has plain text content: a safety mechanism to prevent accidental commits of
318
+ plain text files staged by tools that do not respect the .gitattribute
319
+ filters Transcrypt needs to do its job.
320
+
321
+ - Add functional tests.
You can’t perform that action at this time.
0 commit comments