sobolevn
3577c165ec
Added -i
flag to the git-secret-add
command, which now auto-ignores unignored files.
...
Also added a test case for this feature.
Other changes:
1. refactored `Makefile` to have `.PHONY` marks
2. added install target to the `Makefile`, now one can run `make install` (with optional `$PREFIX` variable)
3. updated docs for `git-secret.7`, `git-secret-add.1`
4. refactored some commands to `shift` arguments
5. added a test case to the 'other-file-extension' situation
5. added `.github` folder to store templates
Closed #18
2016-05-14 14:03:33 +03:00
sobolevn
70ce25c899
Solved the issue with gpg2 >= 2.1
...
The reason was with the `_user_required` function. It was checking for the `pubring.gpg` file, which was renamed in the `gpg2` >= 2.1
So I have removed this check, leaving other things in place.
Closes #6
2016-05-12 14:22:41 +03:00
sobolevn
b285eb91ed
Merge branch 'develop' of https://github.com/sobolevn/git-secret into develop
2016-04-10 14:17:06 +03:00
sobolevn
1161098f12
Fixes the gpg2
issue by changing the way fixture installation and uninstallation were handled.
...
Also `--dry-run` option was added to the `git-secret` command.
2016-04-10 14:14:41 +03:00
Sobolev Nikita
d0aed54a52
Merge pull request #11 from juliosueiras/patch-2
...
Added travis test for gpg and gpg2
2016-04-04 19:23:57 +03:00
Julio Sueiras
a9d69e24d4
Added travis test for gpg and gpg2
2016-04-04 12:13:06 -04:00
Sobolev Nikita
03400da580
Merge pull request #5 from juliosueiras/patch-1
...
Typo fix
2016-04-04 00:56:18 +03:00
Julio Sueiras
60c849acef
Typo fix
...
Typo fix from `git congig user.email` to `git config user.email`
2016-04-03 17:46:26 -04:00
sobolevn
41c07eed73
installation fixes
2016-03-13 15:22:42 +03:00
mail@sobolevn.me
38983de6ee
staging
2016-03-13 14:09:47 +03:00
mail@sobolevn.me
1904ebdb86
pre-staging
2016-03-13 14:07:30 +03:00
mail@sobolevn.me
874a4468d7
release
2016-03-13 13:27:36 +03:00
sobolevn
255c948755
release
2016-03-13 13:19:31 +03:00
elinamorits
702c9e1bfb
Merge branch 'develop'
2016-03-13 13:08:15 +03:00
elinamorits
c78bc099a7
prerelease
2016-03-13 13:06:18 +03:00
elinamorits
455cfc468b
man7 created & install.sh working
2016-03-13 12:51:55 +03:00
elinamorits
73a6e041fa
fixed .deb package creation
2016-03-13 00:35:05 +03:00
elinamorits
86a214574d
debian/ubuntu packages
2016-03-12 22:21:04 +03:00
Sobolev Nikita
39c5d56f06
Merge pull request #1 from elinamorits/master
...
manuals fixed
2016-03-12 19:28:31 +03:00
elinamorits
773f77d5ef
Update git-secret.7.ronn
2016-03-12 16:48:59 +01:00
elinamorits
92b56915e1
Update git-secret-init.1.ronn
2016-03-12 16:47:11 +01:00
elinamorits
9963bd657f
Update git-secret-init.1.ronn
2016-03-12 16:46:52 +01:00
elinamorits
e8084812a7
Update git-secret-init.1.ronn
2016-03-12 16:46:32 +01:00
elinamorits
7bf98a119e
Update git-secret-hide.1.ronn
2016-03-12 16:45:47 +01:00
elinamorits
88ac289b31
Update git-secret-reveal.1.ronn
2016-03-12 16:44:01 +01:00
elinamorits
2f34fc186b
Update git-secret-tell.1.ronn
2016-03-12 16:42:15 +01:00
elinamorits
8e53c0a8cd
Update git-secret.7.ronn
2016-03-12 16:37:52 +01:00
elinamorits
5452e2b69c
Update git-secret.7.ronn
2016-03-12 15:25:21 +01:00
sobolevn
58c75eb0d2
new links
2016-02-24 14:27:05 +03:00
sobolevn
368be9790a
new README
2016-02-24 14:24:07 +03:00
sobolevn
fa1ab30fd8
post-commit hook with web-docs added
2016-02-24 13:57:29 +03:00
sobolevn
4e7e351adf
hooks updated, intro fixes
2016-02-24 13:26:05 +03:00
sobolevn
d2d9859a7e
fix for manuals
2016-02-24 00:54:47 +03:00
sobolevn
4ea9682f89
pre fix
2016-02-24 00:48:25 +03:00
sobolevn
9546261bae
pre fix
2016-02-24 00:45:37 +03:00
sobolevn
259d0f3417
pre fix
2016-02-24 00:45:06 +03:00
sobolevn
9f1a5f7510
test
2016-02-24 00:40:47 +03:00
sobolevn
5c7a51bb30
post-commit hook with web-docs added
2016-02-24 00:37:14 +03:00
sobolevn
c13535ddc3
post-commit hook with web-docs added
2016-02-24 00:35:25 +03:00
sobolevn
f04f42b62f
improve gh-pages target
2016-02-24 00:28:45 +03:00
sobolevn
8d6df3c8a4
gh-pages makefile
2016-02-24 00:25:39 +03:00
sobolevn
36061e6962
usage started
2016-02-24 00:16:40 +03:00
sobolevn
e98e70a9d2
gitignore fixed
2016-02-23 13:12:44 +03:00
sobolevn
bd36ba1ea0
gitignore fixed
2016-02-23 13:05:17 +03:00
sobolevn
34a5481873
gh-pages started
2016-02-23 00:10:18 +03:00
sobolevn
bf6fdac0b2
manuals finished, new help based on man, zsh plugin
2016-02-22 13:52:15 +03:00
sobolevn
6278d2e597
somehow git repo fucked up
2016-02-21 16:53:02 +03:00
sobolevn
8d16a0e679
manuals, help text, style fixes
2016-02-21 16:41:20 +03:00
sobolevn
b370149e18
fixes after makefile crash
2016-02-21 16:26:17 +03:00
sobolevn
9d38280603
manuals updated, development hook created
2016-02-21 13:49:53 +03:00