jkniiv
c623288288
2020-11-25 07:38:17 +00:00
gueux
87e6f09ce3
Added a comment
2020-11-24 21:07:37 +00:00
Joey Hess
a80bf89e8d
comment and moreinfo needed
2020-11-24 15:00:06 -04:00
Joey Hess
49584ead91
close
2020-11-24 14:33:52 -04:00
Joey Hess
f844abd223
close
2020-11-24 14:32:34 -04:00
Joey Hess
e59cec1755
Merge branch 'master' of ssh://git-annex.branchable.com
2020-11-24 12:31:33 -04:00
Joey Hess
88cef18fac
upgrade: Support an edge case upgrading a v5 direct mode repo where nothing had ever been committed to the head branch
...
This commit was sponsored by Jack Hill on Patreon.
2020-11-24 12:31:17 -04:00
jkniiv
ad4689e790
Added a comment: I concur, in fact git annex init
doesn't work at all
2020-11-24 16:28:25 +00:00
Joey Hess
14155bcebe
details
2020-11-24 11:38:50 -04:00
jwodder
88ca42ae91
2020-11-24 13:42:30 +00:00
Lukey
02b9764ffd
Added a comment
2020-11-23 19:06:13 +00:00
Lukey
f4d78f3ab9
Added a comment
2020-11-23 19:00:56 +00:00
Joey Hess
a6f7017eba
Merge branch 'master' of ssh://git-annex.branchable.com
2020-11-23 13:00:36 -04:00
Joey Hess
24fdd36e50
forward bug report
2020-11-23 12:52:10 -04:00
jwodder
604b834431
Added a comment
2020-11-23 15:02:29 +00:00
Joey Hess
931ad80412
bug
2020-11-22 21:28:57 -04:00
ghen1
c724adfb48
2020-11-22 13:24:47 +00:00
Joey Hess
b9f03371d5
done
2020-11-20 12:53:13 -04:00
gueux
65131af1f8
2020-11-19 22:15:58 +00:00
gueux
321663d27f
rename bugs/adjust_--unlock_implies_all_files_set_as_modified.mdwn to bugs/after_adjust_--unlock_implies__44___a_lot_of_files_are_reported_as_modified.mdwn
2020-11-19 22:14:24 +00:00
gueux
4193b8093d
2020-11-19 22:09:23 +00:00
jwodder
9a8a68a27d
2020-11-19 21:15:42 +00:00
Joey Hess
9089229c23
done
2020-11-19 16:38:51 -04:00
Joey Hess
b90b9b936d
don't rely on exception for http 416
...
Fix a bug that could make resuming a download from the web fail when the
entire content of the file is actually already present locally.
What a mess that Request can throw exceptions or not, depending on how
it's configured. Makes it very hard if you need to handle some specific
http status codes in a function like this! Implementing everything two
ways did not seem appealing, if possible at all, so I decided to
override the Request if it did come configured to throw exception on
non-2xx http status. Other exceptions, like from http-client-restricted,
or due to a redirect to a non-http url, still get thrown.
This commit was sponsored by Luke Shumaker on Patreon.
2020-11-19 14:44:42 -04:00
Joey Hess
3991c8e43d
comment
2020-11-19 13:02:23 -04:00
Joey Hess
7755c5705d
comment
2020-11-19 13:02:17 -04:00
Joey Hess
b3c88da181
fix windows assistant upgrade glitch
...
Prevent windows assistant from trying (and failing) to upgrade itself,
which has never been supported on windows.
The new windows build is made with UPGRADE_LOCATION set, which enabled this
code path that had never run on windows before, and doesn't work. I don't
want to try to support self-upgrade on windows, or generally on other OS's
than the ones where its working, so added a check for that. This way the
build can keep setting UPGRADE_LOCATION and if some later git-annex does
learn how to upgrade itself on some OS, it won't need changing the build
setup.
2020-11-19 12:50:25 -04:00
Joey Hess
4b739fc460
Fix build on Windows
...
Thanks to bug reporter for the patch.
2020-11-19 12:33:00 -04:00
Joey Hess
c3be0c8dd2
close
2020-11-19 12:08:06 -04:00
kyle
4c46e92ca3
Added a comment
2020-11-19 15:35:00 +00:00
git-annex@77d290f42943061acb99794c304fc6a6d5f601db
d321002182
2020-11-19 14:11:57 +00:00
jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb
994a3b04d1
added version info as reported by git-annex version
2020-11-19 05:12:06 +00:00
jkniiv@b330fc3a602d36a37a67b2a2d99d4bed3bb653cb
977ab328aa
2020-11-19 05:00:25 +00:00
Joey Hess
d8b7f6721f
Merge branch 'ssh-hates-me'
2020-11-18 15:17:05 -04:00
Joey Hess
043eee0cb5
update
2020-11-18 15:16:49 -04:00
Joey Hess
9c448c877b
Merge branch 'master' of ssh://git-annex.branchable.com
2020-11-18 12:53:41 -04:00
Joey Hess
24f7d0af3d
followup
2020-11-18 12:52:14 -04:00
kyle
774a02909d
Added a comment
2020-11-18 15:30:07 +00:00
https://ro-che.info/
b3ac1653b2
2020-11-18 13:46:25 +00:00
alex@3cb1cc0c80ffb2137f36155c5caa581605c3767b
a7254774b3
2020-11-18 12:09:08 +00:00
alex@3cb1cc0c80ffb2137f36155c5caa581605c3767b
5ecf4152c2
2020-11-18 12:08:08 +00:00
gueux
7dc9cf9d69
Added a comment
2020-11-18 10:54:56 +00:00
Joey Hess
3dda21d292
comment
2020-11-17 17:30:43 -04:00
Joey Hess
6b63278f31
init: When writing hook scripts, set all execute bits, not only the user execute bit
2020-11-17 13:31:12 -04:00
Joey Hess
fbbc42a9d4
comment
2020-11-17 13:20:54 -04:00
Joey Hess
77b3f002cd
fix typo closing
2020-11-17 12:00:03 -04:00
gueux
f41026f5a9
2020-11-17 11:21:56 +00:00
kyle
4bc564cada
Added a comment
2020-11-16 18:22:05 +00:00
yarikoptic
474dfa26f2
Added a comment
2020-11-16 17:44:33 +00:00
wting
ea1662d6f3
Added a comment
2020-11-13 23:08:26 +00:00