aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* removedGravatar xloem2017-03-03
|
* Added a comment: Non-conforming blobsGravatar xloem2017-03-03
|
* Added a comment: Non-conforming blobsGravatar xloem2017-03-03
|
* Added a commentGravatar mbroadhead2017-03-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-02
|\
* | Linux standalone builds put the bundled ssh last in PATH, so any system ssh ↵Gravatar Joey Hess2017-03-02
| | | | | | | | | | | | will be preferred over it. This commit was sponsored by Denis Dzyubenko on Patreon.
| * (no commit message)Gravatar kevang2017-03-02
|/
* commentGravatar Joey Hess2017-03-02
|
* show how this is not specific to git-annex at allGravatar Joey Hess2017-03-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-02
|\
* | updateGravatar Joey Hess2017-03-02
| |
| * (no commit message)Gravatar mbroadhead2017-03-02
|/
* status: Propigate nonzero exit code from git status.Gravatar Joey Hess2017-03-02
|
* commentGravatar Joey Hess2017-03-02
|
* followupGravatar Joey Hess2017-03-02
|
* fix formatGravatar Joey Hess2017-03-02
|
* clarificationGravatar Joey Hess2017-03-02
|
* commentGravatar Joey Hess2017-03-02
|
* titleGravatar Joey Hess2017-03-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-02
|\
* | commentGravatar Joey Hess2017-03-02
| |
* | Bugfix: Passing a command a filename that does not exist sometimes did not ↵Gravatar Joey Hess2017-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | display an error, when a path to a directory was also passed. It was relying on segmentPaths to work correctly, so when it didn't, sometimes the file that did not exist got matched up with a non-null list of results. Fixed by always checking if each parameter exists. There are two reason segmentPaths might not work correctly. For one, it assumes that when the original list of paths has more than 100 paths, it's not worth paying the CPU cost to preserve input orders. And then, it fails when a directory such as "." or ".." or /path/to/repo is in the input list, and the list of found paths does not start with that same thing. It should probably not be using dirContains, but something else. But, it's not clear how to handle this fully. Consider when [".", "subdir"] has been expanded by git ls-files to ["subdir/1", "subdir/2"] -- Both of the inputs contained those results, so there's no one right answer for segmentPaths. All these would be equally valid: [["subdir/1", "subdir/2"], []] [[], ["subdir/1", "subdir/2"]] [["subdir/1"], [""subdir/2"]] So I've not tried to improve segmentPaths.
| * Added a commentGravatar git-annex@31849d241f10c295b30a9707352ae5c7d743adb72017-03-02
| |
| * removedGravatar git-annex@31849d241f10c295b30a9707352ae5c7d743adb72017-03-02
| |
| * Added a commentGravatar git-annex@31849d241f10c295b30a9707352ae5c7d743adb72017-03-02
| |
| * (no commit message)Gravatar Michel2017-03-02
|/
* github mirror has been removed due to their horrible new anti-free-software TOSGravatar Joey Hess2017-03-01
|
* add news item for git-annex 6.20170301.1Gravatar Joey Hess2017-03-01
|
* releasing package git-annex version 6.20170301.16.20170301.1Gravatar Joey Hess2017-03-01
|
* improve layoutGravatar Joey Hess2017-03-01
|
* Fix reversion in yesterday's release that made SHA1E and MD5E backends not work.Gravatar Joey Hess2017-03-01
|
* convert error to giveupGravatar Joey Hess2017-03-01
|
* add news item for git-annex 6.20170301Gravatar Joey Hess2017-03-01
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-03-01
|\
* | 6.20170301 version for hackage6.20170301Gravatar Joey Hess2017-03-01
| | | | | | | | No changes from 6.20170228; a new version number was needed due to a problem with Hackage.
| * initial whiningGravatar yarikoptic2017-03-01
| |
| * Added a comment: Security of P2P repo is unclearGravatar dvicory2017-02-28
|/
* add news item for git-annex 6.20170228Gravatar Joey Hess2017-02-28
|
* releasing package git-annex version 6.201702286.20170228Gravatar Joey Hess2017-02-28
|
* improve display of checking known urlsGravatar Joey Hess2017-02-28
| | | | Display it as a separate action, so it ends with a newline
* remove old debug printGravatar Joey Hess2017-02-28
|
* remove unused importGravatar Joey Hess2017-02-28
|
* release prepGravatar Joey Hess2017-02-28
|
* fix bug introduced in 48119806dd24214e88f3f3c62f4dcb14b60dc207Gravatar Joey Hess2017-02-28
| | | | Just totally wrong logic, oops. Caught by test suite.
* squelch a couple of warnings about moveAnnex return codeGravatar Joey Hess2017-02-28
|
* fix osxapp depsGravatar Joey Hess2017-02-28
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-28
|\
* | fix build with old ghcGravatar Joey Hess2017-02-28
| |
| * Added a comment: RE: choosing remotes and annex-cost-commandGravatar zpeters2017-02-28
|/
* better headingsGravatar Joey Hess2017-02-27
|