Changes between Initial Version and Version 1 of Ticket #22957, comment 12
- Timestamp:
- 2023-05-19T07:32:05+02:00 (2 years ago)
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. 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 HEAD~` to generate the patch file. 2 2 3 3 Don't bother with SVN; it's obsolete.