Joey Hess
afd57e137b
tweak to fix man page indent
2019-05-04 11:45:55 -04:00
Joey Hess
fd57780d04
add news item for git-annex 7.20190503
2019-05-03 12:49:01 -04:00
Joey Hess
4da50456a3
releasing package git-annex version 7.20190503
2019-05-03 12:48:28 -04:00
Ilya_Shlyakhter
437fa438e3
Added a comment
2019-05-03 16:31:18 +00:00
Ilya_Shlyakhter
6535d0c1b2
Added a comment
2019-05-03 16:26:40 +00:00
Ilya_Shlyakhter
03a20b225a
Added a comment
2019-05-03 16:11:06 +00:00
Joey Hess
9cb795da5f
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-03 11:53:37 -04:00
Joey Hess
40c749387f
comment
2019-05-03 11:53:03 -04:00
Ilya_Shlyakhter
3d214c3499
Added a comment
2019-05-03 15:50:43 +00:00
Joey Hess
644bae6f66
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-03 11:38:22 -04:00
Joey Hess
8c4b1d6f1f
response; cleanup
2019-05-03 11:37:41 -04:00
Ilya_Shlyakhter
64bcaff016
added todo for speculate-can-get : extension of speculate-present
2019-05-03 15:34:41 +00:00
Joey Hess
e7ec6f548e
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-03 11:30:54 -04:00
Joey Hess
96dfba7b53
fix build w/o MagicMime more
2019-05-03 11:30:20 -04:00
yarikoptic
627fe280b0
Added a comment: question about .gitattributes
2019-05-03 15:21:41 +00:00
Joey Hess
740c9f7da8
fix build w/o MagicMime
2019-05-03 11:20:25 -04:00
Joey Hess
60bed2c186
remove
2019-05-03 11:06:35 -04:00
Joey Hess
00e9e15c70
squelch build warning with old version of quickcheck
2019-05-03 11:02:12 -04:00
Joey Hess
2e1671076d
Merge branch 'master' of ssh://git-annex.branchable.com
2019-05-03 10:59:32 -04:00
Joey Hess
ab36f2f535
fix windows build
2019-05-03 10:58:34 -04:00
Ilya_Shlyakhter
a153a694f4
Added a comment
2019-05-02 16:04:06 +00:00
yarikoptic
3eeb5a732c
initial report
2019-05-01 22:03:53 +00:00
Joey Hess
ec697721e4
simplify
...
and a bit faster using Eq this way
2019-05-01 15:34:07 -04:00
Joey Hess
63ed61ae3d
devblog
2019-05-01 14:46:42 -04:00
Joey Hess
70d16d07fe
fix typos
2019-05-01 14:43:35 -04:00
Joey Hess
700a3f2787
Merge branch 'master' into import-from-s3
2019-05-01 14:30:52 -04:00
Joey Hess
a405ae015d
remove simple fast-forward todo
...
I think the history looks nice enough without that special case.
2019-05-01 14:29:52 -04:00
Joey Hess
7264b9aa8c
tweak wording
2019-05-01 14:29:10 -04:00
Joey Hess
a32f31235a
reuse old imported commits
...
This avoids proliferation of different import commits for the same
trees, and makes the resulting git history nice.
2019-05-01 14:20:26 -04:00
Joey Hess
4a8f02e939
don't empty historyCommitParents
2019-05-01 13:38:40 -04:00
Joey Hess
2bd0e07ed8
make merge commit on export that preserves the import history
2019-05-01 13:13:00 -04:00
Joey Hess
d1c283b691
comments
2019-05-01 12:37:54 -04:00
Joey Hess
ed1f53702c
Merge branch 'master' of ssh://git-annex.branchable.com
2019-04-30 16:34:38 -04:00
Joey Hess
8f9457dec8
devblog
2019-04-30 16:33:48 -04:00
Joey Hess
83a420dd66
update todo
2019-04-30 16:31:46 -04:00
Joey Hess
1503b86a14
make import tree from remote generate a merge commit
...
This way no history is lost, neither what was exported to the remote,
or the history of changes that is imported from it. No complicated
correlation of two possibly very different histories is needed, just
record what we know and then git merge will do a good job.
Also, it notices when the remote tracking branch doesn't need to be updated,
and avoids doing anything, so noop remotes are super cheap.
The only catch here is that, since the commits generated for imports
from the remote don't have a stable date or author/committer, each
(non-noop) import generates different commits for the same imported
trees. So, when the imported remote tracking branch is merged into master
and then a change is imported again, there will be an extra series of
commits, which will get more and more expensive each time.
This seems to call for making stable commits for imports. Also that
seems a good idea to make importing in several repositories have the
same result.
2019-04-30 16:13:21 -04:00
Joey Hess
b69d11ec42
wip
2019-04-30 14:00:27 -04:00
Ilya_Shlyakhter
59922f1f45
Added a comment: format of log files on the git-annex branch
2019-04-30 17:52:41 +00:00
Joey Hess
28b4310abe
typo
2019-04-30 12:22:13 -04:00
Joey Hess
3a6b9ccada
Merge branch 'master' of ssh://git-annex.branchable.com
2019-04-30 12:19:26 -04:00
Joey Hess
9dd764e6f7
Added mimeencoding= term to annex.largefiles expressions.
...
* Added mimeencoding= term to annex.largefiles expressions.
This is probably mostly useful to match non-text files with eg
"mimeencoding=binary"
* git-annex matchexpression: Added --mimeencoding option.
2019-04-30 12:17:22 -04:00
TroisSinges
857ad83ca4
2019-04-30 06:06:07 +00:00
yarikoptic
4f53cbbba8
Added a comment: update
2019-04-29 13:41:32 +00:00
Ilya_Shlyakhter
d8dbf53b57
Added a comment: use git-annex-untrust
2019-04-28 17:32:30 +00:00
Ilya_Shlyakhter
95b74b3fc1
removed
2019-04-28 17:29:59 +00:00
Ilya_Shlyakhter
8b8dbf1b70
Added a comment
2019-04-28 17:29:13 +00:00
stratosgear@54a818e85fb71bedb15c5ed52ba9442429f1698b
9a1484f4fb
2019-04-28 16:40:00 +00:00
Joey Hess
5d55f968cc
Merge branch 'master' of ssh://git-annex.branchable.com
2019-04-28 09:53:40 -04:00
Joey Hess
dd31805108
not a phantom type
2019-04-27 16:18:27 -04:00
yarikoptic
6b3cfcd59d
Added a comment: change in libmagic behavior
2019-04-26 15:20:22 +00:00