spwhitton
2c969a94fb
Added a comment
2016-04-20 19:01:21 +00:00
Joey Hess
b56218f0c2
Fix bug that prevented annex.sshcaching=false configuration from taking effect when on a crippled filesystem. Thanks, divergentdave.
2016-04-20 14:43:43 -04:00
Joey Hess
70016c8dc2
comment
2016-04-20 14:24:26 -04:00
Joey Hess
5664fce5dd
comment
2016-04-20 14:13:52 -04:00
Joey Hess
052b440e7c
this bug report/rant section has gotten way past diminishing returns, so I am deleting it
...
Sorry, but I have no interest in arguing about false equivilances such as
comment 23.
2016-04-20 14:00:39 -04:00
Joey Hess
2ee46024c0
followup
2016-04-20 12:51:31 -04:00
Joey Hess
f947781fa0
Avoid setting LOCPATH in linux standalone builds now that ghc has been fixed to not hang when it cannot find locale files.
2016-04-20 12:40:11 -04:00
Joey Hess
b949e85045
remove old closed bugs and todo items to speed up wiki updates and reduce size
...
Remove closed bugs and todos that were last edited or commented before Q3 2015.
Command line used:
for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
2016-04-19 13:55:29 -04:00
Joey Hess
a9c7260adb
reopen, comment
2016-04-19 13:27:56 -04:00
Joey Hess
850d0da699
Fix duplicate progress meter display when downloading from a git remote over http with -J.
2016-04-19 13:10:56 -04:00
Joey Hess
e3fb94b006
Merge branch 'master' of ssh://git-annex.branchable.com
2016-04-19 12:51:36 -04:00
Joey Hess
60ae80a13a
reproduced
2016-04-19 12:51:20 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
f1f437aada
Added a comment
2016-04-19 16:24:50 +00:00
Joey Hess
db8ec3a16a
Merge branch 'master' of ssh://git-annex.branchable.com
2016-04-19 11:46:24 -04:00
Joey Hess
89d6e5d2f7
comment
2016-04-19 11:33:55 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
0cec13ddf7
added meta that author was mih
2016-04-19 14:49:11 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
55474db92f
Added a comment
2016-04-19 14:47:58 +00:00
Joey Hess
cd4902068a
releasing package git-annex version 6.20160418
2016-04-18 18:47:55 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
11de7fac90
Added a comment
2016-04-18 14:16:31 +00:00
http://svario.it/gioele
f24dba7616
Added a comment
2016-04-16 12:53:13 +00:00
divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899
42f385d537
Added a comment
2016-04-15 12:24:07 +00:00
xloem
d4b3a8a18e
2016-04-15 02:18:43 +00:00
Joey Hess
5d4c235474
response
2016-04-14 17:39:48 -04:00
Joey Hess
6a07ed22cb
comment
2016-04-14 16:08:35 -04:00
Joey Hess
b0876bd6a8
Merge branch 'master' of ssh://git-annex.branchable.com
2016-04-14 15:55:54 -04:00
Joey Hess
bd516af734
fsck: Warn when core.sharedRepository is set and an annex object file's write bit is not set and cannot be set due to the file being owned by a different user.
...
Made all Annex.Perms file mode changing functions ignore errors when
core.sharedRepository is set, because the file might be owned by someone
else. I don't fancy getting bug reports about crashes due to set modes in
this configuration, which is a very foot-shooty configuration in the first
place.
The fsck warning is necessary because old repos kept files mode 444, which
doesn't allow locking them, and so if the mode remains 444 due to the file
being owned by someone else, the user should be told about it.
2016-04-14 15:36:53 -04:00
Don
db1e7965ea
Added a comment
2016-04-14 19:31:52 +00:00
Joey Hess
5cb7f590be
close probably bogus bug and followup
2016-04-14 15:04:50 -04:00
Joey Hess
d05a75e45a
fix bug in unlocked file scanner that skipped over executable unlocked files
2016-04-14 13:07:46 -04:00
Joey Hess
975ec15a86
response
2016-04-13 15:26:18 -04:00
Joey Hess
ed68f0c0a0
webapp: Update url to add gitlab.com ssh key. (Psst GitLab.. cool urls don't change!)
2016-04-13 14:49:01 -04:00
Joey Hess
d1da01c2cf
dup?
2016-04-13 14:32:07 -04:00
Joey Hess
944925a646
comment
2016-04-13 14:20:54 -04:00
Joey Hess
4b5e3b91f3
response
2016-04-13 14:13:01 -04:00
Joey Hess
1010482bc7
webapp: When $HOME is a git repository, and has been initialized for use by git-annex, opening the webapp went ahead and ran the assistant there, annexing all files. Since this is almost certianly not desirable, especially when the user is just opening the webapp from a dekstop menu which happens to run it in $HOME, the webapp will now not treat such a $HOME git repository as a git-annex repository.
2016-04-13 14:07:50 -04:00
Joey Hess
fb4949dc1c
response
2016-04-13 13:42:31 -04:00
Joey Hess
4e925cb604
Merge branch 'master' of ssh://git-annex.branchable.com
2016-04-13 13:01:02 -04:00
Joey Hess
b731ff689c
followup
2016-04-13 12:59:59 -04:00
https://me.yahoo.com/a/n0FWjM0duI0IytxNwAsBBv1BvGd8rA--#a9eec
a314e77f83
removed
2016-04-13 16:00:50 +00:00
https://me.yahoo.com/a/n0FWjM0duI0IytxNwAsBBv1BvGd8rA--#a9eec
9b6022f5ac
Added a comment
2016-04-13 15:58:30 +00:00
j_k_234@b2b1aa189bf195cefd815fc0fe70e0ebbe2b8077
b6174e7621
Added a comment
2016-04-13 10:15:03 +00:00
Joey Hess
eac26f13db
Fix bug in annex.largefiles mimetype= matching when git-annex is run in a subdirectory of the repository.
2016-04-12 14:19:34 -04:00
Joey Hess
8dbc009b1b
response
2016-04-12 13:16:47 -04:00
hugues.fontenelle@a0dfbe32c0e6575ef1eb2a2f13cd79ee8761de34
2375aec6c4
2016-04-11 10:53:16 +00:00
xloem
20ea3a9f9f
2016-04-10 22:42:11 +00:00
j_k_234@b2b1aa189bf195cefd815fc0fe70e0ebbe2b8077
56098f2ad5
Added a comment
2016-04-10 13:47:30 +00:00
j_k_234@b2b1aa189bf195cefd815fc0fe70e0ebbe2b8077
9090987780
2016-04-10 13:07:32 +00:00
spwhitton
bcc5e0bafc
file bug
2016-04-09 17:16:07 +00:00
Joey Hess
b3b1d72d57
Merge branch 'master' of ssh://git-annex.branchable.com
2016-04-09 12:31:27 -04:00
ExGen
196547ec8d
Added a comment: comment 4
2016-04-08 22:00:33 +00:00