Commit graph

19583 commits

Author SHA1 Message Date
Joey Hess
d283fa4fe9
comment 2015-12-10 11:22:28 -04:00
Joey Hess
79dd48546a
response 2015-12-10 11:20:01 -04:00
Joey Hess
2f25b8360f
response 2015-12-10 11:15:06 -04:00
https://openid.stackexchange.com/user/27ceb3c5-0762-42b8-8f8a-ed21c284748f
7a03f55aa0 Added a comment: The downside 2015-12-10 03:45:09 +00:00
https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd
b9312e3554 2015-12-09 23:01:21 +00:00
Joey Hess
d0449ac1e4
Merge branch 'master' of ssh://git-annex.branchable.com 2015-12-09 18:14:19 -04:00
Joey Hess
3964d3388b
devblog 2015-12-09 18:13:31 -04:00
Joey Hess
bf98d2bd77
Merge branch 'master' into smudge 2015-12-09 17:58:59 -04:00
Joey Hess
ce73a96e4e
use InodeCache when dropping a key to see if a pointer file can be safely reset
The Keys database can hold multiple inode caches for a given key. One for
the annex object, and one for each pointer file, which may not be hard
linked to it.

Inode caches for a key are recorded when its content is added to the annex,
but only if it has known pointer files. This is to avoid the overhead of
maintaining the database when not needed.

When the smudge filter outputs a file's content, the inode cache is not
updated, because git's smudge interface doesn't let us write the file. So,
dropping will fall back to doing an expensive verification then. Ideally,
git's interface would be improved, and then the inode cache could be
updated then too.
2015-12-09 17:54:54 -04:00
openmedi
ef664f089f Added a comment 2015-12-09 20:18:48 +00:00
Joey Hess
3311c48631
move InodeSentinal from direct mode code to its own module
Will be used outside of direct mode for v6 unlocked files, and is already
used outside of direct mode when adding files to annex.
2015-12-09 15:52:11 -04:00
Joey Hess
8a818088a3
link/copy pointer files to object content when it's added 2015-12-09 15:27:29 -04:00
Joey Hess
751120c171
avoid pre-commit hook messing up new-style unlocked files in v6 repo 2015-12-09 15:18:54 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
5ef6ed8b9a Added a comment: anyone saw/worked on backend for watchdox service? (not free one but needed :-/) 2015-12-08 19:45:03 +00:00
Joey Hess
37c9026c6e
todo 2015-12-08 13:07:45 -04:00
Joey Hess
e1961bf806
add news item for git-annex 5.20151208 2015-12-08 11:28:19 -04:00
Joey Hess
e276f4abb2
response 2015-12-08 11:13:55 -04:00
ben
4f3dd0b7b2 Added a comment: Problems initializing glacier remote 2015-12-08 10:39:30 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
a690782429 I started using a repo on S3, so that partially answered my question about how files are stored on S3. 2015-12-08 10:02:06 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
c92917d24a Added a comment 2015-12-08 09:44:49 +00:00
cantora@432fae6be728a32ac472387df86a8922f059d4a6
c71a6e3a0d Added a comment: How to view configuration of special remotes? 2015-12-08 08:29:12 +00:00
Joey Hess
50398c69a1
Merge branch 'master' of ssh://git-annex.branchable.com 2015-12-07 17:25:20 -04:00
Joey Hess
d9ec9a56d4
devblog 2015-12-07 17:24:44 -04:00
Joey Hess
9923b8dc77
long walk led to long list of things to do 2015-12-07 17:24:16 -04:00
Joey Hess
712c9fc590
require "annex/objects/" before key in pointer files
This removes ambiguity, because while someone might have "WORM--foo" in a
file that's not intended to be a git-annex pointer file,
"annex/objects/WORM--foo" is less likely.

Also, 664cc987e8 had a caveat about symlink
targets being parsed as pointer files, and now the same parser is used for
both.

I did not include any hash directories before the key in the pointer file,
as they're not needed. However, if they were included, the parser would
still work ok.
2015-12-07 15:45:08 -04:00
Joey Hess
2cbcb4f1a8
update associated files database on smudge and clean 2015-12-07 14:41:22 -04:00
Joey Hess
62a2fba1cd
Merge branch 'master' into smudge 2015-12-07 12:29:34 -04:00
sts
bf02216690 Added a comment 2015-12-07 08:12:26 +00:00
Joey Hess
bd6f694687
Merge branch 'master' of ssh://git-annex.branchable.com 2015-12-06 16:56:16 -04:00
Joey Hess
2936153fc4
fix temp filename
Was not putting it inside the temp dir, but next to it!

This was just wrong, and it led to a longer filename that desired being
used, leading to some bug reports.
2015-12-06 16:54:01 -04:00
torpidus
9d46da4a29 Added a comment 2015-12-06 20:29:26 +00:00
torpidus
99fa2b5716 2015-12-06 18:51:12 +00:00
samuel.hym+bugs@a85e9c44dc6369ad6b12e8e6a3896ad34f7df4a3
912246f4ae Fix broken link to other bug 2015-12-06 10:02:35 +00:00
samuel.hym+bugs@a85e9c44dc6369ad6b12e8e6a3896ad34f7df4a3
6e85743a86 Report bug due to broken createSymbolicLink 2015-12-06 10:01:00 +00:00
spwhitton
d1cf30890e m 2015-12-05 19:52:38 +00:00
spwhitton
59aa9d313b Copy hints for Emacs users from propellor coding style page 2015-12-05 19:52:17 +00:00
a@b34f238966e58f7c2ea550cc4cab3005c0e33150
50cd06c332 2015-12-05 18:17:45 +00:00
Joey Hess
1b597cbee6
Merge branch 'master' of ssh://git-annex.branchable.com 2015-12-04 18:05:18 -04:00
Joey Hess
7579d50959
devblog 2015-12-04 17:57:34 -04:00
Joey Hess
2fe21d47c5
init: Configure .git/info/attributes to use git-annex as a smudge filter.
Note that this changes the default behavior of git add in a newly
initialized repository; it will add files to the annex.

Don't like that this could break workflows, but it's necessary in order for
any pointer files in the repo to be handled by git-annex.
2015-12-04 17:57:15 -04:00
Joey Hess
e7f75b079d
don't let git-annex direct be run in a v6 repo 2015-12-04 16:33:09 -04:00
Joey Hess
ccc49861ca
add v6; keep v5 working for now and manual upgrade
Since all places where a repo is used in direct mode need to have git-annex
upgraded before the repo can safely be converted to v6, the upgrade needs
to be manual for now.

