aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-remote-gcrypt
Commit message (Collapse)AuthorAge
...
* More specific pattern for manifest filterroot2012-11-19
|
* Use $1, $2 instead of $@ hereroot2013-02-01
| | | | | If found a bug in mksh, where it would not split "$@" if IFS is null (reported).
* Fixup cleanup at exitroot2013-01-14
|
* Cleanup use of "quotes"root2013-01-22
|
* Rename main manifest globals for consistency and symmetryroot2013-02-07
|
* Unify filter_to and its negation, also make it faster by direct appendroot2013-02-03
|
* Code and naming conventions around return variablesroot2013-01-05
|
* Use filter_to for pruning Packlist after repackroot2013-01-28
|
* Replace wc -l with line_countroot2012-12-17
|
* Use filter_to for key_lineroot2012-11-22
|
* Fix checking for multiple keysroot2013-01-04
|
* Update Branchlist using filter_removeroot2012-11-23
|
* Introduce filter_to, pick_fieldsroot2012-12-09
|
* Minicleanup in do_pushroot2013-02-10
|
* Use have_packs+ file directly with greproot2012-11-10
|
* Fix bug with goodsig variableroot2013-02-08
|
* read_config: only pick first key for each key idroot2013-01-24
|
* Put the main loop for the git protocol in a functionroot2013-01-06
|
* Fix minor coding style and cleanup local variablesroot2012-11-16
|
* Don't show errors from git fetch when using the git backendroot2013-01-22
|
* Use a function for cleanup at exitroot2012-12-13
|
* Simplify formatting of the manifestroot2012-11-07
|
* Use append_toroot2012-10-27
|
* Group modifiable globals togetherroot2013-01-11
|
* Update license textroot2012-11-16
|
* Use set -u (no unset vars)root2012-12-15
|
* Use return variables for Goodsig and Signersroot2012-12-02
|
* Use setvar for return variablesroot2012-11-22
|
* Update Gref_rbranch when connectingroot2012-12-16
|
* Organize the README in a neat way, putting extra info in the Notes chapterroot2013-02-14
|
* Tone down the development version warningsroot2013-02-14
| | | | | We have now implemented the usability changes (No fragment in repository URL, and default encrypt-to-self), so no big changes planned.
* Use a shorter, simpler repo ID since users will see it (occasionally)root2013-02-14
|
* Automatically forward-port repository configroot2013-02-14
| | | | | | | | Change remote configurations when encountered: * gcrypt::ssh -> gcrypt::rsync * repo/G.XXXX -> #XXX * gitception:// -> ""
* Encrypt to self by default; basic functionality now needs no configurationroot2013-02-14
| | | | | | | | | Introduces gcrypt.participants "simple" mode which encrypts to self, and accepts any valid signature by default. No configuration needed for private repositories. We also adds remote.<name>.gcrypt-participants to configure this per remote.
* Migrate to SHA-256 and implicit repo ID (PARTIAL REPO FORMAT CHANGE)root2013-02-14
| | | | | | | | | | * local, rsync, ssh, sftp repositories are still compatible * gitception/git backend repositories are not compatible and need to be deleted and recreated * Put manifest in a static location, so we don't need #fragment in the URL * Record repository ID for each remote, and warn if it changes. * Use SHA-256 by default but allow reading SHA-224-identified packfiles * The URL #fragment identifies branch to use when using the git backend
* 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
| | | | | | | | | | | Use a simple but slow method of repacking the remote repository. Download (and verify) all packs not marked 'keep', and repack those into a new packfile. The new packfile is marked 'keep' with generation 1. After PUT is called on the manifest, we remove the redundant old packfiles. The generation number will allow further iterations of repacking to be implemented later.
* 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
| | | | | | | | 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
|
* Request signature on manifest before uploading packroot2013-02-14
| | | | | Just to ensure that the user signs the push before we upload any files (pack or manifest) to the remote.
* Support rsync://root2013-02-14
|