Joey Hess
92ca28c47b
close
2021-07-06 09:46:25 -04:00
Joey Hess
c00a15dde0
close
2021-07-06 09:45:45 -04:00
Joey Hess
ec809de4b0
comment
2021-07-05 13:19:53 -04:00
Joey Hess
b9db859221
addurl: Avoid crashing when used on beegfs.
...
Sponsored-by: Dartmouth College's DANDI project
2021-07-05 13:02:40 -04:00
Joey Hess
17f8682d19
comment
2021-07-05 12:17:55 -04:00
Joey Hess
13337e22d6
Merge branch 'master' of ssh://git-annex.branchable.com
2021-07-05 12:12:51 -04:00
Joey Hess
ca76343e71
update
2021-07-05 09:37:26 -04:00
strmd
3e1b404a54
Added a comment
2021-07-05 07:07:35 +00:00
css@fcd6583660cae4ea6565f44f31443feb8e131139
8c8dd1be6a
Added a comment
2021-07-05 03:17:39 +00:00
yarikoptic
4c191b2f0f
Added a comment
2021-07-04 03:27:20 +00:00
pat
1dfaac553b
Added a comment
2021-07-04 00:28:09 +00:00
pat
c95d359281
2021-07-03 23:14:30 +00:00
yarikoptic
c381d60f64
allocate to dandi project
2021-07-03 13:44:53 +00:00
Joey Hess
e8baf5d58f
remove TAGS target
...
hothasktags dropped emacs support, and probably emacs users will use
haskell-language-server rather than tags, I guess
2021-07-02 14:38:28 -04:00
Joey Hess
a44e14678a
update for autobuilder changes
2021-07-02 13:03:19 -04:00
Joey Hess
0222817a05
update autobuilds
2021-07-02 13:01:24 -04:00
Joey Hess
763265e537
change autobuild link to something that works not a stale repo
2021-07-02 12:06:56 -04:00
Joey Hess
9905ec19a7
add pointer to annex.security.allowed-url-schemes
...
Sponsored-by: Kevin Mueller on Patreon
2021-07-02 10:53:45 -04:00
Joey Hess
5f0cc72303
comment
2021-07-02 10:42:54 -04:00
yarikoptic
f8f6d692b7
beegfs tests fails
2021-07-01 23:44:25 +00:00
Ilya_Shlyakhter
f45abc5e28
Added a comment: syncing standalone version with the standard version
2021-07-01 18:44:03 +00:00
Ilya_Shlyakhter
97eb79e752
Added a comment: read-only view of repo clone with symlinks as normal files
2021-07-01 17:17:20 +00:00
Joey Hess
898a677bce
fix build on windows
...
Sponsored-by: Dartmouth College's Datalad project
2021-07-01 12:52:33 -04:00
Joey Hess
d9124bb8ce
tag because this is affecting datalad
...
https://github.com/datalad/datalad/issues/5750
2021-07-01 12:49:32 -04:00
Joey Hess
51335e9aad
comments
2021-07-01 12:45:03 -04:00
Joey Hess
d2c48404a8
assistant: Avoid unncessary git repository repair
...
In a situation where git fsck gets confused about a commit that is made
while it's running.
Sponsored-by: Graham Spencer on Patreon
2021-06-30 18:00:16 -04:00
Joey Hess
ee2e7c28a6
update
2021-06-30 17:20:15 -04:00
Joey Hess
c64309804a
Merge branch 'master' of ssh://git-annex.branchable.com
2021-06-30 16:53:43 -04:00
Joey Hess
0ffcfbdca6
bug
2021-06-30 16:44:30 -04:00
Joey Hess
ada61676ff
factor out pure code
2021-06-30 16:42:08 -04:00
adina.wagner@2a4cac6443aada2bd2a329b8a33f4a7b87cc8eff
f0a56531e8
Added a comment
2021-06-30 16:22:13 +00:00
Joey Hess
7eec5c516d
add news item for git-annex 8.20210630
2021-06-30 11:49:11 -04:00
Joey Hess
fd99ce6c95
releasing package git-annex version 8.20210630
2021-06-30 11:48:33 -04:00
Joey Hess
73ccf34763
closing
2021-06-30 11:47:39 -04:00
yarikoptic
0e7906e802
Added a comment
2021-06-30 14:26:34 +00:00
jwodder
d296fb9693
2021-06-30 13:16:19 +00:00
falsifian
0a9a9c44e7
Added a comment
2021-06-30 00:09:23 +00:00
Atemu
99266d7875
Added a comment
2021-06-29 22:57:39 +00:00
Joey Hess
d9949944d1
Merge branch 'master' of ssh://git-annex.branchable.com
2021-06-29 13:30:58 -04:00
yarikoptic
fe32661cf5
Added a comment
2021-06-29 17:27:35 +00:00
Joey Hess
75d29de8d4
avoid using CopyFile
...
If .git/config symlinks are ever a thing, this will handle them better.
But mostly, this is to avoid git-repair needing to include CopyFile,
which would complicate it unduely.
2021-06-29 13:21:21 -04:00
Joey Hess
6b0d732746
repair: Fix reversion in version 8.20200522 that prevented fetching missing objects from remotes
...
In commit dfc4e641b5
git repair was changed
to use remote name, not url, when fetching. But it fetches into a temporary
git repo, which doesn't have remotes configured. Oops.
(In my defense, that commit was made just as covid lockdown started. But
testing? Urk.)
Sponsored-by: Mark Reidenbach on Patreon
2021-06-29 13:15:15 -04:00
Joey Hess
199391befe
make repair interruption safe
...
Fixed bug that interrupting git-annex repair (or assistant) while it was
fixing repository corruption would lose objects that were contained in pack
files.
Unpack all pack files and move objects into place *before* deleting the
pack files. The old approach moved the pack files to a temp directory
before unpacking them, which was not interruption safe.
Sponsored-By: Jochen Bartl on Patreon
2021-06-29 13:14:28 -04:00
Joey Hess
a492553eca
some analysis
2021-06-28 15:00:21 -04:00
Joey Hess
26b0895187
close
2021-06-28 13:14:19 -04:00
Joey Hess
34b958144d
close
2021-06-28 13:11:13 -04:00
Joey Hess
5594d00f8c
close
2021-06-28 13:08:57 -04:00
Joey Hess
ef5fb1a853
close
2021-06-28 13:05:26 -04:00
Joey Hess
d7d9363677
comment
2021-06-28 12:54:41 -04:00
Joey Hess
9cb5ed2446
avoid using cp --reflink=auto on windows
...
Sponsored-by: Dartmouth College's Datalad project
2021-06-28 12:51:40 -04:00