diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2014-06-28 10:30:01 +0200 |
---|---|---|
committer | Robin Stocker <robin@nibor.org> | 2014-06-29 15:55:53 +1000 |
commit | a9cd45cbd8fbd2291d11dd0e2f809db63f32ca94 (patch) | |
tree | 06114968cf951872ed9fb406638c5d2e829f552c /org.eclipse.jgit.pgm | |
parent | 350ba91585fd3937816f861a954a8cdc8dd70aa6 (diff) | |
download | jgit-a9cd45cbd8fbd2291d11dd0e2f809db63f32ca94.tar.gz jgit-a9cd45cbd8fbd2291d11dd0e2f809db63f32ca94.zip |
Remove duplicate string in CLIText.properties
Bug: 438261
Change-Id: Idd6839465ea36d072b1c4393f5abd2f39da02b62
Diffstat (limited to 'org.eclipse.jgit.pgm')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties index 88919e0ee2..7691e50f8b 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties @@ -321,7 +321,6 @@ usage_setTheGitRepositoryToOperateOn=set the git repository to operate on usage_show=display one commit usage_showRefNamesMatchingCommits=Show ref names matching commits usage_showPatch=display patch -usage_showRefNamesMatchingCommits=Show ref names matching commits usage_showNotes=Add this ref to the list of note branches from which notes are displayed usage_showTimeInMilliseconds=Show mtime in milliseconds usage_squash=Squash commits as if a real merge happened, but do not make a commit or move the HEAD. |