Commit graph

36761 commits

Author SHA1 Message Date
Joey Hess
9bbb73469e
foo 2020-03-09 15:55:00 -04:00
Joey Hess
a4f99765d7
close 2020-03-09 15:47:18 -04:00
Joey Hess
cff20a3beb
response 2020-03-09 15:09:15 -04:00
Ilya_Shlyakhter
6bfcddaa3b Added a comment 2020-03-09 19:05:08 +00:00
Joey Hess
b4933aedbf
response 2020-03-09 14:57:14 -04:00
Joey Hess
3c8eb47d2f
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 14:54:44 -04:00
Joey Hess
d930a2035c
Avoid converting .git file in a worktree or submodule to a symlink when the repository is not a git-annex repository.
This means it will still be a .git file when git-annex init runs. That's
ok, the repo probably contains no annexed objects yet, and even if it does,
git-annex init does not care if symlinks in the worktree don't point to the
objects.

I made init, at the end, run the conversion code. Not really necessary
because the next git-annex command could do it just as well. But, this
avoids commands that don't normally write to the repo needing to write to
it, which might avoid some problem or other, and seems worth avoiding
generally.
2020-03-09 14:54:14 -04:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
6b5ad18634 Added a comment 2020-03-09 18:47:06 +00:00
Ilya_Shlyakhter
6999af0c21 Added a comment 2020-03-09 18:45:46 +00:00
Joey Hess
c0a981cb0e
update comment 2020-03-09 14:31:28 -04:00
kyle
c0e7308d01 Added a comment: thanks 2020-03-09 18:29:26 +00:00
Joey Hess
8a58f67170
remove changelog for problem I've not fixed yet 2020-03-09 14:24:40 -04:00
Joey Hess
921105f5e0
comment 2020-03-09 14:24:04 -04:00
Joey Hess
1978a24207
Fix bug that caused unlocked annexed dotfiles to be added to git by the smudge filter when annex.dotfiles was not set. 2020-03-09 14:20:02 -04:00
Joey Hess
96ed67671d
v5 too? 2020-03-09 14:02:20 -04:00
Joey Hess
6dbde41709
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 13:54:33 -04:00
Joey Hess
1e46ea1c52
comment 2020-03-09 13:52:07 -04:00
Joey Hess
e57f64ce89
bug report 2020-03-09 13:45:06 -04:00
Joey Hess
70d24c0302
add a comment about CWD
While git ls-files can actually be used on a repo that is not in the
cwd, it works inconsistently. For example, this fails:

git --git-dir=../foo/.git --work-tree=../foo ls-files ../foo

But change some of the paths to absolute and it will succeed. That seems
like a bug in git.

OTOH, this succeeds:

git --git-dir=../foo/.git --work-tree=../foo ls-files

But, that lists paths relative to the top of the --work-tree,
rather than the usual listing them relative to the cwd. Because the cwd
is not in the repo. And so anything parsing the ls-files output of that
is likely to operate on files in the wrong location. Indeed, there is
code in Upgrade/ that has this problem!
2020-03-09 13:37:01 -04:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
707f477cad Added a comment 2020-03-09 17:31:44 +00:00
Joey Hess
798dfa2d1b
comment 2020-03-09 13:14:18 -04:00
scinu
0a725862c3 Added a comment: Problem solved (partially) 2020-03-09 17:00:52 +00:00
Joey Hess
ab114f5f8c
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 12:58:59 -04:00
Joey Hess
5dbdab415e
followup 2020-03-09 12:57:07 -04:00
Joey Hess
6f57392b71
add news item for git-annex 7.20200309 2020-03-09 12:56:18 -04:00
yarikoptic
372b0a222c added a note about historical builds 2020-03-09 16:50:13 +00:00
Joey Hess
6a91471923
GETCONFIG name fix
Fix regression that prevented external special remotes from using GETCONFIG
to query values like "name". (Introduced in version 7.20200202.7.)
2020-03-09 12:38:04 -04:00
Joey Hess
d9bd645bf8
clarify LISTCONFIGS
Apparently some externals use GETCONFIG name, and the documentation as
written can be read to allow it, although IIRC it was not really my
intent to. If someone does do this, they should not include it in
LISTCONFIGS, since git-annex already tracks its own config settings.
2020-03-09 12:34:13 -04:00
Joey Hess
b2c4ca6da1
comment 2020-03-09 12:33:35 -04:00
Joey Hess
01acb5212e
fix build 2020-03-09 12:31:14 -04:00
Joey Hess
6eb52cf5f1
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 12:07:03 -04:00
thk
77b88a76fd 2020-03-08 15:31:32 +00:00
yarikoptic
feec593983 added metadata tot he bug -- datalad 2020-03-08 15:00:14 +00:00
michael.hanke@c60e12358aa3fc6060531bdead1f530ac4d582ec
800e5e7ebf 2020-03-08 08:01:00 +00:00
erewhon
6121fc01ae Added a comment 2020-03-07 23:14:56 +00:00
Ilya_Shlyakhter
5dedcc9953 added todo: add option to disable fsck upgradable key warnings 2020-03-07 21:01:41 +00:00
thk
c9a4443a24 2020-03-07 12:53:37 +00:00
thk
98e7a6078b Added a comment: No clear error message for failing names on NTFS 2020-03-07 12:50:19 +00:00
thk
53c3b1ed5e 2020-03-07 12:16:50 +00:00
thk
5321262958 2020-03-07 11:46:33 +00:00
Ilya_Shlyakhter
639a4a3b71 Added a comment 2020-03-07 01:05:30 +00:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
8004a41667 Added a comment 2020-03-06 23:34:12 +00:00
erewhon
8f667ad0c6 removed 2020-03-06 23:01:02 +00:00
kyle
69ce4fcd42 Added a comment: re: Invalid option `--include-dotfiles' 2020-03-06 22:56:35 +00:00
erewhon
90ec42b92d Added a comment 2020-03-06 22:53:52 +00:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
acee2067cf Added a comment: Invalid option `--include-dotfiles' 2020-03-06 22:17:32 +00:00
Ilya_Shlyakhter
82b03249cd added bug report: running git annex commands in worktree of a non-git-annex repo changes the .git 2020-03-06 22:15:51 +00:00
kyle
9fc0e8091d behavior of annexed dotfiles in clone 2020-03-06 22:05:44 +00:00
thk
f10e7be4bb 2020-03-06 17:58:10 +00:00
Joey Hess
e87dc1341e
link to upstream bug report 2020-03-06 13:52:48 -04:00