Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added a comment: Same issue | pot | 2016-07-25 |
| | |||
* | (no commit message) | pot | 2016-07-24 |
| | |||
* | cabal constraints for aws and esqueleto | Joey Hess | 2016-07-22 |
| | | | | | | | | | closes https://github.com/joeyh/git-annex/pull/55 * git-annex.cabal: Temporarily limit to http-conduit <2.2.0 since aws 0.14.0 is not compatible with the newer version. * git-annex.cabal: Temporarily limit to persistent <2.5 since esqueleto 2.4.3 is not compatible with the newer version. | ||
* | cabal constraints for aws and esqueleto | ilovezfs | 2016-07-22 |
| | | | | | | | | | | | | aws 0.14.0 is incompatible with http-conduit 2.2.0 https://github.com/aristidb/aws/issues/206 esqueleto 2.4.3 is incompatible with persistent 2.5 https://github.com/prowdsponsor/esqueleto/issues/137 https://github.com/prowdsponsor/esqueleto/pull/141 https://github.com/prowdsponsor/esqueleto/pull/139 Solver needs these hints when building git-annex with +S3 and +Webapp. | ||
* | (no commit message) | ilovezfs | 2016-07-22 |
| | |||
* | (no commit message) | moird | 2016-07-21 |
| | |||
* | Update | Richard Hartmann | 2016-07-21 |
| | |||
* | devblog | Joey Hess | 2016-07-20 |
| | |||
* | fix implicit --all in bare repo | Joey Hess | 2016-07-20 |
| | | | | | Using the many combinator resulted in Just (WantBranchKeys []) which bypassed the defualt used for Nothing. | ||
* | --branch, stage 2 | Joey Hess | 2016-07-20 |
| | | | | | | | | Show branch:file that is being operated on. I had to make ActionItem a type and not a type class because withKeyOptions' passed two different types of values when using the type class, and I could not get the type checker to accept that. | ||
* | more generic showStart' | Joey Hess | 2016-07-20 |
| | |||
* | propigate error | Joey Hess | 2016-07-20 |
| | |||
* | mention --branch | Joey Hess | 2016-07-20 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-07-20 |
|\ | |||
* | | --branch, stage 1 | Joey Hess | 2016-07-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added --branch option to copy, drop, fsck, get, metadata, mirror, move, and whereis commands. This option makes git-annex operate on files that are included in a specified branch (or other treeish). The names of the files from the branch that are being operated on are not displayed yet; only the keys. Displaying the filenames will need changes to every affected command. Also, note that --branch can be specified repeatedly. This is not really documented, but seemed worth supporting, especially since we may later want the ability to operate on all branches matching a refspec. However, when operating on two branches that contain the same key, that key will be operated on twice. | ||
| * | Add comment | Richard Hartmann | 2016-07-20 |
| | | |||
| * | Add comment | Richard Hartmann | 2016-07-20 |
| | | |||
* | | close | Joey Hess | 2016-07-19 |
|/ | |||
* | (no commit message) | ilovezfs | 2016-07-19 |
| | |||
* | devblog | Joey Hess | 2016-07-19 |
| | |||
* | response | Joey Hess | 2016-07-19 |
| | |||
* | response | Joey Hess | 2016-07-19 |
| | |||
* | followup; open bug | Joey Hess | 2016-07-19 |
| | |||
* | add news item for git-annex 6.20160619 | Joey Hess | 2016-07-19 |
| | |||
* | fix lintian pedantry6.201607196.20160619 | Joey Hess | 2016-07-19 |
| | |||
* | fix clean of Build/MakeMans | Joey Hess | 2016-07-19 |
| | |||
* | comment | Joey Hess | 2016-07-19 |
| | |||
* | update instructions to work around ↵ | Joey Hess | 2016-07-19 |
| | | | | | | | https://github.com/commercialhaskell/stack/issues/2371 Also don't recommend using cabal unpack to get the source, since the git clone has a more extensive source tree. | ||
* | prep release | Joey Hess | 2016-07-19 |
| | |||
* | further thoughts | Joey Hess | 2016-07-19 |
| | |||
* | slightly more efficient checking of versionUsesKeysDatabase | Joey Hess | 2016-07-19 |
| | | | | | It's a mvar lookup either way, but I think this way will be slightly more efficient. And it reduces the number of places where it's checked to 1. | ||
* | todo | Joey Hess | 2016-07-19 |
| | |||
* | comment | Joey Hess | 2016-07-19 |
| | |||
* | Avoid any access to keys database in v5 mode repositories, which are not ↵ | Joey Hess | 2016-07-19 |
| | | | | supposed to use that database. | ||
* | webapp: Escape unusual characters in ssh hostnames when generating mangled ↵ | Joey Hess | 2016-07-19 |
| | | | | hostnames. This allows IPv6 addresses to be used on filesystems not supporting : in filenames. | ||
* | comment | Joey Hess | 2016-07-19 |
| | |||
* | Added a comment | jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c | 2016-07-18 |
| | |||
* | Added a comment | jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c | 2016-07-18 |
| | |||
* | (no commit message) | jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c | 2016-07-18 |
| | |||
* | devblog | Joey Hess | 2016-07-17 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2016-07-17 |
|\ | |||
* | | log: Added --all option. | Joey Hess | 2016-07-17 |
| | | |||
| * | (no commit message) | interfect@b151490178830f44348aa57b77ad58c7d18e8fe7 | 2016-07-17 |
| | | |||
* | | Speed up startup time by caching the refs that have been merged into the ↵ | Joey Hess | 2016-07-17 |
| | | | | | | | | | | | | | | git-annex branch. This can speed up git-annex commands by as much as a second, depending on the number of remotes. | ||
* | | avoid stripping rpath when linking haskell libs dynamically | Joey Hess | 2016-07-17 |
| | | |||
| * | removed | emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2 | 2016-07-14 |
| | | |||
| * | Added a comment: googledriveannex fails: No handlers could be found for ↵ | emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2 | 2016-07-14 |
| | | | | | | | | logger "oauth2client.util" | ||
| * | Added a comment: googledriveannex does not | emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2 | 2016-07-14 |
| | | |||
| * | (no commit message) | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2016-07-14 |
| | | |||
| * | Added a comment | Horus | 2016-07-14 |
| | |