aboutsummaryrefslogtreecommitdiffstats
path: root/git-remote-gcrypt
Commit message (Expand)AuthorAgeFilesLines
* Use git's the gpg.program if configuredchrysn2016-02-051-2/+3
* Fix #20.Sebastian Reuße2016-01-221-1/+6
* added gcrypt.publish-participants configurationJoey Hess2014-07-151-1/+9
* fix on OSXJoey Hess2014-05-191-2/+4
* Fix to work when there is no controlling terminal, but GPG_AGENT_INFO is set....Joey Hess2014-05-151-8/+19
* remove any git config for dummy-gcrypt-check remoteJoey Hess2013-09-271-0/+1
* stop passing --fast-listJoey Hess2013-09-261-1/+1
* Merge branch 'better_signature_validation' of https://github.com/jburnham/git...Joey Hess2013-09-191-5/+10
|\
| * Better signature validation for subkeys.Justin Burnham2013-09-181-5/+10
* | --check option to see if a repo exists and can be decryptedJoey Hess2013-09-191-8/+25
* | add remote.<name>.gcrypt-signingkey configJoey Hess2013-09-171-1/+2
* | set --trust-model=always when encryptingJoey Hess2013-09-161-2/+2
|/
* Remove deprecated /G.XxX.. repository "url fragments" (previously autofixed)root2013-03-081-14/+0
* Remove deprecated gcrypt::ssh:// (use rsync instead, previously autofixed)root2013-03-051-8/+0
* Remove deprecated config gcrypt.keyring (use gcrypt.participants or default)root2013-03-141-10/+1
* Simplify by replacing echo_kill with a pipefail functionroot2013-03-091-12/+11
* Use directory in /tmp for temporary filesroot2013-03-101-23/+24
* Add license header and the text of the GNU GPLroot2013-03-031-6/+15
* Use a longer pack keyroot2013-03-031-1/+1
* Encrypt and hash the new packfile streaminglyroot2013-01-251-5/+9
* Simplify the use of the object list fileroot2012-11-261-7/+8
* Introduce xfeed output functionroot2013-01-071-13/+17
* Combine tempfile naming into one functionroot2013-02-031-23/+31
* Guard verify-pack and pack-objects and die on errorroot2013-02-221-3/+6
* Use pathname expansion only where neededroot2013-02-221-2/+4
* Fix GCRYPT_FULL_REPACK to also repack when target has only 1 packroot2012-12-251-1/+1
* Simplify PRIVENCRYPTroot2013-02-231-11/+5
* Simplify line_count and pick_fieldsroot2013-01-061-15/+10
* remove splitcolon useroot2013-02-141-40/+30
* use gpg_hashroot2013-01-231-4/+1
* Refactor fetch and repackroot2012-11-101-132/+101
* More specific pattern for manifest filterroot2012-11-191-2/+2
* Use $1, $2 instead of $@ hereroot2013-02-011-1/+1
* Fixup cleanup at exitroot2013-01-141-1/+2
* Cleanup use of "quotes"root2013-01-221-4/+4
* Rename main manifest globals for consistency and symmetryroot2013-02-071-12/+12
* Unify filter_to and its negation, also make it faster by direct appendroot2013-02-031-28/+17
* Code and naming conventions around return variablesroot2013-01-051-64/+68
* Use filter_to for pruning Packlist after repackroot2013-01-281-2/+12
* Replace wc -l with line_countroot2012-12-171-7/+16
* Use filter_to for key_lineroot2012-11-221-1/+2
* Fix checking for multiple keysroot2013-01-041-1/+1
* Update Branchlist using filter_removeroot2012-11-231-15/+20
* Introduce filter_to, pick_fieldsroot2012-12-091-26/+78
* Minicleanup in do_pushroot2013-02-101-4/+4
* Use have_packs+ file directly with greproot2012-11-101-4/+8
* Fix bug with goodsig variableroot2013-02-081-3/+3
* read_config: only pick first key for each key idroot2013-01-241-0/+3
* Put the main loop for the git protocol in a functionroot2013-01-061-52/+60
* Fix minor coding style and cleanup local variablesroot2012-11-161-14/+10