aboutsummaryrefslogtreecommitdiffstats
path: root/git-remote-gcrypt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't show errors from git fetch when using the git backendroot2013-01-221-2/+2
* Use a function for cleanup at exitroot2012-12-131-1/+6
* Simplify formatting of the manifestroot2012-11-071-4/+7
* Use append_toroot2012-10-271-16/+24
* Group modifiable globals togetherroot2013-01-111-2/+2
* Update license textroot2012-11-161-2/+4
* Use set -u (no unset vars)root2012-12-151-2/+2
* Use return variables for Goodsig and Signersroot2012-12-021-12/+16
* Use setvar for return variablesroot2012-11-221-27/+31
* Update Gref_rbranch when connectingroot2012-12-161-15/+16
* Organize the README in a neat way, putting extra info in the Notes chapterroot2013-02-141-2/+2
* Tone down the development version warningsroot2013-02-141-1/+1
* Use a shorter, simpler repo ID since users will see it (occasionally)root2013-02-141-4/+5
* Automatically forward-port repository configroot2013-02-141-0/+22
* Encrypt to self by default; basic functionality now needs no configurationroot2013-02-141-2/+11
* Migrate to SHA-256 and implicit repo ID (PARTIAL REPO FORMAT CHANGE)root2013-02-141-47/+88
* Do not use grep -F (busybox incompatible)root2013-02-141-5/+5
* Give warning about future format changeroot2013-02-141-0/+1
* Allow user to set $GCRYPT_FULL_REPACK to force repack of remoteroot2013-02-141-0/+6
* Unify all uses of traproot2013-02-141-8/+4
* Factor out common code in do_fetch and repackroot2013-02-141-21/+15
* Use normal "url-safe" variant of base64 for repo url fragmentroot2013-02-141-1/+1
* Use rsync for both rsync and ssh accessroot2013-02-141-23/+14
* Repack the encrypted remote regularlyroot2013-02-141-2/+133
* Simplify informational output to emphasize the new repo URLroot2013-02-141-3/+2
* Parameterise type of hash usedroot2013-02-141-6/+6
* Fix iseq for null stringsroot2013-02-141-2/+2
* Use config gcrypt.participants for GPG key idsroot2013-02-141-37/+48
* Use URL fragment for repository id instead of G.*root2013-02-141-8/+10