aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.rst
Commit message (Collapse)AuthorAge
...
* Add ./install.sh to install git-remote-gcrypt and its man pageroot2013-02-14
|
* Document manifest fields betterroot2013-02-14
|
* Use config gcrypt.participants for GPG key idsroot2013-02-14
| | | | | | | | Instead of using a separate keyring file (gcrypt.keyring is now deprecated!), use a simple list of key ids. Extract all keyids and use these to match GOODSIG <keyid> manually on the gpg status output. The gcrypt.keyring variable is still used, but it will be removed later.
* Use URL fragment for repository id instead of G.*root2013-02-14
|
* Support rsync://root2013-02-14
|
* Simply detect if using git repository backend. gitception:// is unneededroot2013-02-14
| | | | | Simply treat absolute paths that do not lead to a HEAD file as local directory backends, and all other as git backends.
* Update READMEroot2013-02-14
|
* Allow deleting remote refsroot2013-02-14
|
* Update README so it can generate a man page with rst2manroot2013-02-14
|
* Add extension namespace in manifest files, 'extn' lines are preservedroot2013-02-14
|
* Obey git config user.signingkeyroot2013-02-14
|
* Use a separate symmetric key per packfile (REPO FORMAT CHANGE)root2013-02-14
| | | | | A separate key per pack is simpler and costs us very little; with repack changes later it will be possible to change keys regularly.
* Update READMEroot2013-02-14
|
* Use a shorter repository id in the URL, to simplify a tiny bitroot2013-02-14
|
* Fix reST syntax in READMEroot2013-02-14
|
* Update READMEroot2013-02-14