Ignore:
Timestamp:
2013-06-16T17:04:03+02:00 (11 years ago)
Author:
donvip
Message:

see #josm8701 - Do not include OS details in changeset created_by tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java

    r29503 r29663  
    3131        if (created_by == null || "".equals(created_by)) {
    3232            if (hasRevertions) {
    33                 tags.put("created_by", Version.getInstance().getAgentString() + ";" + pluginString);
     33                tags.put("created_by", Version.getInstance().getAgentString(false) + ";" + pluginString);
    3434                ud.setDefaultChangesetTags(tags);
    3535            }
Note: See TracChangeset for help on using the changeset viewer.