Joey Hess
903b10e2b2
add todo
2018-07-31 13:05:04 -04:00
yarikoptic
a206f933fe
Added a comment
2018-07-31 14:27:17 +00:00
yarikoptic
03294b113c
blindly adding yarikoptic to authors to show since I think I've not annotated all of the issues properly
2018-07-31 14:23:04 +00:00
yarikoptic
c70e757f2b
Added a comment: size
2018-07-31 14:19:16 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
fbcf90d6d1
Add AnnexRemote to the list
2018-07-31 13:44:27 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
8238e53527
Add note regarding python lib
2018-07-31 13:41:28 +00:00
webanck
eef25c7a17
rename bugs/git-annex-export_treeish_subdir_path_does_not_exist.mdwn to bugs/git-annex-export_treeish_subdir_path_does_not_exist__91____91__done__93____93__.mdwn
2018-07-31 12:43:51 +00:00
webanck
5b3008b317
Added a comment
2018-07-31 12:41:44 +00:00
webanck
0a02330537
2018-07-31 11:36:15 +00:00
RonnyPfannschmidt
5e35aa9cf2
Added a comment
2018-07-30 21:09:11 +00:00
lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245
98c67e1ade
Added a comment: Diagnosing local pairing issues.
2018-07-30 18:54:56 +00:00
RonnyPfannschmidt
5b711ac4f1
Added a comment
2018-07-29 21:41:56 +00:00
RonnyPfannschmidt
ef64e71f76
2018-07-29 20:29:23 +00:00
branchable@bafd175a4b99afd6ed72501042e364ebd3e0c45e
46e86cc5b0
Added a comment: still broken on aarch64
2018-07-29 08:48:22 +00:00
kevinrse@bd6b61cd5833aec48409f6d3c6247ac2a10c1ddb
086ddf40f0
2018-07-24 05:26:51 +00:00
erics
6004fb1893
2018-07-23 22:53:51 +00:00
andrew
f724fe67e3
2018-07-23 22:38:11 +00:00
andrew
7f56fb83ba
Added a comment
2018-07-23 22:37:39 +00:00
andrew
3de7cc01db
2018-07-23 22:36:21 +00:00
andrew
4116ecf1a7
Added a comment
2018-07-23 22:35:48 +00:00
https://openid-provider.appspot.com/iakornfeld
9b77ff6e88
Added a comment: Please close
2018-07-22 19:07:16 +00:00
andrey_utkin@49e37627b3060c40292113d73d7ffbf317233e62
9fac2028df
Added a comment
2018-07-21 23:41:34 +00:00
sameerds
af570bd9cd
2018-07-21 16:08:10 +00:00
sameerds
8973c3bf92
2018-07-21 16:07:33 +00:00
https://openid-provider.appspot.com/iakornfeld
7b83124bd2
2018-07-21 14:44:50 +00:00
https://openid-provider.appspot.com/iakornfeld
e58b884048
2018-07-21 14:42:18 +00:00
https://openid-provider.appspot.com/iakornfeld
01c2e09587
2018-07-21 14:35:22 +00:00
oliv5
25ef49869e
Added a comment
2018-07-20 23:03:37 +00:00
oliv5
a22aecdd04
Added a comment
2018-07-20 22:48:48 +00:00
Joey Hess
f77ec28571
response
2018-07-19 16:46:06 -04:00
t.z.mates
b049a6dedb
Added a comment: Thanks!
2018-07-19 19:44:25 +00:00
andrew
dfb45ac63d
2018-07-19 18:23:32 +00:00
andrew
c890253c21
2018-07-19 18:22:17 +00:00
andrew
45b753a40d
Added a comment
2018-07-19 18:18:39 +00:00
andrew
8a1aa07cc8
2018-07-19 18:15:52 +00:00
Joey Hess
7e718cc98c
add news item for git-annex 6.20180719
2018-07-19 13:54:18 -04:00
Joey Hess
c16e571e36
response
2018-07-19 13:11:18 -04:00
Joey Hess
8cbe9b7dd3
fix typo
2018-07-19 13:11:09 -04:00
oliv5
7fbfcf685c
Added a comment
2018-07-18 22:35:44 +00:00
Joey Hess
a20d235e2f
Merge branch 'master' of ssh://git-annex.branchable.com
2018-07-18 14:28:32 -04:00
Joey Hess
081f8e57c6
Support working trees set up by git-worktree.
...
Support working trees set up by git-worktree, by setting up some symlinks
such that git-annex links work right.
Also improved support for repositories created with --separate-git-dir.
At least recent git makes a .git file for those (older may have used a
symlink?), so that also needs to be converted to a symlink.
This commit was sponsored by Nick Piper on Patreon.
2018-07-18 14:27:26 -04:00
CandyAngel
6bf0c3ee14
2018-07-18 17:06:19 +00:00
Joey Hess
ac5680f6f5
followup
2018-07-17 15:20:46 -04:00
andrew
b5be3ae532
Added a comment
2018-07-17 18:58:58 +00:00
Joey Hess
5c38f02c65
urgh
2018-07-17 14:28:15 -04:00
Joey Hess
e50ed4ba48
work around git bug
...
Work around git bug that runs smudge/clean filters at the top of the
repository while passing them a relative GIT_WORK_TREE that may point
outside of the repository, by using GIT_PREFIX to get back to the
subdirectory where a relative GIT_WORK_TREE is valid.
git devs have been informed of the bug and may fix it, which could conveivably
break this fix, but as it is, this works back to git 1.7.6.
This commit was sponsored by Jochen Bartl on Patreon.
2018-07-17 14:27:39 -04:00
Joey Hess
5b7c84c868
reproduced
2018-07-17 11:03:59 -04:00
jlebar
08570f7330
Added a comment
2018-07-17 05:12:04 +00:00
andrew
1f8d04d34c
Added a comment
2018-07-16 22:58:30 +00:00
oliv5
23ff352136
Added a comment
2018-07-16 17:04:06 +00:00