Changes between Initial Version and Version 1 of Ticket #22957, comment 12


Ignore:
Timestamp:
2023-05-19T07:32:05+02:00 (2 years ago)
Author:
JeroenHoek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22957, comment 12

    initial v1  
    1 Yeah, SVN and Trac are a bit of a barrier to entry. The easiest way to do this is to use git with the JOSM git mirror, do your work in a local branch and commit (don't do `git commit -a`, manually select the changed files because the `.gitignore` misses a few files), and use `git-format-patch` to generate the patch file.
     1Yeah, SVN and Trac are a bit of a barrier to entry. The easiest way to do this is to use git with the JOSM git mirror, do your work in a local branch and commit (don't do `git commit -a`, manually select the changed files because the `.gitignore` misses a few files), and use `git-format-patch HEAD~` to generate the patch file.
    22
    33Don't bother with SVN; it's obsolete.