Commit graph

27210 commits

Author SHA1 Message Date
Joey Hess
3a86cdf3e6
comment 2016-03-14 16:39:39 -04:00
Joey Hess
bd4ad3d2e8
comment 2016-03-14 16:37:55 -04:00
Joey Hess
a2b668a8f6
reuse annex's HashObjectHandle 2016-03-14 16:29:59 -04:00
Joey Hess
2d234de781
Sped up git-annex merge by using git hash-object --batch.
This does mean that it has to write out temp files containing updated
objects for the merge. So may use more disk space, and disk IO, but that
should generally win out over needing to launch N separate
git hash-object processes.
2016-03-14 16:23:22 -04:00
Joey Hess
a27faf6999
fix build of this 2016-03-14 16:19:27 -04:00
Joey Hess
00d9da3534
use hash-object --batch
Handle was plumbed through, but not used.
2016-03-14 16:12:55 -04:00
Joey Hess
88a4a6f396
Sped up git-annex add in direct mode and v6 by using git hash-object --batch.
Speeds up hashSymlink and hashPointerFile.
2016-03-14 15:58:46 -04:00
Joey Hess
f2772f469a
followup 2016-03-14 15:54:46 -04:00
Joey Hess
11d31f53bf
comment 2016-03-14 13:55:57 -04:00
Joey Hess
5633e8ed50
comment 2016-03-14 13:50:47 -04:00
Joey Hess
dc2da86939
comment 2016-03-14 13:38:41 -04:00
Joey Hess
6bc44d5d16
comment 2016-03-14 13:30:25 -04:00
Joey Hess
7398fc36f2
response 2016-03-14 13:26:26 -04:00
Joey Hess
1df49506c4
Correct git-annex info to include unlocked files in v6 repository.
An unlocked present file does not have a pointer file in the worktree, so
info skipped counting it.

It may be that unused was also affected by the problem, but it seemed not
to be in my tests. I think because of the use of the associatedFilesFilter.

This fix slows down both info and unused a little bit, since they have to
query the contents of files from git, but only when handling unlocked files.
2016-03-14 13:14:01 -04:00
Horus
8f362565a8 Added a comment 2016-03-14 08:18:50 +00:00
torpidus
1d81caedfe 2016-03-13 19:19:13 +00:00
torpidus
82f7582f8f removed 2016-03-13 19:18:39 +00:00
karl
48b2357963 2016-03-13 16:01:03 +00:00
susetux@ed6f4e20192c3eae018e1fc6442bf993d41b3848
0d9f3bdae0 2016-03-13 11:32:35 +00:00
susetux@ed6f4e20192c3eae018e1fc6442bf993d41b3848
bef922be21 2016-03-13 11:28:17 +00:00
susetux@ed6f4e20192c3eae018e1fc6442bf993d41b3848
b28f32e47f 2016-03-13 11:20:49 +00:00
susetux@ed6f4e20192c3eae018e1fc6442bf993d41b3848
a1765ecf8c 2016-03-13 11:19:39 +00:00
susetux@ed6f4e20192c3eae018e1fc6442bf993d41b3848
e191f127eb 2016-03-13 11:16:09 +00:00
Joey Hess
92877bb5d0
windows git seems to fail to checkout foo.../bar ; rename 2016-03-12 13:57:07 -04:00
Joey Hess
8b653bf9ef
remove danging comment with * in its filename 2016-03-12 13:51:25 -04:00
Joey Hess
348105debc
fix links 2016-03-12 13:47:31 -04:00
Joey Hess
2eae70353d
remove note about cygwin git 2016-03-12 13:45:31 -04:00
Richard Hartmann
c483e11cb3
Bump standards version
(cherry picked from commit 6efa2492bb)
2016-03-12 13:02:37 -04:00
Joey Hess
4205e93c1e
Merge branch 'master' of ssh://git-annex.branchable.com 2016-03-12 12:58:02 -04:00
Joey Hess
7125a1fb27
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git.

But, bash completion is also crap with : , so ..
2016-03-12 12:57:18 -04:00
Joey Hess
b02f813ed8
bump process version in stack.yaml
Newer version than current lts has is needed on windows
2016-03-12 12:37:11 -04:00
Richard Hartmann
b1b80e6dec Typo 2016-03-12 15:13:46 +01:00
Joey Hess
26405c107a
devblog 2016-03-11 19:55:27 -04:00
mark@6b90344cdab3158eacb94a3944460d138afc9bef
c20e8d17db 2016-03-10 22:46:42 +00:00
Horus
662fc7fc75 2016-03-10 21:40:31 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
11a5985389 2016-03-10 15:16:33 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7ca35b766f Added a comment 2016-03-10 04:36:12 +00:00
ellis
ea57543394 Added a comment 2016-03-09 19:15:10 +00:00
Joey Hess
cbd38ef367
remove redundant start message 2016-03-09 15:04:00 -04:00
Joey Hess
fef272687e
Merge branch 'master' of ssh://git-annex.branchable.com 2016-03-09 13:46:41 -04:00
Joey Hess
4b3355cf3c
refactor 2016-03-09 13:43:22 -04:00
Joey Hess
276a67184c
fix typo in flags 2016-03-09 13:39:00 -04:00
Joey Hess
9039bdb4ea
Always try to thaw content, even when annex.crippledfilesystem is set. 2016-03-09 13:33:13 -04:00
Joey Hess
d201e6c359
add todo from comment 2016-03-09 13:21:55 -04:00
Joey Hess
e4c22ad5bb
comment 2016-03-09 13:15:43 -04:00
Joey Hess
5e0843e4b8
close 2016-03-09 13:14:27 -04:00
Joey Hess
0cdd4f9f58
Merge branch 'master' of ssh://git-annex.branchable.com 2016-03-09 13:13:28 -04:00
Joey Hess
c6f81e8ef5
done 2016-03-09 12:54:22 -04:00
viric@582d0845fdeae54b262502f49509b4577a5adbf8
3b081713ed 2016-03-09 16:44:05 +00:00
mail@f1d77c48f528d8c7b885900281887e045ad5114e
8f8ccc3899 Added a comment: Solution 2016-03-09 16:03:35 +00:00