aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-remote-gcrypt
Commit message (Expand)AuthorAge
* Tone down the development version warningsroot2013-02-14
* Use a shorter, simpler repo ID since users will see it (occasionally)root2013-02-14
* Automatically forward-port repository configroot2013-02-14
* Encrypt to self by default; basic functionality now needs no configurationroot2013-02-14
* Migrate to SHA-256 and implicit repo ID (PARTIAL REPO FORMAT CHANGE)root2013-02-14
* Do not use grep -F (busybox incompatible)root2013-02-14
* Give warning about future format changeroot2013-02-14
* Allow user to set $GCRYPT_FULL_REPACK to force repack of remoteroot2013-02-14
* Unify all uses of traproot2013-02-14
* Factor out common code in do_fetch and repackroot2013-02-14
* Use normal "url-safe" variant of base64 for repo url fragmentroot2013-02-14
* Use rsync for both rsync and ssh accessroot2013-02-14
* Repack the encrypted remote regularlyroot2013-02-14
* Simplify informational output to emphasize the new repo URLroot2013-02-14
* Parameterise type of hash usedroot2013-02-14
* Fix iseq for null stringsroot2013-02-14
* Use config gcrypt.participants for GPG key idsroot2013-02-14
* Use URL fragment for repository id instead of G.*root2013-02-14
* Request signature on manifest before uploading packroot2013-02-14
* Support rsync://root2013-02-14
* Simply detect if using git repository backend. gitception:// is unneededroot2013-02-14
* Use grep instead of sort/uniqroot2013-02-14
* Use batch-check to use only the remote_has commits we also have locallyroot2013-02-14
* Allow deleting remote refsroot2013-02-14
* Only encrypt to keys with encrypt capabilityroot2013-02-14
* Minor cleanup (make sure used variables are clear at start)root2013-02-14
* Add extension namespace in manifest files, 'extn' lines are preservedroot2013-02-14
* Use a packfile passphrase of 33 bytes, parity with 256-bit cryptoroot2013-02-14
* Obey git config user.signingkeyroot2013-02-14
* Use 'initial commit' as message for gitception commitsroot2013-02-14
* Use a separate symmetric key per packfile (REPO FORMAT CHANGE)root2013-02-14
* Fix microissuesroot2013-02-14
* Simplify sort_stable_k2root2013-02-14
* Use a shorter repository id in the URL, to simplify a tiny bitroot2013-02-14
* Fix trap resetsroot2013-02-14
* Implement stable sort (Lacking in POSIX)root2013-02-14
* Simplify isnull to use caseroot2013-02-14
* Allow pushing into an empty repo using gitception://root2013-02-14
* Use git rev-list --stdin and cat-file --batch-checkroot2013-02-14
* Use utility functions for testing for equal and null stringsroot2013-02-14
* Replace use of printf and echo with a safe variantroot2013-02-14
* Big coding style shakeup, use Titlecase and lowercase variablesroot2013-02-14
* Fix quoting of '$' for greproot2013-02-14
* Fix incompatibilities with bashroot2013-02-14
* Generate a Repository ID and verify it in the manifest (REPO FORMAT CHANGE)root2013-02-14
* Use manifest file for master key, branches and packs (REPO FORMAT CHANGE)root2013-02-14
* When decrypting or verifying the master key, check input typeroot2013-02-14
* Provide clear messages for signing and verifyingroot2013-02-14
* Use gpg --secret-keyring /dev/null where possibleroot2013-02-14
* Use gpg --with-colons --print-mdroot2013-02-14