Joey Hess
1e46158c44
Merge branch 'master' of ssh://git-annex.branchable.com
2021-03-02 13:48:02 -04:00
Joey Hess
a14001785e
fix --branch combined with --unlocked or --locked
...
Since it's using git ls-tree anyway, can just look at the file modes to see
if they're unlocked or are symlinks.
2021-03-02 13:47:27 -04:00
Joey Hess
cbf94fd13d
prep for fixing find --branch --unlocked
...
Added LinkType to ProvidedInfo, and unified MatchingKey with
ProvidedInfo. They're both used in the same way, so there was no real
reason to keep separate.
Note that addLocked and addUnlocked still set matchNeedsFileName,
because to handle MatchingFile, they do need it. However, they
don't use it when MatchingInfo is provided. This should be ok,
the --branch case will be able skip checking matchNeedsFileName,
since it will provide a filename in any case.
2021-03-02 13:39:31 -04:00
gerta
3d48e96972
2021-03-02 08:04:22 +00:00
Joey Hess
ee4fd38ecf
remove unused contentFile = Nothing
2021-03-01 16:35:38 -04:00
Joey Hess
25e4ab7e81
Prevent combinations of options such as --all with --include
...
Previously such nonsensical combinations always treated the matching option
as if it didn't match.
For now, made find --branch refuse matching options that need a
filename, because one is not provided to them in a way they'll use.
There's an open bug report to support it, but making it error out is
better than the old behavior of not finding what it was asked to.
Also, made --mimetype combined with eg --all work, by looking at the
object file when operating on keys.
2021-03-01 16:25:23 -04:00
Joey Hess
7a089f05b2
move comment to correct bug
2021-03-01 15:24:21 -04:00
Joey Hess
eb594c710e
unregisterurl: New command
...
Implemented by generalizing registerurl. Without the implicit batch mode
of registerurl since that is only a backwards compatability thing
(see commit 1d1054faa6
).
2021-03-01 14:28:24 -04:00
Joey Hess
97ae474585
registerurl: Allow it to be used in a bare repository.
2021-03-01 14:03:03 -04:00
Joey Hess
06665d733a
comment
2021-03-01 13:52:19 -04:00
Joey Hess
0482424fad
analysis
2021-03-01 13:36:18 -04:00
Joey Hess
db2e0485ae
Merge branch 'master' of ssh://git-annex.branchable.com
2021-03-01 13:10:50 -04:00
Joey Hess
a217f92dc1
fix problem with example
2021-03-01 13:09:22 -04:00
Joey Hess
a8b627d82b
uninit: Fix a small bug that left a lock file in .git/annex
...
unannex using git queue caused the queue lock to be taken after uninit had
cleaned out .git/annex. Flush the queue earlier to avoid.
2021-03-01 13:05:47 -04:00
Ilya_Shlyakhter
cd682cf227
Added a comment: issue of pushing refs to annexed files but not info on how to fetch them
2021-03-01 16:46:57 +00:00
Ilya_Shlyakhter
324838324b
Added a comment: issue with example
2021-02-28 23:18:29 +00:00
spwhitton
30299f52b1
annex-review-unused -> git annex reviewunused
2021-02-28 20:20:03 +00:00
gerta
12169b7fda
removed
2021-02-28 13:51:07 +00:00
gerta
27531ce81a
2021-02-27 06:58:15 +00:00
gerta
0d8b275710
2021-02-27 05:52:40 +00:00
Joey Hess
9835fa5d01
todo
2021-02-26 12:12:41 -04:00
arelius@a7e47ae13cb3452464261e3a99bfe6d2c25895fd
c802c0685e
Added a comment
2021-02-25 21:46:22 +00:00
kyle
4c48791d41
Added a comment
2021-02-25 21:25:52 +00:00
kyle
9d96f41185
Added a comment: setpresentkey 0
2021-02-25 21:18:50 +00:00
yarikoptic
e5a24a502c
or just a rmurl --key?
2021-02-25 20:37:25 +00:00
yarikoptic
4c1ffaac56
TODO for unregisterurl
2021-02-25 20:27:46 +00:00
kyle
6a98e69f2f
2021-02-24 22:37:06 +00:00
Joey Hess
61c3797dd5
comment and close not a bug
2021-02-24 13:31:19 -04:00
Joey Hess
a942ed4bb9
Windows: Correct the path to the html help file for 64 bit build.
2021-02-24 13:19:42 -04:00
Joey Hess
0c90ccc40c
retitle
2021-02-24 13:16:03 -04:00
Joey Hess
0f09185683
comment
2021-02-24 13:15:58 -04:00
m15
c98b3cde6c
2021-02-24 10:44:02 +00:00
arelius@a7e47ae13cb3452464261e3a99bfe6d2c25895fd
7bf0f95f38
2021-02-24 04:52:39 +00:00
arelius@a7e47ae13cb3452464261e3a99bfe6d2c25895fd
08795b0263
Added a comment
2021-02-24 04:49:34 +00:00
arelius@a7e47ae13cb3452464261e3a99bfe6d2c25895fd
def4ac2f90
Added a comment
2021-02-24 04:32:08 +00:00
arelius@a7e47ae13cb3452464261e3a99bfe6d2c25895fd
c3ab606dd6
2021-02-24 04:30:59 +00:00
Joey Hess
33af7d1932
add news item for git-annex 8.20210223
2021-02-23 14:41:46 -04:00
Joey Hess
d670346b22
releasing package git-annex version 8.20210223
2021-02-23 14:40:45 -04:00
Atemu
5e5829a8d4
2021-02-23 15:16:50 +00:00
Joey Hess
530e96b80e
fix unannex data overwrite bug
...
unannex, uninit: When an annexed file is modified, don't overwrite the
modified version with an older version from the annex
This commit was sponsored by Mark Reidenbach on Patreon.
2021-02-22 13:35:00 -04:00
Joey Hess
224bc7579b
bug report
2021-02-22 13:03:22 -04:00
Joey Hess
62d5a73bdd
unannex, uninit: Avoid running git rm once per annexed file, for a large speedup.
2021-02-22 12:56:11 -04:00
Joey Hess
cddf2343b2
wording
2021-02-22 12:51:52 -04:00
Joey Hess
dd97017246
Merge branch 'master' of ssh://git-annex.branchable.com
2021-02-22 12:40:06 -04:00
Joey Hess
3ba349eec3
comment
2021-02-22 12:38:34 -04:00
Joey Hess
17a08f38e2
comment
2021-02-22 12:31:55 -04:00
EvanDeaubl
abb70e83dd
Added a comment: One possible workaround
2021-02-22 16:23:41 +00:00
Joey Hess
266f779e84
Merge branch 'master' of ssh://git-annex.branchable.com
2021-02-22 12:13:20 -04:00
zsolt1
4381ad636e
Added a comment
2021-02-21 18:11:36 +00:00
git-annex.branchable.com@d12f3f46c9222459d17f96bc7be04f7cd03a6732
1e4fac1046
Added a comment
2021-02-21 15:50:49 +00:00