summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Temporarily disable use of dbus, as the haskell dbus library blows up when ↵Gravatar Joey Hess2012-10-16
| | | | losing connection, which will need to be fixed upstream.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-16
|\
| * Added a comment: I can confirm the fixGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-16
| |
| * Added a commentGravatar http://joeyh.name/2012-10-16
| |
* | avoid partial !! in gpg list-keys parserGravatar Joey Hess2012-10-16
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-16
|\
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
* | structural decomposition in partitionParamsGravatar Joey Hess2012-10-16
| | | | | | | | Avoids partial !!
| * removedGravatar http://joeyh.name/2012-10-16
| |
| * Added a commentGravatar http://joeyh.name/2012-10-16
| |
| * Added a commentGravatar http://joeyh.name/2012-10-16
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
| * Added a commentGravatar http://joeyh.name/2012-10-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-16
|\
* | blog for the dayGravatar Joey Hess2012-10-16
| |
| * removedGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-16
|\
| * Added a commentGravatar http://joeyh.name/2012-10-16
| |
* | A relative core.worktree is relative to the gitdir.Gravatar Joey Hess2012-10-16
| | | | | | | | | | | | | | | | Now that this is handled correctly, git-annex can be used in git submodules. Also, fixed infelicity where Git.CurrentRepo and Git.Config.updateLocation were both dealing with core.worktree. Now updateLocation handles it for Local as well as for LocalUnknown repos.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
* | simplifyGravatar Joey Hess2012-10-15
| |
| * Added a commentGravatar http://joeyh.name/2012-10-16
| |
* | changelogGravatar Joey Hess2012-10-15
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM2012-10-16
|/
* Bug fix: A recent change caused git-annex-shell to crash.Gravatar Joey Hess2012-10-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-15
|\
* | forgot to include this in last commitGravatar Joey Hess2012-10-15
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec892012-10-16
| |
| * poll vote (Tahoe-LAFS)Gravatar 188.226.51.712012-10-16
|/
* disable ssh connection caching for standalone buildsGravatar Joey Hess2012-10-15
| | | | | | | | | | | | The standalone build does not bundle its own ssh, so should be built to support as wide an array of ssh versions as possible, so turn off connection caching. Unfortunatly, as implemented this forces a full rebuild when building the standalone binary, and of course it makes it somewhat slower. This is not ideal, but neither is probing the ssh version every time it's run (slow), or once when initializing a repo (fragile).
* Added a commentGravatar http://joeyh.name/2012-10-15
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkywesyg6tKBZcmxJ2EMUO89DZL1LZ7Sng2012-10-15
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU2012-10-15
|
* allow OPTFLAGS to be overriddenGravatar Joey Hess2012-10-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-10-14
|\
* | blog for the dayGravatar Joey Hess2012-10-14
| |
* | drop old config when rereading repo configGravatar Joey Hess2012-10-14
| | | | | | | | | | Before, the new config was merged into the old, so if eg, a remote was renamed, it would have both the new and the old remote name.
* | make repo description optionalGravatar Joey Hess2012-10-14
| |
* | logic errorGravatar Joey Hess2012-10-14
| |
* | handle transfer repository bootstrappingGravatar Joey Hess2012-10-14
| | | | | | | | | | | | | | | | When there's just 1 client repo, and a transfer repo is created, its preferred content will now make it prefer all content in the client, even though there's no other client yet to transfer it to. Presumably, another client will be created eventually. It might even already exist, and the transfer repo will be used to connect up with it.
| * poll vote (OpenStack SWIFT)Gravatar 84.112.131.622012-10-14
| |
* | nub the autostart fileGravatar Joey Hess2012-10-14
| | | | | | | | | | It's possible for the file to get duplicate lines in it, and if so, we want to ignore the dups.
* | updateGravatar Joey Hess2012-10-14
| |
* | reorderGravatar Joey Hess2012-10-14
| | | | | | | | get list of remotes after, rather than before, a potentially blocking action
* | fix display of transfers for remotes not in syncRemotes listGravatar Joey Hess2012-10-14
| |
* | better variable nameGravatar Joey Hess2012-10-14
| |