diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-09-15 08:44:27 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-09-15 08:47:17 -0700 |
commit | a424b7aefebffcd66ed8b0684c0139432c275b29 (patch) | |
tree | 4280d947c2e1c91b8bea83456a382c2f90bfa29d /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/.gitignore | |
parent | 5fce8d81d89a3b9790e93590b919f5af114e8628 (diff) | |
download | jgit-a424b7aefebffcd66ed8b0684c0139432c275b29.tar.gz jgit-a424b7aefebffcd66ed8b0684c0139432c275b29.zip |
clone: Correct formatting of init message
We used the wrong format method, which lead to this confusing output:
$ ./jgit clone git://...
Initialized empty Git repository in {0}
remote: Counting objects: 201783
...
remote: {0}
We need to use MessageFormat.format() as the message translations
use {0} syntax and not %s syntax for placeholders.
Change-Id: I8bf0fd3f7dbecf9edf47419c46aed0493d405f9e
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/.gitignore')
0 files changed, 0 insertions, 0 deletions