summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* changelogdebian/7.20191114-1_bpo10+1archive/debian/7.20191114-1_bpo10+1Sean Whitton2019-11-29
|
* Merge tag 'debian/7.20191114-1' into buster-bpoSean Whitton2019-11-29
|\ | | | | | | | | | | | | | | | | | | | | | | git-annex release 7.20191114-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] # gpg: Signature made Mon 18 Nov 2019 04:05:27 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
| * finalise changelog for 7.20191114-1 uploaddebian/7.20191114-1archive/debian/7.20191114-1Sean Whitton2019-11-18
| |
| * Commit Debian 3.0 (quilt) metadataSean Whitton2019-11-18
| | | | | | | | [dgit (9.9~bpo10+1) quilt-fixup]
| * changelogSean Whitton2019-11-18
| |
| * Merge tag '7.20191114'Sean Whitton2019-11-18
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | tagging package git-annex version 7.20191114 # gpg: Signature made Thu 14 Nov 2019 06:58:27 PM MST # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
| | * releasing package git-annex version 7.20191114Joey Hess2019-11-14
| | |
| | * fix GIT_EXEC_PATH to point to bundle/git-coreJoey Hess2019-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it be the same as in the linux runshell. It may be that bundle/ used to have all the necessary binaries in it, but that seems unlikely. I think that the breakage fixed by my previous commit masked this other breakage, and anything git execs from git-core (as opposed to being buitin) has never worked in the OSX dmg.
| | * OSX link libs into git-core directoryJoey Hess2019-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * oops I the filenameJoey Hess2019-11-14
| | |
| | * OSX git-annex.app: Fix a regression that broke git-remote-https, ↵Joey Hess2019-11-14
| | | | | | | | | | | | | | | | | | | | | | | | git-remote-http, and git-shell Putting the binaries in bundle/git-core/bin didn't work on OSX, linker can't find the libraries next to those binaries where it expects to. So instead put the binaries in the progDir.
| | * remove thing I never meant to commitJoey Hess2019-11-14
| | |
| | * linuxstandalone: Fix a regression that broke git-remote-https.Joey Hess2019-11-14
| | |
| | * Merge branch 'master' of ssh://git-annex.branchable.comJoey Hess2019-11-14
| | |\
| | | * removedgit-annex@17927e6dc041ab425c14217a97a685adf3ecf44f2019-11-14
| | | |
| | | * Added a comment: Sometimes it sorta worksgit-annex@17927e6dc041ab425c14217a97a685adf3ecf44f2019-11-14
| | | |
| | | * Added a comment: Sometimes it sorta worksgit-annex@17927e6dc041ab425c14217a97a685adf3ecf44f2019-11-14
| | | |
| | | * (no commit message)git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f2019-11-14
| | | |
| | | * forgotten /detailsyarikoptic2019-11-14
| | | |
| | | * initial report of standalone build regressionyarikoptic2019-11-14
| | | |
| | | * Added a commentgit-annex@17927e6dc041ab425c14217a97a685adf3ecf44f2019-11-14
| | | |
| | | * Added a comment: catch-all deadlock breakerIlya_Shlyakhter2019-11-13
| | | |
| | * | add regression testJoey Hess2019-11-14
| | | |
| | * | Fix a crash (STM deadlock) when -J is used with multiple files that point to ↵Joey Hess2019-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | provide a Show instance that works for all WorkerPoolsJoey Hess2019-11-14
| | |/
| | * cluesJoey Hess2019-11-13
| | |
| | * responseJoey Hess2019-11-13
| | |
| | * Merge branch 'master' of ssh://git-annex.branchable.comJoey Hess2019-11-13
| | |\
| | | * accidental dupgit-annex@17927e6dc041ab425c14217a97a685adf3ecf44f2019-11-13
| | | | | | | | | | | | | | | | This reverts commit ece9429f4441345d6568ba1284054068d1c52ec1
| | | * (no commit message)git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f2019-11-13
| | | |
| | | * (no commit message)git-annex@17927e6dc041ab425c14217a97a685adf3ecf44f2019-11-13
| | | |
| | * | followupJoey Hess2019-11-13
| | | |
| | * | much flailingJoey Hess2019-11-13
| | |/
| | * Added a commentyarikoptic2019-11-13
| | |
| | * initial bug report on parallel get of the same keyyarikoptic2019-11-12
| | |
| | * commentJoey Hess2019-11-12
| | |
| | * Merge branch 'master' of ssh://git-annex.branchable.comJoey Hess2019-11-12
| | |\
| | | * (no commit message)nhatkhai2019-11-12
| | | |
| | | * Added a comment: Another use case -- http_proxyyarikoptic2019-11-12
| | | |
| | * | make --json-error-messages capture url download errorsJoey Hess2019-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert Utility.Url to return Either String so the error message can be displated in the annex monad and so captured. (When curl is used, its errors are still not caught.)
| | * | remove one more warningIOJoey Hess2019-11-12
| | | | | | | | | | | | | | | | | | | | | | | | Had to generalize Git.Queue so it can run an Annex action, yipes. Only remaining warningIO are in the legacy chunk code.
| | * | use fromRepoJoey Hess2019-11-12
| | | |
| | * | remove some unncessary uses of warningIOJoey Hess2019-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warningIO is not concurrent output safe, and it doesn't go to --json-error-messages There are a few more that would be too hard to remove, and there are also several dozen direct prints to stderr still.
| | * | refactorJoey Hess2019-11-11
| | |/ | | | | | | | | | | | | | | | | | | Better to not have a single function module, and better to have a more specific type than Bool. This commit was sponsored by Jack Hill on Patreon
| | * Added annex.allowsign option.Joey Hess2019-11-11
| | | | | | | | | | | | This commit was sponsored by Ilya Shlyakhter on Patreon.
| | * mention special remotesJoey Hess2019-11-11
| | |
| | * Merge branch 'master' of ssh://git-annex.branchable.comJoey Hess2019-11-11
| | |\
| | | * added todo about documenting sqlite database schemasIlya_Shlyakhter2019-11-10
| | | |
| | | * Added a comment: Re: Symlinks for not-present unlocked files in v8Ilya_Shlyakhter2019-11-10
| | | |
| | * | some improvements to docsJoey Hess2019-11-11
| | | |