]>
Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/log
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Use gpg --with-colons --print-md
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Write gitception_get in a simpler way
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Fix retval of gitception_get
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
README, describe new option gcrypt.keyring
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Require signed masterkey (REPO FORMAT CHANGE)
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Use git config gcrypt.keyring for repository security
To verify signatures, we need a small keyring where the user has
selected just the keys who are allowed to access and update the
repository.
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Disable keyring when using symmetric crypto
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Cleanup manifest verification, require a non-empty manifest
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Fix bugs with gitception://<giturl> related to concurrency with git
Make sure we do not overwrite FETCH_HEAD. Using stacked gitception://
URLs was useful to make sure we handle our temporaries in a safe way.
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Fix bug in do_fetch, skip empty line
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Use `xgrep` function to always exit grep with success
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Fix locale handling so that gpg and git use the user locale
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Use git index-pack for much better fetch and clone
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Fix bug with batch mode
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Use only one git push for each push through gitception://
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Allow using any git repo using gcrypt::gitception://<giturl> (Experiment)
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Use SHA-224 for pack file ID (REPO FORMAT CHANGE)
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Update README
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
No default cipher-algo(!) use gpg' user's settings!
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Allow signing of the manifest file, and verifying signatures
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Match just the manifest lines that start with sha-1 for the refs
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Use gcrypt: prefix for info messages
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Disable compression before encryption
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Add comment for configuration parameter split
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Fix do_list to not break when branchlist is empty
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Use an append function, and other cleanups
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Use 'pack' lines in manifest for packs (REPO FORMAT CHANGE)
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Move getting master key and manifest into ensure_connected
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Fix warnings from shellcheck
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Fixup the README
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Small cleanup
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Update README (A git remote helper for GPG-encrypted remotes)
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
git-remote-gcrypt: A git remote helper for GPG-encrypted remotes
root [Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)]
Initial commit