diff options
author | Jonathan Nieder <jrn@google.com> | 2013-04-26 13:47:56 -0700 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2013-04-26 14:12:42 -0700 |
commit | be047307fcd179934e0cd3a0cf4ffe9c758d5370 (patch) | |
tree | d57e75908fb0c2430afa8e2e501159f2717acb81 /org.eclipse.jgit.pgm/resources/org | |
parent | b525e696d558bee033652d847b18514e5656fbda (diff) | |
download | jgit-be047307fcd179934e0cd3a0cf4ffe9c758d5370.tar.gz jgit-be047307fcd179934e0cd3a0cf4ffe9c758d5370.zip |
ArchiveCommand: Do not warn for unsupported file mode
When ArchiveCommand is invoked directly on the command line, these
warnings to stderr
warning: mode of path/to/some/submodule ignored
are a useful hint, but in the more usual case where an archive is
being served by a server, the intended audience for that message
cannot see stderr.
Later it might be useful to accept a callback to return these warnings
out of band.
Change-Id: I22e79be69859176d85594031d67c6cb3371c4bd2
Diffstat (limited to 'org.eclipse.jgit.pgm/resources/org')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties index 4808df995e..3d6952bc93 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties @@ -7,7 +7,6 @@ N=N alreadyOnBranch=Already on ''{0}'' alreadyUpToDate=Already up-to-date. -archiveEntryModeIgnored=warning: mode of {0} ignored authorInfo=Author: {0} <{1}> averageMSPerRead=average {0} ms/read branchAlreadyExists=A branch named ''{0}'' already exists. |