aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Added a commentGravatar marjor2018-02-27
| |
| * (no commit message)Gravatar marjor2018-02-27
| |
| * (no commit message)Gravatar jeff@184d5cbb24509ab635773e72bc758c99847e45da2018-02-26
| |
* | wordingGravatar Joey Hess2018-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
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-02-22
|\
* | importfeed: Fix a failure when downloading with youtube-dl and the ↵Gravatar Joey Hess2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | destination subdirectory does not exist yet. Noticed while running this (which a user posted in a comment they deleted for some reason): git-annex importfeed https://vimeo.com/logiingimars/videos/rss The filename that youtube-dl suggests included a subdirectory, which didn't exist, so renaming to it failed. This commit was sponsored by mo on Patreon.
| * 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
|
* Updated patch for standaloneGravatar Yaroslav Halchenko2018-02-20
|
* 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
|\
* | split msg into linesGravatar Joey Hess2018-02-19
| | | | | | | | | | | | msg is what would be output to stderr, so has some layout and formatting, which is perhaps not ideal, but let's at least avoid it containing line breaks.
* | updateGravatar Joey Hess2018-02-19
| |
* | wordingGravatar Joey Hess2018-02-19
| |
* | fix buildGravatar Joey Hess2018-02-19
| |
* | better doc for --json-error-messagesGravatar Joey Hess2018-02-19
| | | | | | | | Word so warnings can be included, not only errors.
* | send stderr to json when --json-error-messages enabledGravatar Joey Hess2018-02-19
| |
* | always include error-messages field when --json-error-messagesGravatar Joey Hess2018-02-19
| | | | | | | | | | | | | | | | | | Always include error-messages field, even if empty, to make the json be self-documenting. This was a design requirement for --json-error-messages. This commit was supported by the NSF-funded DataLad project.
* | 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.
* | fix --json-progress --json to be same as --json --json-progressGravatar Joey Hess2018-02-19
| | | | | | | | | | | | | | Fix behavior of --json-progress followed by --json, in which the latter option disabled the former. This commit was supported by the NSF-funded DataLad project.
| * Added a comment: I can reproduceGravatar olaf2018-02-19
|/
* Split Test.hs and avoid optimising it much, to need less memory to compile.Gravatar Joey Hess2018-02-18
| | | | | | | | The ghc options were found by Sean Whitton; the debian arm autobuilders need those to build w/o OOM, and it seems to involve llvm using too much memory to optimize Test. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
* git-annex.cabal: Once more try to not build the assistant on the hurd, ↵Gravatar Joey Hess2018-02-18
| | | | | | hopefully hackage finally recognises that OS. Last try was in 2015 https://github.com/haskell/hackage-server/issues/269
* 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
|
* --json: multi-line notesGravatar Joey Hess2018-02-16
| | | | | | | | | | | --json: When there are multiple lines of notes about a file, make the note field multiline, rather than the old behavior of only including the last line. Using newlines in the note is perhaps not ideal, but upgrading it to an array in this case would be an annoying inconsistency to need to deal with. This commit was sponsored by Ole-Morten Duesund on Patreon.