I suppose that at some point I'll want to drop all the direct mode support
code. At that point, will stop supporting v5, and will need to auto-upgrade
any remaining v5 repos. If possible, I'd like to carry the direct mode
support for say, a year or so, to give people plenty of time to upgrade and
avoid disruption.
2015-12-04 16:14:48 -04:00
Joey Hess
723e4e31a1
merge clean into smudge command
The git filter config can be used to map the single git-annex command to
the 2 actions, and this avoids "git annex clean" being used for this thing,
it might have a better use for that name later.
2015-12-04 15:32:47 -04:00
mellon85@e4812de7355433a8e232ce8ca4c231092d9afebb
f966984cd3 2015-12-04 17:15:34 +00:00
mellon85@e4812de7355433a8e232ce8ca4c231092d9afebb
05bd8ae9bd 2015-12-04 17:11:45 +00:00
Joey Hess
20ca89dfa3
skeleton smudge/clean filters 2015-12-04 13:03:39 -04:00
sts
b27b851436 2015-12-04 12:57:59 +00:00
OlivierBerger
bddeb020e9 Added a comment: Again, difficult to tell 2015-12-04 12:24:07 +00:00
OlivierBerger
ce1757e7e4 Added a comment: Difficult to tell 2015-12-04 10:21:26 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
a3fb7a38ce 2015-12-04 10:18:08 +00:00
encryptio@2557a3f5b4ef0cddf8f011d7dbb3e76d46ed9c79
9ca5fe58e7 Added a comment: git-annex-remote-b2 2015-12-04 03:19:29 +00:00
rpglover64@acd6753c831cc132736943bec350391fcb2ff77d
5e3e6b9ff9 Added a comment: Thanks! 2015-12-02 20:15:57 +00:00
Joey Hess
4ff24cb990
devblog 2015-12-02 16:00:40 -04:00
Joey Hess
e9f43c07f9
webapp: Fix bugs that could result in a relative path such as "." being written to ~/.config/git-annex/autostart
and ignore any such  relative paths in the file

This was a reversion caused by the relative path changes in 5.20150113.
2015-12-02 15:57:30 -04:00
Joey Hess
f16e235983
addurl, importfeed: Changed to honor annex.largefiles settings, when the content of the url is downloaded. (Not when using --fast or --relaxed.)
importfeed just calls addurl functions, so inherits this from it.

