Joey Hess
7263aafd2b
Merge branch 'master' into sqlite
2019-11-22 12:49:35 -04:00
Joey Hess
93789cbf40
close as dup
2019-11-22 12:11:04 -04:00
Joey Hess
cf2e23d39c
close not viable
2019-11-22 12:10:59 -04:00
Joey Hess
d4661959de
Merge branch 'master' into sqlite
2019-11-21 17:26:50 -04:00
Joey Hess
25ba8156bc
improve benchmark --databases
...
* benchmark: Changed --databases to take a parameter specifiying the size
of the database to benchmark.
* benchmark --databases: Display size of the populated database.
* benchmark --databases: Improve the "addAssociatedFile to (new)"
benchmark to really add new values, not overwriting old values.
2019-11-21 17:25:20 -04:00
xwvvvvwx
f39e5a4219
Added a comment
2019-11-21 17:32:31 +00:00
git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f
d5ef7fec71
removed
2019-11-20 20:11:17 +00:00
git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f
1f0b0fba0f
Added a comment: git add or git commit does not trigger assistant, but git rm does
2019-11-20 01:37:42 +00:00
git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f
96008092eb
Added a comment: git add or git commit does not trigger assistant, but git rm does
2019-11-20 01:37:16 +00:00
Joey Hess
64e21f683c
Merge branch 'master' of ssh://git-annex.branchable.com
2019-11-19 14:13:22 -04:00
Joey Hess
c0117044ae
todo
2019-11-19 14:13:01 -04:00
Ilya_Shlyakhter
3e4b5d2d93
Added a comment: using hardlinks
2019-11-19 17:51:08 +00:00
Ilya_Shlyakhter
0822ee52dd
Added a comment: import/export
2019-11-19 17:39:47 +00:00
Joey Hess
6f35b576d7
encourage use of import from directory special remote rather than legacy interface
2019-11-19 13:30:27 -04:00
Joey Hess
c8355a7416
Merge branch 'master' of ssh://git-annex.branchable.com
2019-11-19 13:20:31 -04:00
Joey Hess
3b64e35694
comments
2019-11-19 13:19:45 -04:00
git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f
c1eee5f259
Added a comment
2019-11-19 17:18:18 +00:00
Joey Hess
24c69a3c1f
comment
2019-11-19 13:14:56 -04:00
Joey Hess
581eb7a3de
comments
2019-11-19 13:07:54 -04:00
Joey Hess
c2466a7612
Revert malicious removal of index page
...
This reverts commit 748a228ee7
.
2019-11-19 12:36:48 -04:00
Joey Hess
6d04ba4efc
Merge branch 'master' of ssh://git-annex.branchable.com
2019-11-18 17:25:40 -04:00
satya.ortiz-gagne@a4c92de91eb4fd5ae8fc9893bb4fd674a19f2e59
d5feb4385a
Added a comment: Re: using hardlinks
2019-11-18 20:46:22 +00:00
Joey Hess
49cf86cfc0
Merge branch 'master' of ssh://git-annex.branchable.com
2019-11-18 16:27:17 -04:00
Joey Hess
9b48620425
devblog
2019-11-18 16:27:06 -04:00
Joey Hess
b207d944f3
sync, assistant: Pull and push from git-lfs remotes.
...
Oversight, forgot to add it to gitSyncableRemote
2019-11-18 16:13:21 -04:00
Joey Hess
5877de5e80
git-lfs: remember urls, and autoenable remotes using known urls
...
* git-lfs: The url provided to initremote/enableremote will now be
stored in the git-annex branch, allowing enableremote to be used without
an url. initremote --sameas can be used to add additional urls.
* git-lfs: When there's a git remote with an url that's known to be
used for git-lfs, automatically enable the special remote.
2019-11-18 16:09:09 -04:00
Ilya_Shlyakhter
a884629e84
Added a comment: using hardlinks
2019-11-18 19:21:18 +00:00
satya.ortiz-gagne@a4c92de91eb4fd5ae8fc9893bb4fd674a19f2e59
6a30d64e72
2019-11-18 18:56:31 +00:00
Joey Hess
d06b5bcd7b
todo
2019-11-18 13:57:16 -04:00
Joey Hess
89a9877704
update docs
...
http basic auth has been supported for some time, these docs predate
that support
2019-11-18 13:12:46 -04:00
VSV
748a228ee7
removed
2019-11-17 06:46:05 +00:00
stefan.huchler@5f110ab85a15aec7e2b38586eb7ec37b12e2e6aa
7fd870d78b
2019-11-16 05:53:02 +00:00
Ilya_Shlyakhter
4b5040818b
added todo "change git-annex-import not to delete original files by default"
2019-11-15 18:53:16 +00:00
Joey Hess
4ab1f3ff02
add news item for git-annex 7.20191114
2019-11-14 21:59:04 -04:00
Joey Hess
b321526473
OSX link libs into git-core directory
...
So that binaries in that directory can find the library next to them,
where they get modified to look.
This is a hack; it would be better for OSXMkLibs to build a list of what
libraries are needed where.
Unsure if this is needed due to a recent reversion, or is an older
problem, so updated changelog accordingly.
2019-11-14 18:31:58 -04:00
Joey Hess
842449b086
linuxstandalone: Fix a regression that broke git-remote-https.
2019-11-14 15:08:23 -04:00
Joey Hess
dfd9f4e5a1
Merge branch 'master' of ssh://git-annex.branchable.com
2019-11-14 14:04:20 -04:00
Joey Hess
667d38a8f1
Fix a crash (STM deadlock) when -J is used with multiple files that point to the same key
...
See the comment for a trace of the deadlock.
Added a new StartStage. New worker threads begin in the StartStage.
Once a thread is ready to do work, it moves away from the StartStage,
and no thread will ever transition back to it.
A thread that blocks waiting on another thread that is processing
the same key will block while in the StartStage. That other thread
will never switch back to the StartStage, and so the deadlock is avoided.
2019-11-14 13:51:09 -04:00
git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f
db99ab74fc
removed
2019-11-14 17:40:36 +00:00
git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f
c547b75c20
Added a comment: Sometimes it sorta works
2019-11-14 17:24:29 +00:00
git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f
4934edc661
Added a comment: Sometimes it sorta works
2019-11-14 17:24:12 +00:00
git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f
621128cfe5
2019-11-14 04:36:07 +00:00
yarikoptic
45ad67c6f0
forgotten /details
2019-11-14 03:28:27 +00:00
yarikoptic
25af2da994
initial report of standalone build regression
2019-11-14 03:27:37 +00:00
git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f
9f6924356d
Added a comment
2019-11-14 00:38:56 +00:00
Ilya_Shlyakhter
5330e3772f
Added a comment: catch-all deadlock breaker
2019-11-13 22:33:59 +00:00
Joey Hess
6e59c652d2
clues
2019-11-13 18:07:44 -04:00
Joey Hess
5899aaffdb
response
2019-11-13 16:05:57 -04:00
Joey Hess
20a4a468a7
Merge branch 'master' of ssh://git-annex.branchable.com
2019-11-13 15:57:22 -04:00
Joey Hess
98954aaf2c
followup
2019-11-13 15:56:59 -04:00