aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* release version 1.0.0 (Debian revision -1)debian/1.0.0-11.0.0Sean Whitton2016-07-04
|
* bump standards versionSean Whitton2016-07-04
|
* changelog: see alsoSean Whitton2016-07-04
|
* add "Note to users of GnuPG version 2" to manpageSean Whitton2016-07-04
|
* suppress warning about keyid matching multiple fpsSean Whitton2016-07-04
| | | | | Based on commit a72eb5d9520a8d7fa23478aeb1c14a14e66c19a2 by Raphaël Droz's fork -- thanks.
* pass gcrypt.gpg-args most robustlySean Whitton2016-07-04
|
* close another bugSean Whitton2016-07-04
|
* drop github Closes lines as issue tracker deletedSean Whitton2016-07-04
|
* changelogSean Whitton2016-07-04
|
* Fix #20.Sebastian Reuße2016-07-04
| | | | | | | | | | | | | When a gcrypt remote is not available, for any reason (network being down, the drive containing it not being mounted, etc), pushing to the remote causes a new repository ID to be created. Instead, we now fail loudly when a remote is unavailable and when the remote ID is already set. https://github.com/bluss/git-remote-gcrypt/issues/20 (cherry picked from commit b46d48af15e0f8b89f2666aff2c045c9306305d6)
* GCRYPT_GPG_ARGS env var -> gcrypt.gpg-args confSean Whitton2016-07-04
|
* justify existing lintian overrideSean Whitton2016-07-04
|
* fix d/links -- dh_compress runs after dh_linkSean Whitton2016-07-04
|
* gbp.conf: drop non-functional filtering settingsSean Whitton2016-07-04
| | | | | | The filter directive filters imported upstream tarballs but fails to filter generated tarballs. It doesn't actually matter because source format version 3 will ignore a debian/ subdir in an orig tarball.
* fix minor error in d/linksSean Whitton2016-07-04
|
* add d/linksSean Whitton2016-07-04
|
* gbp.conf: rewrite with commentsSean Whitton2016-07-04
| | | | We do actually need separate Debian and upstream tags.
* gbp.conf: standardise based on dh-make-elpaSean Whitton2016-07-04
|
* gbp.conf: set debian-branch = upstream-branchSean Whitton2016-07-04
|
* use same github issue closing syntax as joeySean Whitton2016-06-29
|
* changelog tweakSean Whitton2016-06-29
|
* changelog subheadingsSean Whitton2016-06-29
|
* merge changelogsSean Whitton2016-04-20
| | | | | | - easier to maintain - preserves history of Joey's old changes - permitted by policy
* more changelog wordingSean Whitton2016-04-02
|
* changelog wordingSean Whitton2016-01-18
|
* d/changelog: updateSean Whitton2016-01-18
|
* filter Debian stuff out of pristine-tar branchSean Whitton2016-01-18
|
* d/changelog: updateSean Whitton2016-01-18
|
* CHANGELOG -> markdownSean Whitton2016-01-18
|
* debian/copyright: updateSean Whitton2016-01-17
|
* remove Lintian override no-upstream-changelogSean Whitton2016-01-17
|
* d/patches: Debianise README.rstSean Whitton2016-01-17
|
* rm old patch, whoopsSean Whitton2016-01-17
|
* update URIs in debian/changelogSean Whitton2016-01-17
|
* switch back to non-native packageSean Whitton2016-01-17
| | | | | | Since we can expect this software to see use outside of Debian. closes bluss#12
* d/changelog: updateSean Whitton2016-01-17
|
* Merge remote-tracking branch 'chrysn/master' into develSean Whitton2016-01-17
|\
| * Use git's the gpg.program if configuredchrysn2015-12-21
| | | | | | | | | | | | | | | | | | | | Keyrings managed with gpg2 can contain secret keys whose public part is unavailable to classic gpg; on the other hand, gpg2 won't see keys created in gpg after an initial import. Situations in which error messages like "gpg: error reading key: public key not found" pop up can now be circumvented by setting the gpg.program git configuration entry to gpg2.
* | implement GCRYPT_GPG_ARGSSean Whitton2016-01-17
| |
* | d/copyright: updateSean Whitton2016-01-17
| |
* | changelog entry for version 1.0.0!Sean Whitton2016-01-17
| |
* | Merge remote-tracking branch 'joeyh/master' into develSean Whitton2016-01-07
|\|
| * added gcrypt.publish-participants configurationJoey Hess2014-07-15
| | | | | | | | Fixes https://github.com/blake2-ppc/git-remote-gcrypt/issues/9
| * fix on OSXJoey Hess2014-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set -e causes the xecho to not run if the xgrep fails. At least with OSX's /bin/sh, which is: GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13) This didn't happen on Linux with: GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu) Possibly a bug in bash, or an OSX-specific bug. However, disabling set -e in the subshell seems a good idea anyway. fixes https://github.com/blake2-ppc/git-remote-gcrypt/issues/15
| * Fix to work when there is no controlling terminal, but GPG_AGENT_INFO is ↵Joey Hess2014-05-15
| | | | | | | | | | | | | | set. Pass --no-tty to gpg in this situation. This is needed to interoperate with the git-annex assistant, which often runs without a controlling terminal, and will in a new version always do so. Conflicts: debian/changelog
| * remove any git config for dummy-gcrypt-check remoteJoey Hess2013-09-27
| | | | | | | | The gcrypt-id is cached to there when running --check
| * stop passing --fast-listJoey Hess2013-09-26
| | | | | | | | | | For unknown reasons, it makes --list-keys sometimes not show fingerprints of certian keys.
| * Merge branch 'better_signature_validation' of ↵Joey Hess2013-09-19
| |\ | | | | | | | | | https://github.com/jburnham/git-remote-gcrypt
| | * Better signature validation for subkeys.Justin Burnham2013-09-18
| | |
| * | improve docsJoey Hess2013-09-19
| | |