]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/shortlog
gamesguru/git-remote-gcrypt.git
2013-02-14 rootUse git rev-list --stdin and cat-file --batch-check
2013-02-14 rootUse utility functions for testing for equal and null...
2013-02-14 rootReplace use of printf and echo with a safe variant
2013-02-14 rootBig coding style shakeup, use Titlecase and lowercase...
2013-02-14 rootFix quoting of '$' for grep
2013-02-14 rootFix incompatibilities with bash
2013-02-14 rootFix reST syntax in README
2013-02-14 rootUpdate README
2013-02-14 rootGenerate a Repository ID and verify it in the manifest...
2013-02-14 rootUse manifest file for master key, branches and packs...
2013-02-14 rootUpdate README
2013-02-14 rootWhen decrypting or verifying the master key, check...
2013-02-14 rootProvide clear messages for signing and verifying
2013-02-14 rootUse gpg --secret-keyring /dev/null where possible
2013-02-14 rootUse gpg --with-colons --print-md
2013-02-14 rootWrite gitception_get in a simpler way
2013-02-14 rootFix retval of gitception_get
2013-02-14 rootREADME, describe new option gcrypt.keyring
2013-02-14 rootRequire signed masterkey (REPO FORMAT CHANGE)
2013-02-14 rootUse git config gcrypt.keyring for repository security
2013-02-14 rootDisable keyring when using symmetric crypto
2013-02-14 rootCleanup manifest verification, require a non-empty...
2013-02-14 rootFix bugs with gitception://<giturl> related to concurre...
2013-02-14 rootFix bug in do_fetch, skip empty line
2013-02-14 rootUse `xgrep` function to always exit grep with success
2013-02-14 rootFix locale handling so that gpg and git use the user...
2013-02-14 rootUse git index-pack for much better fetch and clone
2013-02-14 rootFix bug with batch mode
2013-02-14 rootUse only one git push for each push through gitception://
2013-02-14 rootAllow using any git repo using gcrypt::gitception...
2013-02-14 rootUse SHA-224 for pack file ID (REPO FORMAT CHANGE)
2013-02-14 rootUpdate README
2013-02-14 rootNo default cipher-algo(!) use gpg' user's settings!
2013-02-14 rootAllow signing of the manifest file, and verifying signa...
2013-02-14 rootMatch just the manifest lines that start with sha-1...
2013-02-14 rootUse gcrypt: prefix for info messages
2013-02-14 rootDisable compression before encryption
2013-02-14 rootAdd comment for configuration parameter split
2013-02-14 rootFix do_list to not break when branchlist is empty
2013-02-14 rootUse an append function, and other cleanups
2013-02-14 rootUse 'pack' lines in manifest for packs (REPO FORMAT...
2013-02-14 rootMove getting master key and manifest into ensure_connected
2013-02-14 rootFix warnings from shellcheck
2013-02-14 rootFixup the README
2013-02-14 rootSmall cleanup
2013-02-14 rootUpdate README (A git remote helper for GPG-encrypted...
2013-02-14 rootgit-remote-gcrypt: A git remote helper for GPG-encrypte...
2013-02-14 rootInitial commit