Commit graph

23767 commits

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
74d39af44f Added a comment: Workaround 2015-04-03 07:32:38 +00:00
Jean Jordaan
d01835199d Merge branch 'master' of github.com:jean/git-annex 2015-04-03 14:28:07 +07:00
Jean Jordaan
500cf3e37e Steer towards deduplication 2015-04-03 14:27:34 +07:00
Jean Jordaan
6c3a6cc188 Steer towards deduplication 2015-04-03 14:21:50 +07:00
edward
a588e58345 annex.debconf.org IPv4 is down 2015-04-03 07:01:30 +00:00
Joey Hess
a370d88189 Merge branch 'master' of ssh://git-annex.branchable.com 2015-04-02 15:37:57 -04:00
Joey Hess
7a44dacb74 version: Add --raw 2015-04-02 15:37:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlc-3pdibcizrdz4WmZooECL0k6AvM1cWc
c0f76052a9 Added a comment: Same problem as another bug 2015-04-02 18:16:25 +00:00
Joey Hess
294991dacb Significantly sped up processing of large numbers of directories passed to a single git-annex command. (try 2)
New approach is to do it the expensive way for the first 100 paths
on the command line, but then assume the user doesn't care about order too
much and fall back to the cheap way that does not preserve order.
2015-04-02 01:44:32 -04:00
Joey Hess
f79502d377 Revert "Significantly sped up processing of large numbers of directories passed to a single git-annex command."
This reverts commit 705112903e.

Whoops, git ls-files does not always output in the input ordering.
That's why all this work is needed. Urk.
2015-04-02 01:24:37 -04:00
Joey Hess
8aa6b5f2a6 Fix truncation of parameters that could occur when using xargs git-annex.
This will only ever result in a few more git-ls-files being run than were run
before. (Only 1 more is really needed, but around 10 more are currently run
for a max length command line.)

So, no need to worry about the extra zombie, or lost laziness due to concat.
2015-04-02 01:20:07 -04:00
Joey Hess
bf563d5df0 comment 2015-04-02 00:34:06 -04:00
Joey Hess
ee4af54005 minor opt 2015-04-02 00:33:08 -04:00
Joey Hess
7b32e7acb5 make segmentXargs preserve order 2015-04-02 00:31:36 -04:00
Joey Hess
705112903e Significantly sped up processing of large numbers of directories passed to a single git-annex command. 2015-04-02 00:19:49 -04:00
Joey Hess
dffa212e02 Merge branch 'master' of ssh://git-annex.branchable.com 2015-04-02 00:06:18 -04:00
Joey Hess
ba6b470853 bug report 2015-04-02 00:05:42 -04:00
Joey Hess
6dd13d2684 micro-opt 2015-04-01 23:14:59 -04:00
Joey Hess
8b6013dad4 remove unused param 2015-04-01 23:14:51 -04:00
Øyvind A. Holm
789f3a179c index.mdwn: Typo fix in HTML attribute, widtd → width 2015-04-02 01:54:41 +02:00
Øyvind A. Holm
490e97ec10 Various typo fixes in doc/*.mdwn 2015-04-02 01:50:17 +02:00
Joey Hess
334a9f5738 Merge branch 'master' of ssh://git-annex.branchable.com 2015-04-01 17:53:46 -04:00
Joey Hess
1c3f2b8484 devblog 2015-04-01 17:53:25 -04:00
Joey Hess
656fc1c881 fsck: Added --distributed and --expire options, for distributed fsck. 2015-04-01 17:53:16 -04:00
sts
cb18df3b3e 2015-04-01 06:12:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk_STgv_0fB-y1x_fgzUI10Bg-aajJyMyc
cbc94d7a71 Correct typo 2015-04-01 03:59:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk_STgv_0fB-y1x_fgzUI10Bg-aajJyMyc
3e91289a84 2015-04-01 03:53:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g
3a195e98c6 Added a comment 2015-04-01 01:08:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g
4f5e3d0c71 removed 2015-04-01 01:07:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g
81f7836c65 Added a comment 2015-04-01 01:06:56 +00:00
Joey Hess
724a94a6d4 format 2015-03-31 16:15:51 -04:00
Joey Hess
8a4761e5c5 devblog 2015-03-31 16:01:53 -04:00
Joey Hess
405f511121 clarify 2015-03-31 15:48:44 -04:00
Joey Hess
a73b8907a4 forgot to add this comment 2015-03-31 15:47:59 -04:00
Joey Hess
9e8b53644b forgot to add this comment 2015-03-31 15:47:27 -04:00
Joey Hess
1f113e852b close with comment 2015-03-31 15:46:00 -04:00
Joey Hess
42bbed7ce5 import: --deduplicate and --cleanduplicates now output the keys corresponding to duplicated files they process. 2015-03-31 15:36:02 -04:00
Joey Hess
6b55974723 addurl --file: When used with a special remote that claims urls and checks their contents, don't override the user's provided filename with filenames that the special remote suggests. Also, don't allow adding the url if the special remote says it contains multiple files. 2015-03-31 15:20:29 -04:00
Joey Hess
f842888de3 test: Fix --list-tests
Seems list order matters, I don't know why, but have reported it on #tasty
2015-03-31 14:47:27 -04:00
Joey Hess
7188d747db response 2015-03-31 14:26:29 -04:00
Joey Hess
0a3f2757a7 Relax debian package dependencies to git >= 1:1.7.7.6 rather than needing >= 1:2.0.
Git.Merge needs >= 1.7.7.6 if built with such a version; rest of code all
probes git version at runtime.
2015-03-31 14:22:04 -04:00
Joey Hess
ff437a73b0 add gst-integration-testsuites 2015-03-31 14:16:53 -04:00
Joey Hess
aaeefaa74f update importfeed man page, including a mention of annex.genmetadata 2015-03-31 13:48:13 -04:00
Joey Hess
429bd0805e Merge branch 'master' of ssh://git-annex.branchable.com 2015-03-31 13:31:59 -04:00
Joey Hess
7ebd656eff remove changelog entry
This is confusing because I updated the affected tarballs using the version
number of the last release.
2015-03-31 13:30:39 -04:00
Joey Hess
9e25cbde20 importfeed: Avoid downloading a redundant item from a feed whose guid has been downloaded before, even when the url has changed.
To support this, always store itemid in metadata; before this was only done
when annex.genmetadata was set.
2015-03-31 13:30:13 -04:00
Joey Hess
86b66758c2 todo 2015-03-31 12:12:21 -04:00
https://id.koumbit.net/anarcat
dcaf959325 Added a comment: remote.log or uuid.log? 2015-03-31 04:29:49 +00:00
https://id.koumbit.net/anarcat
cf553ae5cb ideas on how to hack into the remote.log 2015-03-31 04:27:05 +00:00
https://id.koumbit.net/anarcat
9bb9026865 fix internal link so that backlinks work 2015-03-31 03:12:57 +00:00