Note that addurl still generates a temp file, and uses that key to download
the file. It just adds it to the work tree at the end when the file is small.
2015-12-02 15:12:33 -04:00
Joey Hess
dc8099872a
import: Changed to honor annex.largefiles settings. 2015-12-02 14:49:03 -04:00
Joey Hess
5ec67335f4
improve annex.largefiles documentation 2015-12-02 14:26:49 -04:00
Joey Hess
4461766da7
comment 2015-12-02 14:19:31 -04:00
Joey Hess
452e78f844
comment 2015-12-02 13:34:05 -04:00
Joey Hess
39990111fc
comment 2015-12-02 13:31:48 -04:00
Joey Hess
a0ac002c54
comment 2015-12-02 13:28:21 -04:00
Joey Hess
dae7162856
comment 2015-12-02 13:20:15 -04:00
Joey Hess
10e8cf5529
comment 2015-12-02 13:10:23 -04:00
Joey Hess
73e62a6efd
comment 2015-12-02 13:02:38 -04:00
Joey Hess
edc0a484ac
close 2015-12-02 12:59:08 -04:00
Joey Hess
e655c8f75a
welcome to the docker pid 1 zombie reaping problem 2015-12-02 12:55:04 -04:00
Joey Hess
755fbbef08
Merge branch 'master' of ssh://git-annex.branchable.com 2015-12-02 12:33:08 -04:00
Joey Hess
382f8a790a
fix name of comment 2015-12-02 12:06:04 -04:00
Joey Hess
6cd222fbe8
remove redundant and unnecessary todo
Mostly because of the --
2015-12-02 12:00:41 -04:00
SamuelTardieu
4cd2c24dac 2015-12-02 15:09:50 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
8e41dda419 Added a comment: Am pretty sure this is a filesystem issue 2015-12-01 12:45:50 +00:00
Joey Hess
982cbab13f
response 2015-11-30 16:15:44 -04:00
Joey Hess
fa7a017b7e
respond to all of a user's bug reports at once.. they had copied a repo and so had duplicated annex.uuid 2015-11-30 16:11:45 -04:00
Joey Hess
91cbf87180
response 2015-11-30 15:54:11 -04:00
Joey Hess
906cf4ea27
um 2015-11-30 15:50:55 -04:00
Joey Hess
de1c3c3e48
response 2015-11-30 15:45:05 -04:00
Joey Hess
977087313e
pebkac 2015-11-30 15:41:06 -04:00
Joey Hess
602f392e6d
comment 2015-11-30 15:38:39 -04:00
Joey Hess
5effa61e0b
sigh @ OSX 2015-11-30 15:25:41 -04:00
Joey Hess
829b03ce4f
sigh @ encfs... 2015-11-30 15:22:00 -04:00
Joey Hess
d6b744ce89
comment 2015-11-30 15:09:32 -04:00
Joey Hess
a5fe92935c
comment 2015-11-30 15:04:56 -04:00
Joey Hess
5ce8f9b9c0
comment 2015-11-30 15:02:58 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
7b7a9e2468 2015-11-30 18:49:49 +00:00
pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963
ba819fb2a6 Added a comment: Got Nixos server configured as a ssh remote (FYI) 2015-11-30 16:11:26 +00:00
pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963
8c7b1fe1ac Added a comment: Is android 6.0 supported? 2015-11-30 16:05:13 +00:00
vho
86484fa537 Added a comment 2015-11-30 15:23:22 +00:00
pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963
712735505e removed 2015-11-30 08:16:27 +00:00
pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963
300733bf3e Added a comment: just FYI 2015-11-30 08:05:35 +00:00
eren.m.dursun@73116dce47e54243c7ee1637f1289afb02f07f4b
8eff96c736 Added a comment: Re: Compatibility with recent version of Git for Windows 2015-11-29 19:24:04 +00:00
gaetan.lehmann@b47e4a12fac33bef53eafb0b41be69cae45edc1e
4f38779416 2015-11-27 19:17:50 +00:00
gaetan.lehmann@b47e4a12fac33bef53eafb0b41be69cae45edc1e
78fb99c324 2015-11-27 19:16:53 +00:00
parhuzamos
4b82d1c2d0 Typo. 2015-11-27 14:27:06 +00:00
parhuzamos
8997c1ed74 2015-11-27 14:26:35 +00:00
pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963
1426eb340a removed 2015-11-26 21:44:22 +00:00
pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963
4fb7a02de4 Added a comment: Comment 3 2015-11-26 21:04:13 +00:00
pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963
30b0eda3b0 removed 2015-11-26 20:59:18 +00:00
pweemeeuw@86491f921da15d6a4dc6e1878fd42750b33f6963
5c4efd3763 Added a comment: Also with standalone git-annex 2015-11-26 20:58:50 +00:00
spwhitton
9309099e26 Added a comment 2015-11-26 01:34:17 +00:00
vvghadge@ec0c34f6cadf7a32fc6cf0b2bee34c3ce9c568f2
80cc59bc8a removed 2015-11-26 00:35:30 +00:00
vvghadge@ec0c34f6cadf7a32fc6cf0b2bee34c3ce9c568f2
674a86750f Added a comment: location of Mapping of file to tahoe uri? 2015-11-26 00:35:11 +00:00
vvghadge@ec0c34f6cadf7a32fc6cf0b2bee34c3ce9c568f2
29adb9a8d6 Added a comment: location of Mapping of file to tahoe uri? 2015-11-26 00:35:00 +00:00
jwiegley
d9e9efd002 2015-11-25 21:28:22 +00:00
miladiir
8a4c1ba67d 2015-11-24 19:42:52 +00:00
miladiir
e5d90bee40 2015-11-24 19:41:12 +00:00
Joey Hess
3f63666727
file map analysis 2015-11-24 11:39:47 -04:00
Joey Hess
d2e83db759
comment 2015-11-24 10:32:53 -04:00
Joey Hess
aad6561eea
a few updates I forgot to make yesterday as I refined my design 2015-11-24 10:32:16 -04:00
Joey Hess
9ca38f4eda
reply 2015-11-24 10:21:53 -04:00
https://id.koumbit.net/anarcat
d1f42c8843 Added a comment: niiice 2015-11-24 01:07:33 +00:00
Joey Hess
cf0130894e
notes on merge 2015-11-23 18:10:50 -04:00
Joey Hess
fe55caa2ae
upgrading 2015-11-23 17:57:47 -04:00
Joey Hess
408659b00b
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-23 16:56:00 -04:00
Joey Hess
33fb0de1a3
smudge design 2015-11-23 16:53:05 -04:00
Joey Hess
59c2001d2f
git-lfs lacks partial checkout support
git-lfs's smudge filter downloads contents of files from the server when
not available locally. So, checking out a branch will always populate all
files.
2015-11-23 12:44:54 -04:00
rpglover64@acd6753c831cc132736943bec350391fcb2ff77d
a7339f7582 2015-11-23 01:07:38 +00:00
jckuester@11e9fceb442172b6db63320bb545797a47a4c103
3be53125ce Added a comment: error during "git clone git://git.kitenet.net/git-annex" 2015-11-22 15:38:57 +00:00
neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd
0502e07b1c Added a comment 2015-11-21 17:52:26 +00:00
Joey Hess
2466115c09
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-21 13:37:36 -04:00
jtgeibel@4ad445b2ef940dedb1b6d9b19e3888e56b33541b
9fc340a8c5 Added a comment: Git tag 2015-11-21 00:38:14 +00:00
Joey Hess
4d398011cf
copy license info for logo onto logo page 2015-11-20 16:25:08 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
4af048acf4 2015-11-20 14:06:20 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
8d2b3acd07 2015-11-20 13:55:51 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
fc42550a4b 2015-11-20 13:48:13 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
539b6b0d8c removed 2015-11-20 13:32:50 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
8f64840cd0 Added a comment: Nope, git-annex drop is still not reducing size of .git/annex 2015-11-20 13:32:11 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
4573ded96b Added a comment: Nope, git-annex drop is still not reducing size of .git/annex 2015-11-20 13:31:53 +00:00
CandyAngel
6cb6788289 Added a comment 2015-11-20 08:37:39 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
1168263b7f 2015-11-20 06:55:56 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
602ba012a2 2015-11-20 02:56:00 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
a11a7d38ec 2015-11-20 02:14:14 +00:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
b02565be6f Added a comment: git annex fsck didn't solve this problem 2015-11-20 01:49:03 +00:00
http://bret.io/
3cece7e711 Added a comment: Woo! 2015-11-19 23:48:01 +00:00
Joey Hess
43df040db1
devblog 2015-11-19 19:09:31 -04:00
Joey Hess
abc74655ad
resize 2015-11-19 19:00:27 -04:00
Joey Hess
e3d79e773f
improve 2015-11-19 18:56:24 -04:00
Joey Hess
5ab021c0f8
reorg svg 2015-11-19 18:52:04 -04:00
Joey Hess
eeba50c388
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-19 18:49:01 -04:00
Joey Hess
669f04b814
add hexagonal expandable composable stickers design sheet! 2015-11-19 18:48:09 -04:00
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565
90cd2c3af3 2015-11-19 22:46:21 +00:00
rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31
436ef08492 Added a comment: git-annex-remote-ipfs 2015-11-19 14:46:04 +00:00
Agenta
bc854c2585 Added a comment 2015-11-19 09:23:55 +00:00
juh
9073461386 Added a comment: Thanks 2015-11-19 08:01:09 +00:00
aloukian
899df39447 added setting envs section 2015-11-19 00:36:59 +00:00
aloukian
65aa9470c8 2015-11-19 00:28:42 +00:00
aloukian
170ea995da Added a comment: Your directory depth is too long 2015-11-19 00:13:21 +00:00
Joey Hess
b09193c33b
response 2015-11-18 15:50:13 -04:00
Joey Hess
1b541ec71a
remove badly offtopic comment 2015-11-18 15:49:53 -04:00
Joey Hess
5777e24b27
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-18 15:45:47 -04:00
Joey Hess
0d432dd1a4
annex object file mode for core.sharedRepository
When core.sharedRepository is set, annex object files are not made mode
444, since that prevents a user other than the file owner from locking
them. Instead, a mode such as 664 is used in this case.
2015-11-18 15:45:32 -04:00
Agenta
2f48ae4365 Added a comment 2015-11-18 19:19:37 +00:00
Joey Hess
e624ff9900
you need to file a bug report or something 2015-11-18 15:17:23 -04:00
Joey Hess
83fdfb7f56
response 2015-11-18 15:12:18 -04:00
Joey Hess
195dce87ba
comment 2015-11-18 15:10:55 -04:00
Joey Hess
7c156f3548
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-18 14:13:11 -04:00
Joey Hess
5097d1a365
response 2015-11-18 14:12:04 -04:00
Agenta
6bb284a24f Added a comment 2015-11-18 18:07:51 +00:00
Joey Hess
7cf3dc1997
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-18 13:51:57 -04:00
Joey Hess
4634b8842f
response 2015-11-18 13:51:30 -04:00
Joey Hess
2a20bd57ac
response 2015-11-18 13:32:09 -04:00
Joey Hess
e85dd3b4c2
close 2015-11-18 13:06:51 -04:00
fiatjaf
fa7374e65e Added a comment: I'm sorry 2015-11-18 16:42:04 +00:00
Joey Hess
a9a10ee0a9
improve error message when special remote program cannot be run 2015-11-18 12:30:01 -04:00
Joey Hess
e88582ecad
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-18 12:21:12 -04:00
Joey Hess
dcb1884851
seems ok; hints at debugging what's wrong 2015-11-18 12:20:11 -04:00
rob.syme@92895c98b16fd7a88bed5f10913c522ebfd76c31
0040e5a733 Added a comment: Finding IPFS hash 2015-11-18 14:55:33 +00:00
juh
a9bda0125c Added a comment: My current workflow 2015-11-17 14:48:00 +00:00
Agenta
4f0b3d57d1 Added a comment 2015-11-17 10:32:41 +00:00
annex.nrb@0b99c9078ef84fe229eb6f00841028a57dc07612
1ec3e61cb6 Added a comment: Should something else, not annex solve the ad hoc git use case? 2015-11-17 10:02:25 +00:00
r@9dd621f83d4900d70d4ed2319f20160749f1343e
7e5c33b9dd Added a comment: How to get deleted files and older versions out of a full backup repository? 2015-11-16 21:27:34 +00:00
Joey Hess
50572947a4
remove old news comments 2015-11-16 16:03:00 -04:00
Joey Hess
76139a93ff
add news item for git-annex 5.20151116 2015-11-16 16:01:27 -04:00
Joey Hess
819917f713
comment 2015-11-16 14:15:53 -04:00
atrent
232d372ab8 Added a comment 2015-11-16 09:06:34 +00:00
atrent
84f851b450 Added a comment 2015-11-16 07:50:30 +00:00
craig@6ddb6e2c94325e18a0d631a06e63fdc111ab1f12
f9369a0b69 Added a comment: Thanks 2015-11-16 05:34:35 +00:00
edward
4f10cf7434 fix typo 2015-11-14 09:57:40 +00:00
Joey Hess
6dfdc37738
devblog 2015-11-13 16:34:54 -04:00
Joey Hess
40feafae60
close 2015-11-13 16:33:53 -04:00
Joey Hess
8efd3d71c8
starting to get a handle on how to detect that mad gleam in lustre's eye 2015-11-13 16:18:44 -04:00
Joey Hess
9d52d653f6
comment 2015-11-13 16:13:38 -04:00
Joey Hess
7fce3a0f81
more warnings about networked filesystems 2015-11-13 15:55:16 -04:00
Joey Hess
60a9c7f5c6
require the side lock be held to take pidlock
This is less portable, since currently sidelocks rely on /dev/shm.
But, I've seen crazy lustre inconsistencies that make me not trust the
link() method at all, so what can you do.
2015-11-13 14:44:53 -04:00
Joey Hess
c8cf30d81d
comment 2015-11-13 13:47:14 -04:00
Joey Hess
c1d51a50f6
update 2015-11-13 13:46:11 -04:00
SchemaCzar
3d05506230 Added a comment: PLEASE!!! PLEASE BUILD IT!!! 2015-11-13 16:10:44 +00:00
juh
5b83af93ed Workflow question 2015-11-13 13:41:03 +00:00
atrent
3da6eff715 2015-11-13 07:39:42 +00:00
atrent
d3198f23f4 2015-11-13 07:38:01 +00:00
atrent
10e6b0ffde 2015-11-13 07:37:20 +00:00
Joey Hess
bb4123a649
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-12 18:24:56 -04:00
Joey Hess
2a4c2c310a
devblog 2015-11-12 18:24:26 -04:00
Joey Hess
aa4192aea6
pid locking configuration and abstraction layer for git-annex
(not actually used anywhere yet)
2015-11-12 17:50:34 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
380cb75405 initial complaint 2015-11-12 17:09:38 +00:00
fiatjaf
c3f0319e30 create ipfs bug. 2015-11-12 12:20:52 +00:00
https://woid.cryptobitch.de/foobar
36918f26e5 Added a comment: obnam 2015-11-12 11:50:52 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
decf68fb08 Added a comment 2015-11-11 19:28:41 +00:00
Joey Hess
ecc203bde2
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-11 15:08:57 -04:00
Joey Hess
ea1d328031
design 2015-11-11 14:26:00 -04:00
alejandro@2e9e229fdf45d44cd300a5681432552693d458ab
d4a988c8fa Added a comment 2015-11-11 15:22:06 +00:00
JulianMarsalis
4207d43de6 2015-11-11 15:14:44 +00:00
https://id.koumbit.net/anarcat
bad3444ba5 Added a comment 2015-11-11 14:53:12 +00:00
alejandro@2e9e229fdf45d44cd300a5681432552693d458ab
f85cbfbbb2 Added a comment 2015-11-11 08:29:09 +00:00
https://id.koumbit.net/anarcat
f3007d93cf Added a comment: why use rsync at all? 2015-11-11 01:13:01 +00:00
alejandro@2e9e229fdf45d44cd300a5681432552693d458ab
c270b5b0a0 2015-11-10 23:46:10 +00:00
Joey Hess
ee953385f0
devblog 2015-11-10 17:11:44 -04:00
Joey Hess
f3fa0df028
I'm feeling.. typoish 2015-11-10 17:00:06 -04:00
Joey Hess
403e9dde2f
fix 2015-11-10 16:59:12 -04:00
Joey Hess
99a8455aea
use author() 2015-11-10 16:57:48 -04:00
Joey Hess
3ec6884a77
add userpage for yoh 2015-11-10 16:55:53 -04:00
Joey Hess
7fe2c2bb4e
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-10 16:53:06 -04:00
Joey Hess
7c741302cc
assistant: Pass ssh-options through 3 more git pull/push calls that were missed before.
It was used for regular pull, but not for regular push, tagged push, or the
fallback fetching.
2015-11-10 16:52:30 -04:00
aloukian
38100f48da removed 2015-11-10 20:36:45 +00:00
aloukian
d065515fab Added a comment 2015-11-10 20:36:17 +00:00
aloukian
7cb4b7db8d Added a comment 2015-11-10 20:35:59 +00:00
Joey Hess
4cc95f3fd3
response 2015-11-10 15:52:12 -04:00
Joey Hess
9112f4065c
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-10 15:38:58 -04:00
Joey Hess
10417bf8f6
comment 2015-11-10 15:38:33 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
4b91f1f45f added [[!meta author=yoh]] 2015-11-10 19:34:46 +00:00
Joey Hess
c5c95ab085
response 2015-11-10 15:29:10 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
472df9c9b5 added [[!meta author=yoh]] 2015-11-10 19:25:28 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ee69735b7f Added a comment 2015-11-10 19:24:59 +00:00
Joey Hess
c6253c904c
response 2015-11-10 15:16:43 -04:00
Joey Hess
952d9e42dc
hmm 2015-11-10 15:12:12 -04:00
Joey Hess
af72d43609
response 2015-11-10 15:03:10 -04:00
Joey Hess
8c0c376650
response 2015-11-10 14:58:38 -04:00
Joey Hess
7472aa4655
clarify 2015-11-10 14:49:34 -04:00
Joey Hess
4b02af57b6
display a message in the unlikely scenario of fsking a dead repository 2015-11-10 14:44:58 -04:00
Joey Hess
5847909cad
comment 2015-11-10 13:48:15 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
289ed44fd2 Added a comment 2015-11-10 17:24:28 +00:00
Joey Hess
54bfbac64f
Revert deleton of direct mode page
This reverts commit 46134e04f8.

