Commit Graph

127 Commits (c1fa611f4dd8ba9f5f76931db39050941fb745ae)
 

Author SHA1 Message Date
sobolevn c1fa611f4d
Adds an attempt to fix the CI
Changes:
1. Fixes the licence information in the `plugin.zsh` to be MIT
2. Fixes link in the README
3. Fixes some tests

Closes #54
7 years ago
Haroen Viaene 51b1797203
update from develop 7 years ago
Haroen Viaene c4fa8e2918
Fix gendered language
the person encrypting isn't necessarily male, so *their* works better in this case IMO
7 years ago
Tim Churchard d7be9f92b1
Allow git-secret to run from any directory in the work tree 7 years ago
Anton Maklakov c6a13cf405
A simpler implementation of "usage" 7 years ago
sobolevn c7ac7ad211
Fixed several issues
Changes:
1. Fixed typo in tests_base
2. Fixed `--no-index` issue
3. Refactored `add` test to be more strict

Closes #50
Refernces #46
7 years ago
sobolevn e1a627d36a
Added test to cover #50
Changes:
1. Fixed typo in `add -h`
2. Removed unused function from `usage`
7 years ago
sobolevn d9b5895bbe
Intallation instructions updated
Improved github templates with the comments

[ci skip]
7 years ago
sobolevn c9dfa68fb8
Changing deb distribution name 7 years ago
sobolevn 4d14c98778
readme fix 7 years ago
sobolevn b9fc50ad67
manuals fix 8 years ago
sobolevn 2e9e374acb
Version 0.2.1 release 8 years ago
sobolevn 00deabb0e3
This is a release commit.
Changes:
1. Now everything is tested inside the `docker`-containers and `OSX` images on `travis`.
2. We now have `CONTRIBUTING.md` and `LICENSE.md`. `README.md` is also changed.
3. We have a brand logo.
4. We have autodeploy to `bintray`.
5. Everything is `shellcheck`ed (except `tests/`).

Closes #32 #33 #34 #35 #39
8 years ago
sobolevn 3ee08d52cb
new badges [ci skip] 8 years ago
sobolevn 4740dd6223
fixed link [ci skip] 8 years ago
sobolevn e4cc0301d5
fixed link [ci skip] 8 years ago
sobolevn e3bf934835
readme and gratis 8 years ago
sobolevn b750ba6da3
some stylechanges in markdown 8 years ago
sobolevn 1e748a3c54
CONTRIBUTING.md added 8 years ago
sobolevn db0f2e1940
fixed shellcheck issues 8 years ago
sobolevn c83f41e6e2
refactored all utils and src 8 years ago
sobolevn fab0b9b1f0
fixes in finding functions, also test-make-ci added $PATH 8 years ago
sobolevn 6ea5fabf53
removed `source build-utils` from make-ci 8 years ago
sobolevn f5e40fefe0
added make distribution, updated travis and docker files 8 years ago
sobolevn 26448c9474
travis final fix 8 years ago
sobolevn a1666c8de2
travis final fix 8 years ago
sobolevn 7b7289b570
travis final fix 8 years ago
sobolevn 66b326a077
travis final fix 8 years ago
sobolevn a4d1b56925
travis fix 8 years ago
sobolevn e87efeb3c0
refactored all src folder 8 years ago
sobolevn 67218994f3
refactored all src folder 8 years ago
sobolevn a1cd887101
refactoring started, shellcheck is now supported 8 years ago
sobolevn cce852ca2d
Added `uninstall` target to the `Makefile`.
Removed `man/dest` folder, since it was an error.
8 years ago
sobolevn 8b1a01f1f6
This commit is pretty large. A lot of changes.
The full list of changes:
1. Added `.docker/` folder with Dockerfiles
2. Now `travis` runs integrational tests inside these containers
3. Now `travis` runs tests with `mac os x`
4. Now there are new ways to autodeploy `deb` and `rpm` packages
5. Fixed some issues
6. Also added `.ci/` folder, where utility scripts for travis are stored
7. Moved `git-hooks` into the separate folder: `utils/hooks/`
8. Added new target to the `Makefile`
9. `.gitignore` is updated to ignore `build/` folder and inner files
8 years ago
Sobolev Nikita c766b4c0fe Merge pull request #31 from fboender/develop
build-deb target: Create man dirs with execute permissions
8 years ago
Ferry Boender fdf24baf57 build-deb target: Create man dirs with execute permissions 8 years ago
sobolevn 410e783189 version 0.2.0 release 8 years ago
Sobolev Nikita d3cf16ea23 Merge pull request #27 from sobolevn/staging
Merging `staging` into master
8 years ago
sobolevn 691efef167 version 0.2.0 prelease 8 years ago
sobolevn 21f8b480b4 changed post-commit hook to build mans only in master 8 years ago
sobolevn b176040a83 Changed the way tests were handling `git-commit`. Since CI was failing.
Changed it to set `user.name` and `user.email`.
8 years ago
sobolevn 92be14c232 Updated the missing manual for `git-secret-changes` 8 years ago
sobolevn b5bdec9673 Added `git-secret-changes` and changed the way `decryption` worked.
Now there's a separate function `_decrypt` which handles `gpg`-decryption.
It is convinient, since both `changes` and `reveal` use it.

Also I have updated manuals to match new features. Also new `brew` repo is now officialy supported.
Added tests for the `changes` command.
8 years ago
sobolevn 8206de7ebb Added '-f' option to the `reveal` command.
This option allows to easily overwite existing giles with no prompt.
Also added documentation for the new option.

Closes #24
8 years ago
sobolevn a8c244b319 Merge branch 'master' into develop 8 years ago
sobolevn d523d8b8a9 There was a bug with `sed` command, when trying to `remove` filename with slashes.
Now it is fixed. See `_delete_line` function.
Closes #23
8 years ago
Sobolev Nikita 094721e694 Merge pull request #20 from sobolevn/sobolevn-patch-1
typo in the `ISSUE_TEMPLATE.md` filename
8 years ago
Sobolev Nikita 137da9f987 typo in the `ISSUE_TEMPLATE.md` filename 8 years ago
Sobolev Nikita 5e99af021b Merge pull request #19 from sobolevn/staging
Version 0.1.2 released
8 years ago
sobolevn a5abefba90 release v0.1.2 8 years ago