diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-06 12:33:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-06 12:33:32 -0400 |
commit | f906cddf91577c53600a60e4cfbfa3c1fe25d1ab (patch) | |
tree | 60847da3768aa4a702f2785d20c4806ff9ddb119 /doc | |
parent | 452865e80fd68f75cb3b91b9b4d95f45dd249351 (diff) |
whereis --json: Make url list be included in machine-parseable form.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/--json_issues.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/--json_issues.mdwn b/doc/bugs/--json_issues.mdwn index b1cad44da..4a73540c4 100644 --- a/doc/bugs/--json_issues.mdwn +++ b/doc/bugs/--json_issues.mdwn @@ -6,6 +6,9 @@ http://git-annex.branchable.com/tips/using_the_web_as_a_special_remote/#comment- If the "note" properties are meant to be comments, it might be a good idea to find another property for the url(s). Please note that I haven't looked at multiple urls for an object, so I'm not sure that only the last listed url will appear in parsed json object. +> The note properties are any notes git-annex normally displays while +> running a command. + ### What steps will reproduce the problem? git-annex whereis --json @@ -42,3 +45,5 @@ umeboshi@bard:~/tmp/testweb$ ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) Lol! Positive note! I spend a couple of days making specially crafted rss files for importfeed, so I can have appropriate filenames, then look back and see that you are working on '--batch --with-files' options to addurl. Have a Happy New Year! :) + +> [[fixed|done]] --[[Joey]] |