aboutsummaryrefslogtreecommitdiffstats
path: root/git-remote-gcrypt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Request signature on manifest before uploading packroot2013-02-141-8/+11
* Support rsync://root2013-02-141-17/+26
* Simply detect if using git repository backend. gitception:// is unneededroot2013-02-141-23/+24
* Use grep instead of sort/uniqroot2013-02-141-2/+2
* Use batch-check to use only the remote_has commits we also have locallyroot2013-02-141-7/+6
* Allow deleting remote refsroot2013-02-141-9/+7
* Only encrypt to keys with encrypt capabilityroot2013-02-141-4/+8
* Minor cleanup (make sure used variables are clear at start)root2013-02-141-3/+6
* Add extension namespace in manifest files, 'extn' lines are preservedroot2013-02-141-1/+5
* Use a packfile passphrase of 33 bytes, parity with 256-bit cryptoroot2013-02-141-2/+2
* Obey git config user.signingkeyroot2013-02-141-1/+12
* Use 'initial commit' as message for gitception commitsroot2013-02-141-1/+1
* Use a separate symmetric key per packfile (REPO FORMAT CHANGE)root2013-02-141-33/+32
* Fix microissuesroot2013-02-141-6/+6
* Simplify sort_stable_k2root2013-02-141-2/+1
* Use a shorter repository id in the URL, to simplify a tiny bitroot2013-02-141-5/+6
* Fix trap resetsroot2013-02-141-4/+4
* Implement stable sort (Lacking in POSIX)root2013-02-141-2/+7
* Simplify isnull to use caseroot2013-02-141-1/+1
* Allow pushing into an empty repo using gitception://root2013-02-141-6/+17
* Use git rev-list --stdin and cat-file --batch-checkroot2013-02-141-6/+15