This may have been an accident, but if it happens again, MARCAO8 will be
banned.
2015-11-10 12:55:41 -04:00
Joey Hess
df7a690d0d
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-10 12:55:00 -04:00
Joey Hess
f6f2ce371c
comment 2015-11-10 12:53:58 -04:00
Joey Hess
428ffc14cc
response 2015-11-10 11:32:28 -04:00
MARCAO8
46134e04f8 2015-11-10 11:49:17 +00:00
Joey Hess
39a881bc7e
close 2015-11-09 12:38:30 -04:00
Joey Hess
08bb3b1b1d
quvi may output utf-8 encoded data when the conifigured locale doesn't support that; avoid crashing on such invalid encoding. 2015-11-09 12:19:23 -04:00
Joey Hess
af863b5b1b
close 2015-11-09 11:56:56 -04:00
Joey Hess
140d74196c
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-09 11:34:30 -04:00
OlivierBerger
eb0b79c991 Added a comment: More details 2015-11-09 14:52:24 +00:00
Joey Hess
6cfcdc99f1
remove badly named bug report, which was later posted under good name 2015-11-08 12:18:00 -04:00
https://id.koumbit.net/anarcat
b85e5749c8 Added a comment: could / will this help with global status? 2015-11-07 16:43:42 +00:00
http://www.joachim-breitner.de/
3cd7d21aae Added a comment 2015-11-07 09:02:08 +00:00
Joey Hess
12a791c7a4
devblog 2015-11-06 16:03:02 -04:00
Joey Hess
53db9d0b5c
work around git check-ignore --batch bad exit status bug, and bring back import -J 2015-11-06 15:39:51 -04:00
Joey Hess
78b63888a6
close 2015-11-06 13:52:47 -04:00
aloukian
7f94b74536 Added a comment 2015-11-06 17:33:32 +00:00
reyman64@f52a9d695f5dc1d5b0788fbb9877e9401fae7421
6803f17a1e Added a comment 2015-11-06 17:07:21 +00:00
Joey Hess
e96d9bbdb4
move dep on http-client to main dep list, since Utility.Url uses it 2015-11-06 12:54:23 -04:00
reyman64@f52a9d695f5dc1d5b0788fbb9877e9401fae7421
749aa0fdb6 Added a comment: Error with Url.hs 2015-11-06 13:37:41 +00:00
vvghadge@ec0c34f6cadf7a32fc6cf0b2bee34c3ce9c568f2
34491b5748 Added a comment: location of Mapping of file to tahoe uri? 2015-11-06 02:28:04 +00:00
vvghadge@ec0c34f6cadf7a32fc6cf0b2bee34c3ce9c568f2
9c597a9135 removed 2015-11-06 02:27:26 +00:00
vvghadge@ec0c34f6cadf7a32fc6cf0b2bee34c3ce9c568f2
e0832b4c8d Added a comment: location of Mapping of file to tahoe uri? 2015-11-06 02:27:10 +00:00
vvghadge@ec0c34f6cadf7a32fc6cf0b2bee34c3ce9c568f2
f95c0398ab removed 2015-11-06 02:26:01 +00:00
vvghadge@ec0c34f6cadf7a32fc6cf0b2bee34c3ce9c568f2
19c6fdc6cb Added a comment: location of Mapping of file to tahoe uri? 2015-11-06 02:24:39 +00:00
Joey Hess
32fedcf56a
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-05 18:57:35 -04:00
Joey Hess
758efa9230
devbog 2015-11-05 18:49:16 -04:00
Joey Hess
362ab39aad
import -J fails at the end, disable util it can be fixed 2015-11-05 18:48:46 -04:00
Joey Hess
5db7d435e7
-J for add/addurl/import 2015-11-05 18:24:15 -04:00
berend.van.berkum@0cc715f45d5a86c134f9192722f7adef9dc63488
34abd76bf7 2015-11-05 18:58:25 +00:00
OlivierBerger
6097d6b06d 2015-11-05 09:30:23 +00:00
gmazzurco89@89ed4f74a057a9c71b2a00000fdb201a88f81bcd
286bce874e Added a comment 2015-11-05 07:28:02 +00:00
aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b50
4780318ea9 2015-11-04 23:29:15 +00:00
aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b50
50ba4f2a95 2015-11-04 23:28:46 +00:00
aloukian@c071735c08bc04266b792aa478ad1bae2d6a8b50
f73c762bc3 2015-11-04 23:25:21 +00:00
Joey Hess
db745a8616
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-04 18:37:42 -04:00
Joey Hess
f2f75ccca7
devblog 2015-11-04 18:36:46 -04:00
Joey Hess
c4d45ef83d
drop -Jn 2015-11-04 17:13:20 -04:00
Joey Hess
c6fc0945f3
update 2015-11-04 17:03:32 -04:00
Joey Hess
3d0f41518d
parallel fsck (yes, these changes are all it takes now!) 2015-11-04 16:28:14 -04:00
alex@7ca398785b94de08e4386b708f32ff9f1af381c7
3f0a1ef495 Added a comment: backblaze support 2015-11-04 19:58:35 +00:00
a@b34f238966e58f7c2ea550cc4cab3005c0e33150
e9cdce696b 2015-11-04 01:54:06 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d3789a5af2 Added a comment 2015-11-03 16:34:40 +00:00
Joey Hess
30e39592b4
response 2015-11-03 12:20:52 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
440193a71a 2015-11-03 15:20:24 +00:00
Joey Hess
17ebe39302
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-03 11:15:06 -04:00
Joey Hess
924668f27c
devblog 2015-11-02 23:39:03 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
bf0b84a86d 2015-11-02 20:59:38 +00:00
Joey Hess
2d5209d6f9
add news item for git-annex 5.20151102 2015-11-02 13:05:57 -04:00
Joey Hess
81006fe1c8
followup 2015-11-02 11:56:29 -04:00
Joey Hess
7d06b04788
meant to be in prev commit 2015-11-02 11:22:02 -04:00
Joey Hess
a7de3a67aa
Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-02 11:19:48 -04:00
Joey Hess
e806e62fa3
document default --autostart --startdelay=5 and comment 2015-11-02 11:18:44 -04:00
Joey Hess
4153507864
Fix failure to build with aws-0.13.0 and finish nearline support.
* Fix failure to build with aws-0.13.0.
* When built with aws-0.13.0, the S3 special remote can be used to create
  google nearline buckets, by setting storageclass=NEARLINE.
