summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* followup; closeGravatar Joey Hess2017-10-30
|
* Fix exporting of non-annexed files to external special remotes.Gravatar Joey Hess2017-10-30
| | | | | | | | | | | | Actual problem is the keyName was set to "Ref \"sha\"", which led to this follow-on failure since it contained a space. The bad data would also get into the export database when exporting to a non-external special remote. Looking briefly at that, I don't think the bad data will lead to anything more than a re-upload of the file content now that the problem has been fixed. This commit was sponsored by Peter Hogg on Patreon.
* remove unused valueGravatar Joey Hess2017-10-30
| | | | felix's patch removed the user of home
* typo fixGravatar Joey Hess2017-10-30
|
* managed to reproGravatar Joey Hess2017-10-30
|
* moreinfoGravatar Joey Hess2017-10-30
|
* responsesGravatar Joey Hess2017-10-30
|
* Fix export of subdir of a branch.Gravatar Joey Hess2017-10-30
| | | | | | | | | | | Seems I forgot to fully test that feature when documenting it. git rev-parse needs a colon after a branch to de-reference the tree it points to, rather than the commit. But that had it adding an extra colon when the user specified "branch:subdir". So, check if there is a colon before adding one. This commit was sponsored by Francois Marier on Patreon.
* commentGravatar Joey Hess2017-10-30
|
* (no commit message)Gravatar Lykos1532017-10-29
|
* Added a comment: thanksGravatar ynikitenko2017-10-29
|
* remove custom-setup again until cabal issue is fixedGravatar Joey Hess2017-10-27
|
* this is the custom-setup I wantGravatar Joey Hess2017-10-27
| | | | | Unfortunately, cabal fails to parse this. https://github.com/haskell/cabal/issues/4852
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-10-27
|\
* | try putting back custom-setupGravatar Joey Hess2017-10-27
| | | | | | | | will this build on doze?
| * Added a comment: not so slowGravatar ynikitenko2017-10-27
|/
* add news item for git-annex 6.20171026Gravatar Joey Hess2017-10-26
|
* releasing package git-annex version 6.201710266.20171026Gravatar Joey Hess2017-10-26
|
* better describe autobuildGravatar Joey Hess2017-10-26
|
* fix pathGravatar Joey Hess2017-10-26
|
* use upgraded stackGravatar Joey Hess2017-10-26
|
* finish fix for gitAnnexLink on windowsGravatar Joey Hess2017-10-26
| | | | | dropDrive needed since if splitPath splits out the drives, they would appear different.
* upgrade stack to avoid https://github.com/commercialhaskell/stack/issues/2960Gravatar Joey Hess2017-10-26
|
* improve cleanupGravatar Joey Hess2017-10-26
|
* Revert "debugging strange old version of git-annex in windows installer bundle"Gravatar Joey Hess2017-10-26
| | | | This reverts commit ee66a6ed4d89a4bd30d056be6ddd304a026503b7.
* debugging strange old version of git-annex in windows installer bundleGravatar Joey Hess2017-10-26
|
* correct spelling mistakesGravatar Edward Betts2017-10-26
| | | | A few spelling fixes for the git-annex devblog.
* unify stack build and stack installGravatar Joey Hess2017-10-26
| | | | | For some reason, when stack install is run separately, it seems to be installing a previous build from a different temp dir. WTF?
* update win32 commitGravatar Joey Hess2017-10-25
|
* devblogGravatar Joey Hess2017-10-25
|
* terminateProcessId renamedGravatar Joey Hess2017-10-25
| | | | win32 upstream suggested a better name
* fix gitAnnexLink to not be absolute on WindowsGravatar Joey Hess2017-10-25
| | | | | | | | | | | | | | | | | | Windows: Fix reversion that caused the path used to link to annexed content include the drive letter and full path, rather than being relative. (`git annex fix` will fix up after this problem). I've not identified the commit that brought the reversion (probably it happened this spring when I was removing MisingH and last touched Utility.Path). Likely commit c88dfda7e03cab4d96417518b6cfcffd54ad8f5d? The problem is that relPathDirToFile got called two paths that had the slashes different ways around. Since takeDrive includes the first slash, this made two paths on the same drive seem different and it bailed. (ifdefs around this to avoid doing extra work on non-windows) This commit was sponsored by Jack Hill on Patreon.
* simplify buildGravatar Joey Hess2017-10-25
|
* fix fixGravatar Joey Hess2017-10-25
|
* add win32 to extra-depGravatar Joey Hess2017-10-25
|
* allow building w/o rsync installedGravatar Joey Hess2017-10-25
| | | | rsync is needed to run, but may not be on the build machine; that's ok
* bugGravatar Joey Hess2017-10-25
|
* update win32 to fixed versionGravatar Joey Hess2017-10-25
|
* replyGravatar Joey Hess2017-10-25
|
* Add day to metadata when annex.genmetadata is enabled.Gravatar Joey Hess2017-10-25
| | | | Thanks, Sean T Parsons
* stack.yaml: Added nix packages section.Gravatar Joey Hess2017-10-25
| | | | Thanks, Sean T Parsons
* responseGravatar Joey Hess2017-10-25
|
* fix pathGravatar Joey Hess2017-10-25
|
* try to put git for windows firstGravatar Joey Hess2017-10-25
| | | | I think there'a a cygwin git in path confusing things
* work around stack-work directory path bugGravatar Joey Hess2017-10-25
| | | | fatal: Invalid path '/cygdrive/c/jenkins/workspace/git-annex-master/git-annex/.stack-work/downloaded/C:\jenkins\workspace\git-annex-master\git-annex\.stack-work\downloaded\56E6vnUQljVi': No such file or directory
* build for windows with forked win32 package that has terminateProcessIdGravatar Joey Hess2017-10-25
| | | | | | | | | Get ugly reversion out of CHANGELOG. Also, relocated the windows stack.yaml to top, and updated windows build instructions. This commit was sponsored by Henrik Riomar on Patreon.
* rename this, to fix cloning on windowsGravatar Joey Hess2017-10-25
|
* expand commentGravatar Joey Hess2017-10-25
|
* Windows: Remove wget from bundle; it needs libraries that are not included, ↵Gravatar Joey Hess2017-10-25
| | | | | | | | and git for windows includes curl which git-annex will use instead. wget was broken even in the previous old release of the windows bundle, this is not new breakage. msys-idn-11.dll and probably more would be needed to use it. git for windows includes msys-idn2-0.dll instead.
* fix build-version creationGravatar Joey Hess2017-10-25
|