Lukey
73bf45a163
Added a comment
2020-11-08 08:25:36 +00:00
yarikoptic
62820a4c30
Added a comment
2020-11-07 23:59:52 +00:00
Joey Hess
c64e95045d
Merge branch 'master' of ssh://git-annex.branchable.com
2020-11-07 14:10:19 -04:00
Joey Hess
3f08c34073
bug
2020-11-07 10:58:43 -04:00
yarikoptic
ea9d3f7d2f
FTBFS
2020-11-07 00:45:06 +00:00
jcjgraf
d8e8d145e1
Added a comment
2020-11-06 14:57:52 +00:00
Lukey
1b02a81346
Added a comment
2020-11-06 14:14:18 +00:00
jcjgraf
b7e8a75b8c
2020-11-05 13:31:04 +00:00
yarikoptic
7e24b2587e
Added a comment
2020-11-03 02:12:17 +00:00
yarikoptic
2c88c5e258
initial formal report on drop
2020-11-03 02:02:41 +00:00
Joey Hess
49475eb3d9
rename 2 bug report titles that are too long due to pasting enormous error messages into title entry
...
So the repo can be cloned on windows.
2020-11-02 15:25:10 -04:00
Joey Hess
e926305221
add maxlength=50 to ikiwiki template used for page title entry
2020-11-02 15:21:24 -04:00
Joey Hess
9252f86b2e
view: Fix a reversion in 8.20200522 that broke entering or changing views.
...
Commit 2dc7b5186a
messed up indentation.
This commit was sponsored by Noam Kremen on Patreon.
2020-11-02 14:47:08 -04:00
Joey Hess
efdb13fca3
comment
2020-11-02 13:55:30 -04:00
Joey Hess
fcdbc892ed
already fixed
2020-11-02 13:25:07 -04:00
Joey Hess
6eca4fc95e
not a bug
2020-11-02 13:24:23 -04:00
gschnabel
7c66380163
git-annex-view fails because of "another git process running"
2020-10-30 08:13:25 +00:00
gschnabel
9d2d52ae55
git-annex-view fails
2020-10-30 08:08:18 +00:00
lyderic
0ab03f3a61
2020-10-29 10:14:28 +00:00
lyderic
468682b6c9
Added a comment: This bug has alreay been raised
2020-10-29 10:13:50 +00:00
lyderic
69acb869ff
2020-10-29 10:08:13 +00:00
yarikoptic
a3bb6f235c
Added a comment
2020-10-27 19:44:36 +00:00
yarikoptic
1add9c957e
Added a comment
2020-10-27 19:30:24 +00:00
yarikoptic
2bea2c1937
report on possibly PATH related issue on windows
2020-10-27 19:15:38 +00:00
Joey Hess
64e7bac810
view: Avoid using ':' from metadata when generating a view
...
Because it's a special character on Windows ("c:").
Use same technique already used for '/' and '\'.
I didn't record how I generated their encoded forms before, so am sure
there was a better way, but the way I did it now is to look at
ghci> encodeFilePath "∕"
"\226\136\149"
And then the difference from that to "\56546\56456\56469"
is adding 56320 to each, to get up to the escaped code plane.
See comment for why I think handling ':' is ok, but that other illegal
windows filenames won't. Note that, this should be enough to make the
test suite always work. Other windows illegal filenames will fail at
checkout time when it tries to put the illegal filename on the
filesystem.
2020-10-26 15:38:08 -04:00
yarikoptic
2d291bf200
Added a comment
2020-10-26 17:57:12 +00:00
Joey Hess
401f734a34
comment
2020-10-26 12:43:19 -04:00
Joey Hess
53b91e0ea7
close
2020-10-26 12:02:35 -04:00
yarikoptic
a8605422b9
initial report on a failing test
2020-10-26 15:02:49 +00:00
nix.zahlen@1211ac6c964ba2d68b70655f747bef1383032e77
f861ce399e
Added a comment: where to trace the Windows build errors?
2020-10-25 15:23:01 +00:00
achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8
65c1687430
Added a comment
2020-10-24 14:39:39 +00:00
yarikoptic
def62b49f0
Added a comment
2020-10-24 12:26:02 +00:00
yarikoptic
3be4731315
Added a comment
2020-10-24 01:21:09 +00:00
Joey Hess
b2bf099aa3
use removeDirGeneric here too for consistency
...
And because it might be more robust on windows.
2020-10-23 16:12:47 -04:00
Joey Hess
a108b00b33
testremote: Display exceptions when tests fail, to aid debugging
2020-10-23 15:41:57 -04:00
Joey Hess
681313dfd4
deal with .git pointer file in Git.CurrentRepo
...
This fixes the bug.
Note, it's only done when GIT_DIR is set. When it's not set,
Git.Construct already handled it. This is why it was only noticed with this
git submodule command.
This commit was sponsored by Brett Eisenberg on Patreon.
2020-10-23 14:56:12 -04:00
Joey Hess
893d7b21e8
comment
2020-10-23 14:21:29 -04:00
Joey Hess
f92b0ef109
analysis
2020-10-23 14:08:06 -04:00
Joey Hess
eece011b00
close
2020-10-23 13:58:40 -04:00
Joey Hess
966dbb518e
Merge remote-tracking branch 'origin/master'
2020-10-23 13:09:41 -04:00
Joey Hess
cb6cf20b9a
analysis
2020-10-23 13:00:55 -04:00
rshalaev@3e2130a1e3cb0aaff7dd80aba7548ad9be0ea2d4
b91845ec5d
Added a comment
2020-10-23 16:51:04 +00:00
Joey Hess
0736383e98
Fix bug that prevented linux standalone bundle from working on a fresh install
...
Bug was introduced in version 8.20201007, lost a necessary mkdir.
This commit was sponsored by Noam Kremen on Patreon.
2020-10-23 12:19:40 -04:00
rshalaev@3e2130a1e3cb0aaff7dd80aba7548ad9be0ea2d4
990ed1055a
Added a comment
2020-10-23 02:00:09 +00:00
rshalaev@3e2130a1e3cb0aaff7dd80aba7548ad9be0ea2d4
83a718dff2
2020-10-23 01:53:33 +00:00
yarikoptic
1c242ca5fd
initial report on a failing test on windows about storeKey when already present
2020-10-23 01:49:02 +00:00
Joey Hess
4d063f12c6
turns out this was fixed in 2014
2020-10-22 19:54:26 -04:00
Joey Hess
2f96e15eda
Merge branch 'master' of ssh://git-annex.branchable.com
2020-10-22 19:24:38 -04:00
Joey Hess
9ed32ce62b
urk
2020-10-22 19:23:48 -04:00
jwodder
731a982f1b
Added a comment
2020-10-22 18:13:40 +00:00