summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* devblogGravatar Joey Hess2014-03-02
|
* pre-commit-annex hook script to automatically extract metadata from lots of ↵Gravatar Joey Hess2014-03-02
| | | | | | | | | | | | | | | | | | types of files Using the extract(1) program to do the heavy lifting. Decided to make git-annex run pre-commit-annex when committing. Since git-annex pre-commit also runs it, it'll be run when git commit is run too, via the pre-commit hook. This basically gives back the pre-commit hook that git-annex took away. The implementation avoids repeatedly looking for the hook script when the assistant is running and committing repeatedly; only checks if the hook is available once. To make the script simpler, made git-annex metadata -s field?=value only set a field when it's not already got a value. This commit was sponsored by bak.
* updateGravatar Joey Hess2014-03-02
|
* view: Refuse to enter a view when no branch is currently checked out.Gravatar Joey Hess2014-03-02
|
* updateGravatar Joey Hess2014-03-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-03-02
|\
* | doc improvementsGravatar Joey Hess2014-03-02
| |
* | fix combining of FIlterValuesGravatar Joey Hess2014-03-02
| |
* | vadd: Allow listing multiple desired values for a field.Gravatar Joey Hess2014-03-02
| |
* | view, vfilter: Add support for filtering tags and values out of a view, ↵Gravatar Joey Hess2014-03-02
| | | | | | | | | | | | | | | | | | | | using !tag and field!=value. Note that negated globs are not supported. Would have complicated the code to add them, without changing the data type serialization in a non-backwards-compatable way. This commit was sponsored by Denver Gingerich.
| * Added a commentGravatar https://id.koumbit.net/anarcat2014-03-02
| |
| * Added a comment: XMPP something to do with it?Gravatar https://www.google.com/accounts/o8/id?id=AItOawntVnR-Z5ghYInvsElbDeADPSuCsF18iTY2014-03-02
| |
| * Added a comment: Didn't workGravatar https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o2014-03-01
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c2014-03-01
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82014-03-01
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82014-03-01
| |
| * (no commit message)Gravatar gueux2014-03-01
|/
* simplifyGravatar Joey Hess2014-03-01
|
* windows build script back to normalGravatar Joey Hess2014-03-01
|
* retrying windows yesod-staticGravatar Joey Hess2014-03-01
|
* annex.listen can be configured, instead of using --listenGravatar Joey Hess2014-03-01
|
* Revert "force cabal rebuild on windows for warp-tls"Gravatar Joey Hess2014-02-28
| | | | This reverts commit ec4b8ef1f437c69a2e85e97134776162ec7693b8.
* force cabal rebuild on windows for warp-tlsGravatar Joey Hess2014-02-28
|
* devblogGravatar Joey Hess2014-02-28
|
* remove buggy --listen=host:port supportGravatar Joey Hess2014-02-28
|
* docs for remote webapp, securelyGravatar Joey Hess2014-02-28
|
* depend on warp-tls.. at least for nowGravatar Joey Hess2014-02-28
|
* use https when .git/annex/privkey.pem and .git/annex/certificate.pem exist ↵Gravatar Joey Hess2014-02-28
| | | | | | | (untested) I have not managed to generate a key that is accepted by the old version of warp-tls I have here.
* webapp: Don't list the public repository group when editing a git ↵Gravatar Joey Hess2014-02-28
| | | | repository; it only makes sense for special remotes.
* assistant --autostart: Refuse to start in a bare git repository.Gravatar Joey Hess2014-02-28
|
* webapp: Refuse to start in a bare git repository.Gravatar Joey Hess2014-02-28
|
* webapp: Filter out from Switch Repository list any repositories listed in ↵Gravatar Joey Hess2014-02-28
| | | | | | | | | autostart file that don't have a git directory anymore. Trying to start in such a repo will, obviously, fail. Note that assistant --autostart will try to start in such a repo, and fail, but does start successfully in the other autostart repos.
* show how to set up preferred content for IA like the webapp doesGravatar Joey Hess2014-02-28
|
* remove note about fedora being out of dateGravatar Joey Hess2014-02-28
| | | | It's pretty current.
* Probe for quvi version at run time.Gravatar Joey Hess2014-02-28
| | | | | Overhead: git annex addurl runs quvi --version once. And more bloat to Annex state..
* Added a commentGravatar EskildHustvedt2014-02-28
|
* Added a commentGravatar http://joeyh.name/2014-02-28
|
* Added a comment: xdg-openGravatar rupi2014-02-28
|
* (no commit message)Gravatar EskildHustvedt2014-02-28
|
* (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82014-02-28
|
* (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82014-02-28
|
* devblogGravatar Joey Hess2014-02-27
|
* updateGravatar Joey Hess2014-02-27
|
* updateGravatar Joey Hess2014-02-27
|
* more distributionupdate fixesGravatar Joey Hess2014-02-27
|
* Added a commentGravatar Hanno2014-02-27
|
* add news item for git-annex 5.20140227Gravatar Joey Hess2014-02-27
|
* prep release5.20140227Gravatar Joey Hess2014-02-27
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-02-27
|\
* | closeGravatar Joey Hess2014-02-27
| |