Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added git-annex remotedaemon | 2014-04-06 | |
| | | | | | | | | | So far, handling connecting to git-annex-shell notifychanges, and pulling immediately when a change is pushed to a remote. A little bit buggy (crashes after the first pull), but it already works! This commit was sponsored by Mark Sheppard. | ||
* | git-annex-shell: Added notifychanges command. | 2014-04-05 | |
This will be used by the remote-daemon to quickly tell when changes have been pushed from some other repository into a ssh remote. Adjusted the remote-daemon protocol to communicate changed shas, rather than git branch refs. This way, it can easily check if a sha is new. This commit was sponsored by Carlos Trijueque Albarran. |