Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,6 @@ | ||
v0.3.1 (2016-06-09) | ||
=================== | ||
- Fix link typo in readme. | ||
v0.3.0 (2016-06-09) | ||
@@ -2,0 +7,0 @@ =================== |
{ | ||
"name": "gitlock", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Add a SHA-256 wrapper to increase the security of Git. It can also protect your copyright by adding timestamps from trusted Time Stamping Authority.", | ||
@@ -5,0 +5,0 @@ "keywords": ["git", "lock"], |
@@ -8,3 +8,3 @@ GitLock | ||
In essence, it just adds tags. It doesn't modify your repo's internals, so it's safe - Your history and commit IDs will remain unchanged. It's compatible with Git (1.8.3 or higher), GitHub, and BitBucket. For details see "architecture.md". Take a brief look at the effect after locked: | ||
In essence, GitLock just adds tags. It doesn't modify your repo's internals, so it's safe - Your history and commit IDs will remain unchanged. It's compatible with Git (1.8.3 or higher), GitHub, and BitBucket. For details see "architecture.md". Take a brief look at the effect after locked: | ||
@@ -24,3 +24,3 @@ - [Example lock list](https://github.com/zizisoft/gitlock/tags?after=gitlock-000-sha256-4e8abc37d6efd2f054aea3da5f10a6f7421fc5b9e09e5b4373ae08596e1b26ca) (Click `...` to see lock details. Note that year 2005 isn't the timestamp date - it's just a fake date to isolate locks from releases for readability.) | ||
- Make sure you have [Node.js](https://nodejs.org/) on your computer. | ||
- Use the command `npm install -g gitlock` (may need `sudo`). | ||
- Use the command `npm install -g gitlock` (may need `sudo`) to install GitLock. | ||
@@ -235,4 +235,3 @@ Usage | ||
- On Mac OS, open KeyChain, then export the `UTN-USERFirst-Object` certificate. | ||
- Or download this certificate [here](https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/910/93/ | ||
old-utn-userfirst-object). | ||
- Or download this certificate [here](https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/910/93/old-utn-userfirst-object). | ||
@@ -334,3 +333,2 @@ Then rename the file to "`2c3e3f84.0`" (Very important. The filename must be in `xxxxxxxx.0` format). | ||
A: Root certificates are special. System doesn't check root's signature. So it doesn't matter. See [this article](https://blog.qualys.com/ssllabs/2014/09/09/sha1-deprecation-what-you-need-to- | ||
know). | ||
A: Root certificates are special. System doesn't check root's signature. So it doesn't matter. See [this article](https://blog.qualys.com/ssllabs/2014/09/09/sha1-deprecation-what-you-need-to-know). |
127361
331