aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-03-02
|\|
* | mention stretch backportsGravatar Joey Hess2018-03-01
| |
| * (no commit message)Gravatar bwong@047cc3a313979f155ea3d7ea765358b92116e0452018-03-01
| |
| * adding public keys to hybrid encryption remoteGravatar bwong@047cc3a313979f155ea3d7ea765358b92116e0452018-03-01
|/
* todoGravatar Joey Hess2018-02-28
|
* devblogGravatar Joey Hess2018-02-28
|
* responseGravatar Joey Hess2018-02-28
|
* Support exporttree=yes for rsync special remotes.Gravatar Joey Hess2018-02-28
| | | | | | | | | | | | | | | | | Renaming is not supported; it might be possible to use --fuzzy to get rsync to notice the file is being renamed, but that is a bit ..fuzzy. On the other hand, interrupted transfers of an exported file are resumed, since rsync is great at that. Had to adjust the exporttree docs, which said interrupted transfers would restart. Note that remove no longer makes the empty directory dummy, instead sending the top-level empty directory. This works just as well and I noticed the dummy was unncessary when refactoring it into removeGeneric. Verified that behavior of remove is not changed, and git annex testremote does pass. This commit was sponsored by Brock Spratlen on Patreon.
* responseGravatar Joey Hess2018-02-28
|
* Added a commentGravatar Jeff2018-02-28
|
* Added a commentGravatar Horus2018-02-28
|
* (no commit message)Gravatar Horus2018-02-28
|
* Added a commentGravatar Horus2018-02-28
|
* Added a comment: Not working with rsync?Gravatar roger.herikstad@ca3b99b0263344ccfd8ec134a12261be25ef35042018-02-28
|
* add news item for git-annex 6.20180227Gravatar Joey Hess2018-02-27
|
* remove chrpath hackGravatar Joey Hess2018-02-27
| | | | | | | | | | | | | | | | | | Makefile: Remove chrpath workaround for bug in cabal, which is no longer needed. https://github.com/haskell/cabal/issues/2717 says it uses RUNPATH instead of RPATH now, but I don't even see that for statically linked libraries; the bug with that appears to be fixed. cabal-install version 1.24.0.2 compiled using version 1.24.2.0 of the Cabal library I left the rpath removal using otool on OSX because those straight up broke the linker, and I don't know if the OSX autobuilder is updated to a new enough cabal to not need it. This commit was sponsored by Ewen McNeill on Patreon.
* remove spamGravatar Joey Hess2018-02-27
| | | | This is how you get banned, get your IP block banned.
* Added a commentGravatar CandyAngel2018-02-27
|
* removedGravatar marjor2018-02-27
|
* Added a commentGravatar marjor2018-02-27
|
* (no commit message)Gravatar marjor2018-02-27
|
* (no commit message)Gravatar jeff@184d5cbb24509ab635773e72bc758c99847e45da2018-02-26
|
* fix sync bug in direct modeGravatar Joey Hess2018-02-26
| | | | | | | sync: Fix bug that prevented pulling changes into direct mode repositories that were committed to remotes using git commit rather than git-annex sync. This commit was supported by the NSF-funded DataLad project.
* Fix metadata hook script to support non-ascii charactersGravatar Joey Hess2018-02-26
| | | | | | | | | | tips/automatically_adding_metadata/pre-commit-annex: Fix to not silently skip filenames containing non-ascii characters. git diff-index defaults to munging non-ascii characters. Using -z makes it not do that, and then we just change the nulls to newlines. This commit was sponsored by Jochen Bartl on Patreon.
* (no commit message)Gravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c002018-02-26
|
* (no commit message)Gravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c002018-02-26
|
* Added a commentGravatar ericm2018-02-24
|
* original discoveryGravatar yarikoptic2018-02-23
|
* annex.merge-annex-branchesGravatar Joey Hess2018-02-22
| | | | | | | | | | | | | | Added annex.merge-annex-branches config setting which can be used to disable automatic merge of git-annex branches. I wonder if git-annex merge/sync/assistant should disable this setting? Not sure yet, so have not done so. May be that users will not set it in git config, but pass it via -c to commands that need it. Checking the config setting adds a very small overhead, but it's only checked once per command so should be insignificant. This commit was supported by the NSF-funded DataLad project.
* wordingGravatar Joey Hess2018-02-22
|
* Added a comment: --read-only flag?Gravatar yarikoptic2018-02-22
|
* responseGravatar Joey Hess2018-02-22
|
* remove duplicate commentGravatar Joey Hess2018-02-22
|
* responseGravatar Joey Hess2018-02-22
|
* responseGravatar Joey Hess2018-02-22
|
* Remove temporary code added in 6.20160619 to prime the mergedrefs log.Gravatar Joey Hess2018-02-22
| | | | | | Repositories that are upgraded from before that version to this one will not break, but will just not see the benefit of the mergedrefs log speeding things up, until one new ref gets merged in.
* remove spamGravatar Joey Hess2018-02-22
|
* Added a comment: iTunes Error 56 AppleGravatar avdhusingh6497@d72e8319bb7c179778775a8b096b120fc219fbad2018-02-22
|
* Added a comment: iTunes Error 56 AppleGravatar avdhusingh6497@d72e8319bb7c179778775a8b096b120fc219fbad2018-02-22
|
* Added a comment: switching to amazonkaGravatar andrew2018-02-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-02-20
|\
* | doneGravatar Joey Hess2018-02-20
| |
| * initial complaints about needing write permissions for info commandGravatar yarikoptic2018-02-20
| |
| * Added a comment: ThanksGravatar moaxey2018-02-19
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-02-19
|\
* | updateGravatar Joey Hess2018-02-19
| |
* | better doc for --json-error-messagesGravatar Joey Hess2018-02-19
| | | | | | | | Word so warnings can be included, not only errors.
* | add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
| | | | | | | | | | | | | | | | | | | | Added --json-error-messages option, which includes error messages in the json output, rather than outputting them to stderr. The actual rediretion of errors is not implemented yet, this is only the docs and option plumbing. This commit was supported by the NSF-funded DataLad project.
| * Added a comment: I can reproduceGravatar olaf2018-02-19
|/
* Added a commentGravatar ericm2018-02-18
|