Skip to content

Commit 12b1b65

Browse files
jmurtyelasticdog
authored andcommitted
Mention pre-commit hook addition in README
1 parent 1e7afbc commit 12b1b65

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ complexity here would be worth it given transcrypt's use case.
293293
transcrypt is provided under the terms of the
294294
[MIT License](https://en.wikipedia.org/wiki/MIT_License).
295295

296-
Copyright © 2014-2019, [Aaron Bull Schaefer](mailto:[email protected]).
296+
Copyright © 2014-2020, [Aaron Bull Schaefer](mailto:[email protected]).
297297

298298
## Contributing
299299

@@ -308,3 +308,14 @@ To run the tests:
308308
- [install bats-core](https://github.com/bats-core/bats-core#installation)
309309
- run all tests with: `bats tests/`
310310
- 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.

0 commit comments

Comments
 (0)