diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-11-07 16:05:24 -0500 |
---|---|---|
committer | Code Review <codereview-daemon@eclipse.org> | 2010-11-07 16:05:24 -0500 |
commit | df037eb2305dcf69514f424721461163687bb7d8 (patch) | |
tree | faf7398a204da6066152422b55a977f7f92dd742 /org.eclipse.jgit.pgm/resources | |
parent | 0e815fe8c5bd7fb4de9d82b9d25d8ad9a9ec32c4 (diff) | |
parent | 1a7c918b66b86c4a629dda6bdbe58a580399b4cc (diff) | |
download | jgit-df037eb2305dcf69514f424721461163687bb7d8.tar.gz jgit-df037eb2305dcf69514f424721461163687bb7d8.zip |
Merge "Implemented the git add commandline command."
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 14 |
1 files changed, 9 insertions, 5 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 488cff0b9b..c4498c6771 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 @@ -8,13 +8,12 @@ N=N IPZillaPasswordPrompt=IPZilla Password authorInfo=Author: {0} <{1}> averageMSPerRead=average {0} ms/read -branchDetachedHEAD=detached HEAD branchAlreadyExists=branch {0} already exists branchCreatedFrom =branch: Created from {0} +branchDetachedHEAD=detached HEAD branchIsNotAnAncestorOfYourCurrentHEAD=The branch '{0}' is not an ancestor of your current HEAD.\nIf you are sure you want to delete it, run 'jgit branch -D {0}'. branchNotFound=branch '{0}' not found. cacheTreePathInfo="{0}": {1} entries, {2} children -configFileNotFound=configuration file {0} not found cannotBeRenamed={0} cannot be renamed cannotChekoutNoHeadsAdvertisedByRemote=cannot checkout; no HEAD advertised by remote cannotCreateCommand=Cannot create command {0} @@ -33,6 +32,7 @@ cannotWrite=Cannot write {0} cantFindGitDirectory=error: can't find git directory cantWrite=Can't write {0} commitLabel=commit +configFileNotFound=configuration file {0} not found conflictingUsageOf_git_dir_andArguments=conflicting usage of --git-dir and arguments couldNotCreateBranch=Could not create branch {0}: {1} dateInfo=Date: {0} @@ -67,6 +67,7 @@ metaVar_configFile=FILE metaVar_connProp=conn.prop metaVar_directory=DIRECTORY metaVar_file=FILE +metaVar_filepattern=filepattern metaVar_gitDir=GIT_DIR metaVar_hostName=HOSTNAME metaVar_linesOfContext=lines @@ -117,9 +118,9 @@ skippingObject=skipping {0} {1} timeInMilliSeconds={0} ms tooManyRefsGiven=Too many refs given unsupportedOperation=Unsupported operation: {0} +usage_CommandLineClientForamazonsS3Service=Command line client for Amazon's S3 service usage_CommitAuthor=Override the author name used in the commit. You can use the standard A U Thor <author@example.com> format. usage_CommitMessage=Use the given <msg> as the commit message -usage_CommandLineClientForamazonsS3Service=Command line client for Amazon's S3 service usage_CreateABareRepository=Create a bare repository usage_CreateATag=Create a tag usage_CreateAnEmptyGitRepository=Create an empty git repository @@ -136,6 +137,7 @@ usage_StopTrackingAFile=Stop tracking a file usage_UpdateRemoteRepositoryFromLocalRefs=Update remote repository from local refs usage_abortConnectionIfNoActivity=abort connection if no activity usage_actOnRemoteTrackingBranches=act on remote-tracking branches +usage_addFileContentsToTheIndex=Add file contents to the index usage_alterTheDetailShown=alter the detail shown usage_approveDestructionOfRepository=approve destruction of repository usage_beMoreVerbose=be more verbose @@ -159,6 +161,7 @@ usage_enableTheServiceInAllRepositories=enable the service in all repositories usage_exportRepositoriesOverGit=Export repositories over git:// usage_exportWithoutGitDaemonExportOk=export without git-daemon-export-ok usage_fetchThinPack=fetch thin pack +usage_filesToAddContentFrom=Files to add content from usage_fixAThinPackToBeComplete=fix a thin pack to be complete usage_forEachRefOutput=for-each-ref output usage_forceCreateBranchEvenExists=force create branch even exists @@ -173,18 +176,19 @@ usage_moveRenameABranch=move/rename a branch usage_nameStatus=show only name and status of files usage_noPrefix=do not show any source or destination prefix usage_noRenames=disable rename detection +usage_onlyMatchAgainstAlreadyTrackedFiles=Only match <filepattern> against already tracked files in the index rather than the working tree usage_outputFile=Output file usage_path=path usage_performFsckStyleChecksOnReceive=perform fsck style checks on receive usage_portNumberToListenOn=port number to listen on usage_produceAnEclipseIPLog=Produce an Eclipse IP log usage_pruneStaleTrackingRefs=prune stale tracking refs -usage_recurseIntoSubtrees=recurse into subtrees usage_recordChangesToRepository=Record changes to the repository +usage_recurseIntoSubtrees=recurse into subtrees usage_renameLimit=limit size of rename matrix usage_setTheGitRepositoryToOperateOn=set the git repository to operate on -usage_showRefNamesMatchingCommits=Show ref names matching commits usage_showPatch=display patch +usage_showRefNamesMatchingCommits=Show ref names matching commits usage_srcPrefix=show the source prefix instead of "a/" usage_symbolicVersionForTheProject=Symbolic version for the project usage_synchronizeIPZillaData=Synchronize IPZilla data |