Commit graph

36638 commits

Author SHA1 Message Date
scinu
8d46240c58 Added a comment: layout messed up 2020-03-10 22:11:22 +00:00
scinu
a17f8e1440 Added a comment: Double symlinks 2020-03-10 22:06:48 +00:00
thk
b2f99ef77c 2020-03-10 19:59:15 +00:00
thk
c7a7bfba6e 2020-03-10 19:47:17 +00:00
kyle
060f7037e3 Added a comment 2020-03-10 19:30:50 +00:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
c0aaff0b19 Added a comment 2020-03-10 19:04:35 +00:00
Joey Hess
a9d56a1abd
fix builds build 2020-03-10 13:50:46 -04:00
Joey Hess
081ec23211
comment 2020-03-10 13:29:03 -04:00
Joey Hess
75a6f4cbe1
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-10 13:25:10 -04:00
Joey Hess
cd5658d972
fix windows build 2020-03-10 13:24:37 -04:00
Ilya_Shlyakhter
3d3837b35a Added a comment: conda 2020-03-10 17:16:31 +00:00
Ilya_Shlyakhter
4aabb1a787 Added a comment: stable url for standalone build 2020-03-10 17:10:33 +00:00
Ilya_Shlyakhter
52ec0466d4 Added a comment 2020-03-10 14:09:34 +00:00
scinu
300a6b72d1 Added a comment: more specifics 2020-03-10 03:49:04 +00:00
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234
9db488e384 2020-03-10 03:02:44 +00:00
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234
c7292e2f87 2020-03-10 02:22:11 +00:00
Ilya_Shlyakhter
522b54ebdc Added a comment 2020-03-10 00:17:46 +00:00
Joey Hess
1fef36c243
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 19:28:02 -04:00
Joey Hess
6faa638f3e
remove confusing sentence 2020-03-09 19:27:05 -04:00
sam.nastase@2b4a9b3e5094dab41e0a4de0b808a2697a3e9860
9ef38c6b4b Added a comment 2020-03-09 22:43:57 +00:00
kyle
4e9a3c95f2 Added a comment: re: rationale 2020-03-09 22:17:51 +00:00
Joey Hess
451b6b825c
add news item for git-annex 8.20200309 2020-03-09 17:08:46 -04:00
Joey Hess
14a4a9f4cd
releasing package git-annex version 8.20200309 2020-03-09 17:08:16 -04:00
Joey Hess
4ce518998a
Fix upgrade failure when a file has been deleted from the working tree 2020-03-09 16:59:18 -04:00
Joey Hess
53f6de1fdb
Merge branch 'master' of ssh://git-annex.branchable.com 2020-03-09 16:50:03 -04:00
Joey Hess
afe72d04ff
fix problems with upgrade of local remotes
Upgrade other repos than the current one by running git-annex upgrade
inside them, which avoids problems with upgrade code making assumptions
that the cwd will be inside the repo being upgraded.

In particular, this fixes a problem where upgrading a v7 repo to v8 caused
an ugly git error message.

I actually could not find a way to make Upgrade.V7 work properly
without changing directory to the remote. Once I got git ls-files to work,
the git cat-file failed because :path can only be used in the current git
repo.
2020-03-09 16:49:28 -04:00
Joey Hess
3440b77d1e
guard against unsafe git ls-files uses
This breaks several parts of the upgrade code, when upgrading remotes
of the current repo, but those parts were buggy, and will need to be
fixed somehow anyway.
2020-03-09 15:55:34 -04:00
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