summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* (no commit message)Gravatar ilovezfs2016-07-22
|
* (no commit message)Gravatar moird2016-07-21
|
* UpdateGravatar Richard Hartmann2016-07-21
|
* devblogGravatar Joey Hess2016-07-20
|
* --branch, stage 2Gravatar Joey Hess2016-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.
* mention --branchGravatar Joey Hess2016-07-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-07-20
|\
* | --branch, stage 1Gravatar Joey Hess2016-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 commentGravatar Richard Hartmann2016-07-20
| |
| * Add commentGravatar Richard Hartmann2016-07-20
| |
* | closeGravatar Joey Hess2016-07-19
|/
* (no commit message)Gravatar ilovezfs2016-07-19
|
* devblogGravatar Joey Hess2016-07-19
|
* responseGravatar Joey Hess2016-07-19
|
* responseGravatar Joey Hess2016-07-19
|
* followup; open bugGravatar Joey Hess2016-07-19
|
* add news item for git-annex 6.20160619Gravatar Joey Hess2016-07-19
|
* commentGravatar Joey Hess2016-07-19
|
* update instructions to work around ↵Gravatar Joey Hess2016-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.
* further thoughtsGravatar Joey Hess2016-07-19
|
* todoGravatar Joey Hess2016-07-19
|
* commentGravatar Joey Hess2016-07-19
|
* Avoid any access to keys database in v5 mode repositories, which are not ↵Gravatar Joey Hess2016-07-19
| | | | supposed to use that database.
* webapp: Escape unusual characters in ssh hostnames when generating mangled ↵Gravatar Joey Hess2016-07-19
| | | | hostnames. This allows IPv6 addresses to be used on filesystems not supporting : in filenames.
* commentGravatar Joey Hess2016-07-19
|
* Added a commentGravatar jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c2016-07-18
|
* Added a commentGravatar jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c2016-07-18
|
* (no commit message)Gravatar jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c2016-07-18
|
* devblogGravatar Joey Hess2016-07-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-07-17
|\
* | log: Added --all option.Gravatar Joey Hess2016-07-17
| |
| * (no commit message)Gravatar interfect@b151490178830f44348aa57b77ad58c7d18e8fe72016-07-17
| |
| * removedGravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-07-14
| |
| * Added a comment: googledriveannex fails: No handlers could be found for ↵Gravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-07-14
| | | | | | | | logger "oauth2client.util"
| * Added a comment: googledriveannex does notGravatar emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b22016-07-14
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-07-14
| |
| * Added a commentGravatar Horus2016-07-14
| |
| * (no commit message)Gravatar Horus2016-07-14
| |
| * Added a commentGravatar Horus2016-07-14
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-07-12
|\
* | devblogGravatar Joey Hess2016-07-12
| |
* | Support checking presence of content at a http url that redirects to a ftp url.Gravatar Joey Hess2016-07-12
| |
| * Added a commentGravatar Rémi2016-07-12
| |
* | commentGravatar Joey Hess2016-07-12
| |
| * Added a commentGravatar quisquous2016-07-12
|/
* commentGravatar Joey Hess2016-07-12
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-07-12
|\
* | commentGravatar Joey Hess2016-07-12
| |
| * initial reportGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-07-12
|/
* uninit: Fix crash due to trying to write to deleted keys db.Gravatar Joey Hess2016-07-12
| | | | | | Reversion introduced by v6 mode support, affects v5 too. Also fix a similar crash when the webapp is used to delete a repository.