https://www.google.com/accounts/o8/id?id=AItOawlmOvQXLmGkQAUOIkPBQtsd9d45NqcX80M
424b1dcc82
Added a comment
2014-03-05 17:07:05 +00:00
http://joeyh.name/
8c22a6166e
Added a comment
2014-03-05 16:56:14 +00:00
http://joeyh.name/
27ed79f911
Added a comment
2014-03-05 16:53:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
236c3a2075
Added a comment
2014-03-05 16:11:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlYu7QmD7wrbHWkoxuriaA9XcijM-g5vrQ
69848d7777
Warning messages on Nexus 5
2014-03-05 16:06:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnX1msQxnLoSeu7q-i-c9BWghonsN7Qmns
e8e0b4ee49
Added a comment
2014-03-05 11:47:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
e0ce771aa5
Added a comment
2014-03-05 08:10:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
ab253f8339
2014-03-05 06:34:28 +00:00
http://grossmeier.net/
775229a2f4
Added a comment
2014-03-05 04:38:26 +00:00
http://grossmeier.net/
07dcd0eb4b
Added a comment
2014-03-05 04:34:54 +00:00
Joey Hess
3fb291f482
Merge branch 'master' of ssh://git-annex.branchable.com
2014-03-04 23:24:16 -04:00
Joey Hess
1f98d6fb00
glacier: Pass --region to glacier checkpresent.
...
I suppose this is not necessary when it has a local cache, so I didn't
notice it was missing.
2014-03-04 23:22:24 -04:00
http://joeyh.name/
5dcc8555d2
Added a comment
2014-03-05 03:15:44 +00:00
http://joeyh.name/
43ae02e572
Added a comment
2014-03-05 03:14:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnoIxJHzKbUOdNo41pRxRBj_y1bSoH-ziA
1aaa7a44cc
2014-03-05 01:25:14 +00:00
Joey Hess
74f94d21fc
devblog
2014-03-04 20:06:55 -04:00
Joey Hess
33aae51175
idea
2014-03-04 15:19:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlmOvQXLmGkQAUOIkPBQtsd9d45NqcX80M
38a216abb2
Added a comment
2014-03-04 11:01:13 +00:00
Joey Hess
1fbf5f608d
Merge branch 'master' of ssh://git-annex.branchable.com
2014-03-04 02:11:20 -04:00
Joey Hess
4a847cdc08
finish fixing direct mode merge bug involving unstaged local files
...
Added test cases for both ways this can happen, with a conflict involving a
file, or a directory.
Cleaned up resolveMerge to not touch the work tree in direct mode, which
turned out to be the only way to handle things.. And makes it much nicer.
Still need to run test suite on windows.
2014-03-04 02:03:15 -04:00
http://joeyh.name/
d6c69b8d66
Added a comment
2014-03-03 21:58:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmOvQXLmGkQAUOIkPBQtsd9d45NqcX80M
bf981aa1d0
2014-03-03 20:34:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmOvQXLmGkQAUOIkPBQtsd9d45NqcX80M
28c97d3104
2014-03-03 20:27:58 +00:00
Joey Hess
eef1b7a3cc
fixed initial reported problem but not out of the woods yet in some related cases
2014-03-03 15:00:54 -04:00
http://joeyh.name/
c8e4c76302
2014-03-03 18:12:11 +00:00
Joey Hess
cf8788fb49
add link to darktable-git-annex
2014-03-03 13:33:40 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
502743b801
Added a comment
2014-03-03 14:05:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
db47b041f1
Added a comment
2014-03-03 14:01:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
c3be59735d
Added a comment
2014-03-03 07:44:30 +00:00
Joey Hess
31062ab2bf
number list
2014-03-02 20:27:37 -04:00
Joey Hess
03dc6dcab8
decruft
2014-03-02 20:26:27 -04:00
Joey Hess
08b9bc7b7b
devblog
2014-03-02 20:22:04 -04:00
Joey Hess
d0fce426c4
pre-commit-annex hook script to automatically extract metadata from lots of 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.
2014-03-02 20:11:58 -04:00
Joey Hess
34059c09e2
update
2014-03-02 16:27:04 -04:00
Joey Hess
06e39e6a79
update
2014-03-02 15:53:31 -04:00
Joey Hess
67c8b312b1
Merge branch 'master' of ssh://git-annex.branchable.com
2014-03-02 15:47:48 -04:00
Joey Hess
4643a0120c
doc improvements
2014-03-02 15:46:58 -04:00
Joey Hess
7d9486a709
vadd: Allow listing multiple desired values for a field.
2014-03-02 15:36:45 -04:00
Joey Hess
c2e8c21ca6
view, vfilter: Add support for filtering tags and values out of a view, 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.
2014-03-02 14:53:19 -04:00
https://id.koumbit.net/anarcat
b7b1d2d3ff
Added a comment
2014-03-02 16:33:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawntVnR-Z5ghYInvsElbDeADPSuCsF18iTY
53a431ea3a
Added a comment: XMPP something to do with it?
2014-03-02 13:48:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
233df8dc4a
Added a comment: Didn't work
2014-03-01 22:40:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
e5fde8d47a
Added a comment
2014-03-01 19:13:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
5378e8fcda
Added a comment
2014-03-01 11:23:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
e4723688e2
2014-03-01 10:39:11 +00:00
gueux
238f1995c8
2014-03-01 10:06:16 +00:00
Joey Hess
2432ecbdcc
simplify
2014-03-01 00:41:29 -04:00
Joey Hess
6a355686ff
annex.listen can be configured, instead of using --listen
2014-03-01 00:31:17 -04:00
Joey Hess
4e62cf60e4
devblog
2014-02-28 22:53:47 -04:00
Joey Hess
d41367cc08
remove buggy --listen=host:port support
2014-02-28 22:53:26 -04:00