summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* prep for release tomorrowJoey Hess2018-07-18
|
* Merge branch 'master' of ssh://git-annex.branchable.comJoey Hess2018-07-18
|\
| * (no commit message)CandyAngel2018-07-18
| |
* | Support working trees set up by git-worktree.Joey Hess2018-07-18
|/ | | | | | | | | | | 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.
* followupJoey Hess2018-07-17
|
* Added a commentandrew2018-07-17
|
* urghJoey Hess2018-07-17
|
* work around git bugJoey Hess2018-07-17
| | | | | | | | | | | | 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.
* reproducedJoey Hess2018-07-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comJoey Hess2018-07-17
|\
| * Added a commentjlebar2018-07-17
| |
| * Added a commentandrew2018-07-16
| |
| * Added a commentoliv52018-07-16
| |
* | avoid unneccessary MaybeJoey Hess2018-07-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comJoey Hess2018-07-16
|\
| * Added a comment: remote encrypted keysandrew2018-07-16
| |
| * Added a commentoliv52018-07-15
| |
| * Added a commentoliv52018-07-15
| |
* | fix User-Agent reversionJoey Hess2018-07-16
| | | | | | | | | | | | | | Send User-Agent and any configured annex.http-headers when downloading with http, fixes reversion introduced when switching to http-client. This commit was sponsored by mo on Patreon.
* | followupJoey Hess2018-07-16
|\|
| * Added a comment: User-Agentewen2018-07-15
| |
| * Renamed bug to indicate missing User-Agent header seems to be cause.ewen2018-07-15
| |
| * rename ↵ewen2018-07-15
| | | | | | | | bugs/importfeed_bad_request_for___34__episodes__63__format__61__RSS__34__.mdwn to bugs/importfeed_bad_request_without_User-Agent__58__.mdwn
| * Regression in podcast feed download for one RSS feedewen2018-07-15
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comJoey Hess2018-07-14
|\|
| * Added a commentandrew2018-07-13
| |
* | merge spwhitton's s/MIT/Expat/ changeJoey Hess2018-07-11
|/ | | | | I forget the details of this name for the MIT license, but I assume he knows what he's doing.
* unused --from: Allow specifiying a repository by uuid or description.Joey Hess2018-07-11
| | | | This commit was sponsored by Jake Vosloo on Patreon.
* commentJoey Hess2018-07-11
|
* (no commit message)uli@8484a70fbfd489faef5f72c230d340b01e2676ca2018-07-11
|
* Added a commentandrew2018-07-10
|
* update re writable HOME with standalone bundleJoey Hess2018-07-10
|
* refuse to run if we can't write to HOMEJoey Hess2018-07-10
|
* Revert "fall back to /tmp for LOCPATH if HOME does not exist or not writable"Joey Hess2018-07-10
| | | | | | | This reverts commit f991c8c526b0380367152c9ea81907b9a4033bc9. On second thought, this makes it unbearably slow and leaves far too much cruft behind.
* fall back to /tmp for LOCPATH if HOME does not exist or not writableJoey Hess2018-07-10
| | | | | In this case, we can't clean up old locale caches, but presumably the system has something to clean up /tmp eventually.
* deal with the persistent locpath issueJoey Hess2018-07-10
| | | | | | | | | | | | | | | | | | | | | | | | linux standalone: Generate locale files in ~/.cache/git-annex/locales/ so they're available even when the standalone tarball is installed in a directory owned by root. This avoids a full-on reference counting cleanup hell, by letting old locale caches linger as long as the standalone bundle directory associated with them is still around. Old ones get cleaned up. In the case where the directory has a new bundle unpacked over top of it, the old locale cache is invalidated and rebuilt. Of course, running programs using that may get confused, but this was already the case, and unpacking over top of a bundle is probably not a good idea anyhow. To support that, added a buildid file, which only needs to be unique across builds of git-annex with different libc versions. sha1sum of git-annex seems good enough for that. Removed debian/patches/standalone-no-LOCPATH as it's no longer necessary. This commit was supported by the NSF-funded DataLad project.
* don't import all of System.Posix.FilesJoey Hess2018-07-10
| | | | | | | This avoid a build problem when different versions of posix and posixcompat are used. Does not normally happen as cabal prevents that, but this is sometimes used with ghc --make which can get into that situation.
* thoughtJoey Hess2018-07-09
|
* dealing with race conditions in import tree designJoey Hess2018-07-09
| | | | | | | I seem to be down to a race no worse than one in git, which seems good enough. This commit was sponsored by Trenton Cronholm on Patreon.
* Added a commentandrew2018-07-09
|
* Added a commentandrew2018-07-09
|
* Added a commentjustin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde912018-07-08
|
* (no commit message)justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde912018-07-08
|
* More formatting fixesjustin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde912018-07-08
|
* Fix formattingjustin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde912018-07-08
|
* (no commit message)justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde912018-07-08
|
* Added a commentCandyAngel2018-07-08
|
* Added a commentandrew2018-07-08
|
* (no commit message)oliv52018-07-08
|
* Added a comment: Seems this has been somewhat implemented?anthony@ad39673d230d75cbfd19d2757d754030049c76732018-07-08
|