jgit/org.eclipse.jgit.lfs.server/resources/org/eclipse/jgit/lfs/server/internal
David Pursehouse 5f94e44308 LfsServerText: Fix formatting of invalidPathInfo message
The message is formatted as:

  Invalid pathInfo '/abc' does not match '/{SHA-256}'

but should be:

  Invalid pathInfo: '/abc' does not match '/{SHA-256}'

(i.e. including a colon) to be consistent with other messages.

Change-Id: Ic38aa7d33dd02d7954b95c331a73919a90c69991
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2017-12-07 20:02:59 +09:00
..
LfsServerText.properties LfsServerText: Fix formatting of invalidPathInfo message 2017-12-07 20:02:59 +09:00