Merge branch 'develop' of https://github.com/sobolevn/git-secret into develop

pull/13/head
sobolevn 9 years ago
commit b285eb91ed

@ -1,6 +1,8 @@
language: c language: c
sudo: false env:
- SECRETS_GPG_COMMAND=gpg
- SECRETS_GPG_COMMAND=gpg2
branches: branches:
only: only:
@ -8,6 +10,7 @@ branches:
- develop - develop
install: install:
- test $SECRETS_GPG_COMMAND = gpg2 && sudo apt-get install gnupg2 || echo 0
- make install-test - make install-test
script: script:

@ -16,7 +16,7 @@ function tell {
h) _show_manual_for "tell";; h) _show_manual_for "tell";;
m) # Set email of the git current user: m) # Set email of the git current user:
email=$(git config user.email) || _abort "'git congig user.email' is not set." email=$(git config user.email) || _abort "'git config user.email' is not set."
;; ;;
d) homedir=$OPTARG;; d) homedir=$OPTARG;;

Loading…
Cancel
Save