2015-11-02 11:14:03 -04:00
edward
6d9d093c5d fix typo: quite -> quiet 2015-11-02 10:10:10 +00:00
skrug@99b63a3f040bc693f0f81a9080e1a4a47ee81312
3b4045f395 2015-11-01 16:56:31 +00:00
skrug@99b63a3f040bc693f0f81a9080e1a4a47ee81312
299735bee2 2015-11-01 16:50:39 +00:00
https://openid-provider.appspot.com/ndurner@1a2a109daa9ab9880e5c3265d0a7604b0c281614
279313c19d 2015-11-01 12:34:16 +00:00
Joey Hess
e9c7cc316e
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-30 21:47:09 -04:00
Joey Hess
e9206ad898
devblog 2015-10-30 21:46:35 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
379afc5300 Added a comment: FWIW 2015-10-30 17:51:10 +00:00
https://id.koumbit.net/anarcat
3d0d832b6c add three more alternatives... 2015-10-30 15:42:35 +00:00
https://id.koumbit.net/anarcat
ad87b9c708 Added a comment: re tox 2015-10-30 15:37:09 +00:00
http://keverets.livejournal.com/
3c5404d0b8 2015-10-30 10:54:39 +00:00
Gastlag
c07dd514e0 Added a comment: Is xmpp the problem ? 2015-10-30 10:42:06 +00:00
parhuzamos
68c33381cc 2015-10-28 21:25:44 +00:00
http://www.joachim-breitner.de/
405ac7bc28 2015-10-28 21:22:57 +00:00
parhuzamos
0ec35e8b45 User "bence" was using Google OpenID which is not supported anymore. Found this moved page, edited it to get notified if anything happens. 2015-10-28 21:01:29 +00:00
parhuzamos
32ef1e4f93 2015-10-28 20:58:36 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
6a6c9057f7 2015-10-28 17:02:07 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
5aec94ad00 2015-10-28 13:10:28 +00:00
Jonan
cf3d3037b6 2015-10-28 11:10:44 +00:00
Jonan
c38b28f874 2015-10-28 11:06:30 +00:00
jonas@1491caea7d71fcf350b6f200807141f1b59857b8
7bc85cb112 Added a comment: gcrypt and map 2015-10-27 10:14:17 +00:00
Joey Hess
6e7eddb5d6
comment 2015-10-26 15:33:32 -04:00
Joey Hess
640dba43b6
enableremote: List uuids and descriptions of remotes that can be enabled, and accept either the uuid or the description in leu if the name. 2015-10-26 14:55:40 -04:00
Joey Hess
016904f424
response 2015-10-26 13:35:59 -04:00
Joey Hess
a3096ccf91
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-26 13:33:38 -04:00
Joey Hess
25f80b4682
respinse 2015-10-26 13:33:21 -04:00
Joey Hess
db29bbf21e
emphasize that 32 bit version if git for windows is the one that works with git-annex 2015-10-26 13:29:12 -04:00
craig@6ddb6e2c94325e18a0d631a06e63fdc111ab1f12
cfff8f9f73 Added a comment: Replicating my key for encrypted special remotes 2015-10-25 19:00:57 +00:00
124.40.246.76
74e6ce79ed poll vote (/sdcard/annex) 2015-10-24 18:32:21 +00:00
db48x
91905bb40e Added a comment: oops 2015-10-21 20:11:32 +00:00
Joey Hess
304476bd95
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-21 10:11:49 -04:00
Henrik Ahlgren
87a00e3608
Changelog typo: remove, not remote 2015-10-21 10:10:55 -04:00
CandyAngel
b40cc800b4 Added a comment 2015-10-21 09:59:06 +00:00
OlivierBerger
d33e46b167 2015-10-21 08:29:05 +00:00
anarcat
48c78c9b2a trick question 2015-10-20 04:44:39 +00:00
Joey Hess
15d7709031
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-20 00:43:53 -04:00
Joey Hess
5877872684
update 2015-10-20 00:43:18 -04:00
db48x
160ade73c2 2015-10-19 21:47:03 +00:00
anarcat
bda780600e Added a comment: happy birthday! 2015-10-19 20:58:57 +00:00
Joey Hess
849c0a1c67
add link to new survey 2015-10-19 16:05:07 -04:00
Joey Hess
22cb444610
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-19 15:59:11 -04:00
http://joeyh.name/
b058fc7e15 Added a comment 2015-10-19 19:58:36 +00:00
Joey Hess
7dc8d07cf9
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-19 15:57:26 -04:00
Joey Hess
587bc6fa20
devblog 2015-10-19 15:57:15 -04:00
anarcat
bb72a4a907 Added a comment 2015-10-19 19:44:32 +00:00
Joey Hess
8ef24669b1
2015 user survey 2015-10-19 15:15:04 -04:00
Joey Hess
e4996fc7a7
add news item for git-annex 5.20151019 2015-10-19 14:54:42 -04:00
Joey Hess
1b502eefa1
roadmap update 2015-10-19 14:41:29 -04:00
Joey Hess
cc50c00e22
response 2015-10-19 13:51:52 -04:00
Joey Hess
0c5455a9a4
comment 2015-10-19 13:39:48 -04:00
Joey Hess
033e4da5a7
response 2015-10-19 13:36:24 -04:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
9d0f5e5c02 Added a comment 2015-10-19 07:09:53 +00:00
darkfeline
7185bd7b4d Added a comment 2015-10-18 23:58:08 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
9bf401f5c0 2015-10-18 20:45:04 +00:00
darkfeline
94921c3cfe Added a comment 2015-10-18 20:15:56 +00:00
craig@6ddb6e2c94325e18a0d631a06e63fdc111ab1f12
177231a557 Added a comment: Replicating my key for encrypted special remotes 2015-10-17 16:29:24 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
3745077c61 Added a comment 2015-10-17 14:54:13 +00:00
anarcat
1d2ba784ce Added a comment: amazing 2015-10-17 02:17:13 +00:00
PaulK
0279b0235e Added a comment 2015-10-16 01:32:38 +00:00
Joey Hess
169991a6ae
devblog 2015-10-15 16:50:10 -04:00
Joey Hess
7ff46b44d6
upstream patch needs testing 2015-10-15 16:42:54 -04:00
Joey Hess
26b8f8a9b6
followup 2015-10-15 16:03:57 -04:00
Joey Hess
d7c29f169c
close as encfs is the bug 2015-10-15 15:44:11 -04:00
Joey Hess
c45e380bf0
fixed 2015-10-15 15:41:26 -04:00
Joey Hess
806819be57
Avoid displaying network transport warning when a ssh remote does not yet have an annex.uuid set.
Instead, only display transport error if the configlist output doesn't
include an annex.uuid line, even an empty one.

