summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
|
* (no commit message)Gravatar michalrus2018-02-17
|
* Added a commentGravatar yarikoptic2018-02-16
|
* commentGravatar Joey Hess2018-02-16
|
* updateGravatar Joey Hess2018-02-16
|
* commentGravatar Joey Hess2018-02-16
|
* commentGravatar Joey Hess2018-02-16
|
* add wishlist item "creating importfeed does not work with socks proxy"Gravatar https://christian.amsuess.com/chrysn2018-02-14
|
* Added a commentGravatar ericm2018-02-11
|
* Added a commentGravatar yarikoptic2018-02-10
|
* (no commit message)Gravatar yarikoptic2018-02-10
|
* (no commit message)Gravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c82018-02-09
|
* (no commit message)Gravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c82018-02-09
|
* (no commit message)Gravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c82018-02-09
|
* (no commit message)Gravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c82018-02-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-02-08
|\