diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-15 14:16:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-15 14:16:48 -0400 |
commit | 38d5ad051eb93c5b939755587a720a6f6ca7ef4e (patch) | |
tree | ad7c23abee2d40b33ebd4c66d671dfba6a097b26 /doc | |
parent | 349117d6b4744ba7125841933fe9c2ea78515927 (diff) |
whereis --json: Urls are now listed inside the remote that claims them, rather than all together at the end.
Diffstat (limited to 'doc')
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/new_whereis_--json_lost_information_about_web_urls_if_other_special_remotes_provide_them.mdwn b/doc/bugs/new_whereis_--json_lost_information_about_web_urls_if_other_special_remotes_provide_them.mdwn index cad6a4623..bd860e9e4 100644 --- a/doc/bugs/new_whereis_--json_lost_information_about_web_urls_if_other_special_remotes_provide_them.mdwn +++ b/doc/bugs/new_whereis_--json_lost_information_about_web_urls_if_other_special_remotes_provide_them.mdwn @@ -89,3 +89,5 @@ as you can see -- only --json format is missing on web remote URLs. I guess, id what is the purpose of note in current output anyways since it just duplicates information in 'whereis' field? [[!meta author=yoh]] + +> [[fixed|done]] --[[Joey]] diff --git a/doc/bugs/new_whereis_--json_lost_information_about_web_urls_if_other_special_remotes_provide_them/comment_1_c53cf9bbcef391f9072b6d3618d8be12._comment b/doc/bugs/new_whereis_--json_lost_information_about_web_urls_if_other_special_remotes_provide_them/comment_1_c53cf9bbcef391f9072b6d3618d8be12._comment new file mode 100644 index 000000000..8cf26b724 --- /dev/null +++ b/doc/bugs/new_whereis_--json_lost_information_about_web_urls_if_other_special_remotes_provide_them/comment_1_c53cf9bbcef391f9072b6d3618d8be12._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-01-15T18:10:26Z" + content=""" +The web urls were included in the json output, but it seems some json +parsers, including the one you're using, only show the last value of an +attribute when multiple values are repeated, as happened when there were +both web and other remotes with urls. + +Anyway, I've updated the json output to include the url list inside the +remote's record. + +(The "note" just collects any output that is not explicitly formatted as +json.) +"""]] |