A recent change made git-annex init try to get all the remote uuids, and so
the transport error would be displayed by it. It was also displayed when
eg, copying files to a remote that had no uuid yet.
2015-10-15 15:36:54 -04:00
Joey Hess
50949b11ab
response 2015-10-15 14:51:08 -04:00
Joey Hess
6d16e1615e
response 2015-10-15 14:45:48 -04:00
Joey Hess
1b023493ef
close 2015-10-15 14:27:03 -04:00
Joey Hess
238728362f
analysis 2015-10-15 14:13:39 -04:00
Joey Hess
1fda285c4a
comment 2015-10-15 13:14:57 -04:00
Joey Hess
62d5e7b811
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-15 11:42:55 -04:00
CandyAngel
19fdf55a0b Added a comment 2015-10-15 10:59:59 +00:00
ptspts@d0db5f2b8c4e6befae8899f31c117d093913f43e
a3d6da5afb Added a comment: renaming oesn't work as expected when changing the extension 2015-10-15 08:54:08 +00:00
PaulK
e862cbd565 2015-10-15 04:34:35 +00:00
PaulK
54aa031bc5 2015-10-15 04:31:51 +00:00
PaulK
eba5045642 2015-10-15 04:28:39 +00:00
https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c1
322f02a9c2 2015-10-14 21:34:10 +00:00
https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c1
8a01949006 2015-10-14 21:32:28 +00:00
https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c1
af66e11f09 2015-10-14 21:30:09 +00:00
https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c1
3b314ce5a2 2015-10-14 21:29:15 +00:00
https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c1
c15362e586 2015-10-14 21:27:46 +00:00
https://me.yahoo.com/a/egXXJdRkj_WkxY8aXA9cdIu2fQc-#a61c1
e877fde4fc 2015-10-14 21:27:16 +00:00
Joey Hess
daf4f62b0e
word wrap 2015-10-14 13:44:20 -04:00
Joey Hess
3f32670fca
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-14 12:37:58 -04:00
Joey Hess
9e90c033d3
Changed drop ordering when using git annex sync --content or the assistant, to drop from remotes first and from the local repo last. This works better with the behavior changes to drop in many cases. 2015-10-14 12:33:02 -04:00
anarcat
9d2a602661 timing info 2015-10-13 20:37:41 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
f9547828b7 Added a comment 2015-10-13 16:57:24 +00:00
anarcat
7304e459c3 more notes 2015-10-13 16:02:06 +00:00
anarcat
0106340d4a workarounds 2015-10-13 14:14:16 +00:00
anarcat
741d2aac72 clarification 2015-10-13 11:41:09 +00:00
darkfeline
493ded38a5 Added a comment 2015-10-13 05:24:26 +00:00
Antoine Beaupré
81284e0cdc new bug 2015-10-13 00:48:11 -04:00
darkfeline
7977808b4b 2015-10-13 04:33:24 +00:00
Richard Hartmann
b19f165c9c doc/devblog/day_322-326__concurrent_drop_safety.mdwn: Wording 2015-10-12 22:50:16 +02:00
Joey Hess
73b26a8b05
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-12 15:09:47 -04:00
Joey Hess
724c004b22
response 2015-10-12 14:55:02 -04:00
Joey Hess
f9adb905fc
Avoid unncessary write to the location log when a file is unlocked and then added back with unchanged content.
Implemented with no additional overhead of compares etc.

