Commit graph

36625 commits

Author SHA1 Message Date
Joey Hess
8b7f69d493
Merge branch 'master' of ssh://git-annex.branchable.com 2020-02-28 15:33:32 -04:00
Joey Hess
41cb7e90a6
comment 2020-02-28 15:32:50 -04:00
yarikoptic
39a463c34a Added a comment 2020-02-28 19:15:22 +00:00
Joey Hess
08feef9952
Merge branch 'master' of ssh://git-annex.branchable.com 2020-02-28 14:58:44 -04:00
Joey Hess
56cb514331
comment 2020-02-28 14:57:49 -04:00
yarikoptic
64531bbaf7 Added a comment 2020-02-28 18:47:27 +00:00
Ilya_Shlyakhter
5b659cebc4 Added a comment: fsck of dead keys 2020-02-28 18:44:21 +00:00
Ilya_Shlyakhter
02f3abb142 added todo request: restore --include-dotfiles as a no-op for backwards compatibility 2020-02-28 18:29:43 +00:00
Joey Hess
2203b0e910
comment 2020-02-28 14:18:09 -04:00
Joey Hess
7ed6392405
comment 2020-02-28 13:58:26 -04:00
Joey Hess
2723165642
comment 2020-02-28 13:54:32 -04:00
Joey Hess
3b36d79c8f
comment 2020-02-28 13:50:45 -04:00
Joey Hess
8bd535b1e5
comment 2020-02-28 13:49:26 -04:00
Joey Hess
39e298f1fa
comment 2020-02-28 13:38:37 -04:00
Joey Hess
457c0c89a8
comment 2020-02-28 13:26:43 -04:00
Joey Hess
f6aecec8e3
Merge branch 'master' of ssh://git-annex.branchable.com 2020-02-28 13:22:22 -04:00
Joey Hess
f6d629e483
changelog and minor style 2020-02-28 12:57:55 -04:00
Peter Simons
73cf523a4b
Fix build with ghc-8.8.x.
The 'fail' method has been moved to the 'MonadFail' class. I made the changes
so that the code still compiles with previous versions of 'base' that don't
have the new MonadFail class exported by Prelude yet.
2020-02-28 12:54:20 -04:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
e0507812f4 Added a comment 2020-02-28 16:17:08 +00:00
basile.pinsard@f1a7fae9f3bd9d5282fca11f62ad53b45a8eb317
55e95643b2 Added a comment 2020-02-28 15:44:50 +00:00
codecircuit
f56dfe791c Added a comment 2020-02-28 11:29:27 +00:00
codecircuit
f39aa14f62 2020-02-28 11:16:24 +00:00
Ilya_Shlyakhter
e156a2b742 Added a comment: another example of git-annex-fsck reporting dead keys as errors 2020-02-27 21:39:57 +00:00
Ilya_Shlyakhter
957dc80c3f Added a comment: batch presence checking 2020-02-27 20:33:44 +00:00
Joey Hess
c257951b85
Merge branch 'master' of ssh://git-annex.branchable.com 2020-02-27 14:09:51 -04:00
Joey Hess
2366e7fb84
catch whereisKey exception and provide error messages when external programs neglect to
* whereis: If a remote fails to report on urls where a key
  is located, display a warning, rather than giving up and not displaying
  any information.
* When external special remotes fail but neglect to provide an error
  message, say what request failed, which is better than displaying an
  empty error message to the user.
2020-02-27 14:09:18 -04:00
yarikoptic
8a3a94274f annotate when it was fixed 2020-02-27 17:31:06 +00:00
Yaroslav Halchenko
bb20c16cf0
debian/: declare breaks until yet to be released datalad 0.12.3
This is due to upcoming release with API breakage:
    * add: Removed the --include-dotfiles option.
which is used in the core of datalad.  Such breakage is yet to be mitigated
on DataLad side. Relevant issue: https://github.com/datalad/datalad/issues/4185
2020-02-27 12:39:13 -04:00
Joey Hess
eb884085b5
Merge branch 'master' of ssh://git-annex.branchable.com 2020-02-27 11:54:37 -04:00
yarikoptic
18db5a2a91 marking old issue done 2020-02-27 15:53:30 +00:00
yarikoptic
1f50eecbb8 Added a comment 2020-02-27 15:52:10 +00:00
yarikoptic
c579146a3a initial report on annex/objects/.../KEY directory left behind 2020-02-27 15:36:10 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
2d3ef2c079 Added a comment 2020-02-27 13:12:28 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
d31fd6cd42 2020-02-27 08:54:34 +00:00
Joey Hess
c78b9b55b6
rename changeGitConfig to overrideGitConfig and avoid unncessary calls
It's important that it be clear that it overrides a config, such that
reloading the git config won't change it, and in particular, setConfig
won't change it.

Most of the calls to changeGitConfig were actually after setConfig,
which was redundant and unncessary. So removed those.

The only remaining one, besides --debug, is in the handling of
repository-global config values. That one's ok, because the
way mergeGitConfig is implemented, it does not override any value that
is set in git config. If a value with a repo-global setting was passed
to setConfig, it would set it in the git config, reload the git config,
re-apply mergeGitConfig, and use the newly set value, which is the right
thing.
2020-02-27 01:11:53 -04:00
Joey Hess
c089f395b0
Bugfix: Don't ignore --debug when it is followed by -c 2020-02-27 00:52:37 -04:00
Joey Hess
ba4a2d8734
formatting 2020-02-26 19:11:15 -04:00
Joey Hess
ad1b442430
add news item for git-annex 8.20200226 2020-02-26 19:10:09 -04:00
Joey Hess
8bc393a63b
releasing package git-annex version 8.20200226 2020-02-26 19:09:23 -04:00
Joey Hess
bfa015ae4e
Merge branch 'v7' 2020-02-26 18:49:36 -04:00
Joey Hess
1b23a18791
devblog 2020-02-26 18:49:07 -04:00
Joey Hess
f2a50a9944
version 2020-02-26 18:42:34 -04:00
Joey Hess
5b4ba5c6a5
add news item for git-annex 7.20200226 2020-02-26 18:40:45 -04:00
Joey Hess
09b5a77665
retitl 2020-02-26 18:39:09 -04:00
Joey Hess
ce8a034ecd
idea, not impementing today 2020-02-26 18:38:12 -04:00
Joey Hess
535ad3ba75
comment 2020-02-26 18:30:20 -04:00
Joey Hess
66e27f9ed7
Merge branch 'master' of ssh://git-annex.branchable.com 2020-02-26 18:30:08 -04:00
Joey Hess
64639ff9b1
followup and close 2020-02-26 18:29:06 -04:00
Joey Hess
4615c270c9
remove unused import
(cherry picked from commit 1f0fc9ff5f)
2020-02-26 18:17:56 -04:00
Joey Hess
81e3faf810
Merge branch 'v7' 2020-02-26 18:15:18 -04:00