﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9450	Git mirror: Replace svn info for revision detection by git log+perl	simon04	Don-vip	"From https://github.com/openstreetmap/josm/pull/5 by https://github.com/AlfonZ42:

I didn't like that revision detection (hacked long ago in https://github.com/openstreetmap/josm/commit/bcbc70ea2e5c51b5d27222fe69c7e963645ca263) was trying to access josm.openstreetmap.de (it made building impossible when offline) and revision number was not always correct (when working with older revisions).

I replaced `svn info` by `git log` + `perl`.
`git log` looks at the most recent commit message with `git-svn-id`, which is then processed by perl script that produces revision number and date, which are needed in build.xml.
In case `perl` is not found, the build doesn't fail, values fallback to `UNKNOWN`, as specified in build.xml.
"	enhancement	closed	minor	14.01	Core		fixed		