This is safe to do for presence logs because of their locality of change;
a given repo's presence logs are only ever changed in that repo, or in a
repo that has just been actively changing the content of that repo.

So, we don't need to worry about a split-brain situation where there'd
be disagreement about the location of a key in a repo. And so, it's ok to
not update the timestamp when that's the only change that would be made
due to logging presence info.
2015-10-12 14:46:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw
952a3afdf0 Added a comment 2015-10-12 18:21:21 +00:00
Joey Hess
82ba8c9a6a
comment 2015-10-12 13:29:00 -04:00
Joey Hess
405998e5fc
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-12 13:17:01 -04:00
Joey Hess
46ba8a46d7
response 2015-10-12 13:16:00 -04:00
Joey Hess
c84a5d39b1
response 2015-10-12 13:13:27 -04:00
Joey Hess
6278471aff
response 2015-10-12 13:08:34 -04:00
Joey Hess
d9d73c9602
close 2015-10-12 13:06:58 -04:00
efraim@78c5af2ab57cf0d7aa23bae3dd0adb700c98217c
b44f1519f3 2015-10-11 20:05:14 +00:00
tribut
53d3b5a197 2015-10-11 17:33:20 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
80ea196c6d Added a comment 2015-10-11 16:51:07 +00:00
dah
7939a51b73 Added a comment 2015-10-10 19:02:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw
96ee4b7ebe Added a comment 2015-10-10 18:53:58 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
6b60f22949 Added a comment 2015-10-10 10:16:15 +00:00
Joey Hess
bddff249ae
fix close tag 2015-10-09 18:12:00 -04:00
Joey Hess
74928a738b
Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-09 18:05:10 -04:00
Joey Hess
22691478cf
Merge branch 'dropproof' 2015-10-09 18:03:00 -04:00
Joey Hess
6719d17136
massive devblog 2015-10-09 18:02:35 -04:00
Joey Hess
181d4fd459
close bug 2015-10-09 17:32:12 -04:00
Joey Hess
e392ec112f
also generate a drop safety proof for move --from remote 2015-10-09 16:16:03 -04:00
Joey Hess
b944da832b
tests and verified that the bug is fixed, in all the cases I identified 2015-10-09 15:59:42 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
a8106c69c3 2015-10-09 18:45:13 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
923c5cdbf2 Added a comment: post-receive hook 2015-10-09 17:41:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw
405deb3d2f removed 2015-10-09 08:47:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw
d67e11cca4 Added a comment 2015-10-09 08:45:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw
12058979ee Added a comment 2015-10-09 08:45:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw
def02b59e9 2015-10-09 08:35:31 +00:00
darkfeline
103a72745d Added a comment 2015-10-09 02:25:57 +00:00
darkfeline
7591861ffb 2015-10-09 02:19:40 +00:00
darkfeline
c3df43e92c Added a comment: Sharing S3 bucket between repos 2015-10-09 01:16:25 +00:00
Joey Hess
5240a9f315
git-annex-shell: Added lockcontent command, to prevent dropping of key's content. 2015-10-08 14:47:46 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2d2200fac2 Added a comment: ah -- the 32bit build I guess 2015-10-08 17:50:50 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
4b6656d883 Added a comment: standalone builds 2015-10-08 16:35:11 +00:00
jec@8edf298ac8f8152bffcd4fdc1a310949d3547fe4
a175f476ab Added a comment: Git Version 2015-10-07 20:24:05 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
585af1165f Added a comment 2015-10-07 20:22:16 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
aba4fe08f7 Added a comment 2015-10-07 20:12:20 +00:00
Joey Hess
cb4c950afd getting proof-y 2015-10-07 15:52:56 -04:00
Joey Hess
c454b82c52 titles 2015-10-07 11:28:07 -04:00
Joey Hess
f37c2c6a73 indents 2015-10-07 11:25:55 -04:00
Joey Hess
23b8f6c1fe alternative solution 2015-10-07 11:23:27 -04:00
Joey Hess
4bfaaf184c analysis of some topologies, and idea to generate moves 2015-10-07 11:03:15 -04:00
Joey Hess
1ac79e6fe5 copy --auto was checking the wrong repo's preferred content. (--from was checking what --to should, and vice-versa.) Fixed this bug, which was introduced in version 5.20150727. 2015-10-06 17:29:44 -04:00
Joey Hess
ba7ecf68c0 analysis 2015-10-06 17:11:52 -04:00
Joey Hess
8f555ceb16 comment 2015-10-06 17:05:38 -04:00
Joey Hess
862a125094 confirmed 2015-10-06 16:33:44 -04:00
Joey Hess
72f2d4c85d Merge branch 'master' of ssh://git-annex.branchable.com 2015-10-06 16:29:14 -04:00
Joey Hess
7607361158 response 2015-10-06 16:23:04 -04:00
konubinix
3e5b7fb2b2 Add some precision about the versions tested and why it is a bug in mind opinion 2015-10-06 20:15:51 +00:00
Joey Hess
3688b16cef response 2015-10-06 16:08:32 -04:00
Joey Hess
6701e451af comment 2015-10-06 16:06:39 -04:00
konubinix
2ce0dd1d54 2015-10-06 20:04:23 +00:00
Joey Hess
888fc6292d show git-annex init w/o description for laptop, where default would suffice. And for init of usb drive, be clear that it's a description, not a name. 2015-10-06 15:59:43 -04:00
Joey Hess
ebd1b3ca60 response 2015-10-06 15:42:21 -04:00
Joey Hess
8cb060fd42 comment 2015-10-06 15:23:04 -04:00
Joey Hess
4c8aca9cec hairy problem 2015-10-06 15:09:24 -04:00
Joey Hess
324bd88b8a comment 2015-10-06 13:30:58 -04:00
jec@8edf298ac8f8152bffcd4fdc1a310949d3547fe4
2f9bc946f3 2015-10-06 01:37:55 +00:00
jec@8edf298ac8f8152bffcd4fdc1a310949d3547fe4
f9ad9e26d1 2015-10-06 01:34:12 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c1f37d0817 Added a comment: account information was emailed 2015-10-05 23:13:29 +00:00
nbren12@2093afead64fc71676a3456db655dc8b1bb15abb
cb86de5c1c 2015-10-05 23:13:13 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
c540b0fcb2 Added a comment 2015-10-05 19:07:51 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
1be28f05f2 Added a comment 2015-10-05 18:53:20 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
c61c205fb7 2015-10-05 18:32:53 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
350d923464 2015-10-05 18:31:25 +00:00
anarcat
0b25fb173d no www doesn't seem to resolve here or on google's public NSs 2015-10-05 17:57:39 +00:00
jirib@503223f0610c6c66f4e6dc738a5a0b2648c290b1
cd18c674f6 Added a comment: statfs64 2015-10-05 09:58:10 +00:00
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626
142fb1eb0a Added a comment 2015-10-05 06:28:17 +00:00
jephte.clain@f0da2444b164953b596ac5e3e38da30b8c04e5e3
0a7fc08134 Added a comment 2015-10-05 05:48:38 +00:00
Øyvind A. Holm
5f2f89f730 Minor grammar fix in my comment 2015-10-05 01:33:12 +02:00
sunny256
cd11fa0a4b Added a comment: Yay, man! 2015-10-04 23:28:43 +00:00
Joey Hess
2ac487f91d devblog 2015-10-04 16:12:41 -04:00