diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2011-05-29 14:12:37 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2011-08-13 14:12:03 -0700 |
commit | a5f5b20dff63f30aba69437f4c2386d96072daff (patch) | |
tree | 4ff2331a640254a365564a9e48840cc401f4c87c /org.eclipse.jgit.pgm/resources | |
parent | a2eadf0b6745103c1acac0494583f056351269be (diff) | |
download | jgit-a5f5b20dff63f30aba69437f4c2386d96072daff.tar.gz jgit-a5f5b20dff63f30aba69437f4c2386d96072daff.zip |
blame: Implement blame on the command line
Command line options match the C implementation of `git blame` as
closely as possible, making for a pretty complete tool.
Change-Id: Ie1bd172ad9de586c3b60f0ee4a77a8f047364882
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 17 |
1 files changed, 17 insertions, 0 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 98fbd7fbc4..1c95fd5f97 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 @@ -51,6 +51,7 @@ failedToLockTag=Failed to lock tag {0}: {1} fatalError=fatal: {0} fatalErrorTagExists=fatal: tag '{0}' exists fatalThisProgramWillDestroyTheRepository=fatal: This program will destroy the repository\nfatal:\nfatal:\nfatal: {0}\nfatal:\nfatal: To continue, add {1} to the command line\nfatal: +fileIsRequired=argument file is required forcedUpdate=forced update fromURI=From {0} initializedEmptyGitRepositoryIn=Initialized empty Git repository in {0} @@ -65,6 +66,8 @@ metaVar_KEY=KEY metaVar_arg=ARG metaVar_author=AUTHOR metaVar_base=base +metaVar_blameL=START,END +metaVar_blameReverse=START..END metaVar_bucket=BUCKET metaVar_command=command metaVar_commandDetail=DETAIL @@ -93,6 +96,7 @@ metaVar_ref=REF metaVar_refs=REFS metaVar_refspec=refspec metaVar_remoteName=name +metaVar_revision=REVISION metaVar_seconds=SECONDS metaVar_service=SERVICE metaVar_treeish=tree-ish @@ -132,6 +136,7 @@ timeInMilliSeconds={0} ms tooManyRefsGiven=Too many refs given unknownMergeStratey=unknown merge strategy {0} specified unsupportedOperation=Unsupported operation: {0} +usage_Blame=Show what revision and author last modified each line 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 @@ -152,11 +157,22 @@ usage_ServerSideBackendForJgitPush=Server side backend for 'jgit push' usage_ShowDiffs=Show diffs usage_StopTrackingAFile=Stop tracking a file usage_UpdateRemoteRepositoryFromLocalRefs=Update remote repository from local refs +usage_abbrevCommits=abbreviate commits to N + 1 digits 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_blameLongRevision=show long revision +usage_blameRange=annotate only the given range +usage_blameRawTimestamp=show raw timestamp +usage_blameReverse=show origin of deletions instead of insertions +usage_blameShowBlankBoundary=show blank SHA-1 for boundary commits +usage_blameShowEmail=show author email instead of name +usage_blameShowRoot=do not treat root commits as boundaries +usage_blameShowSourceLine=show source line number +usage_blameShowSourcePath=show source filename +usage_blameSuppressAuthor=do not show author name and timestamp usage_beMoreVerbose=be more verbose usage_beVerbose=be verbose usage_cached=compare against index @@ -188,6 +204,7 @@ usage_forceCreateBranchEvenExists=force create branch even exists usage_forceReplacingAnExistingTag=force replacing an existing tag usage_hostnameOrIpToListenOn=hostname (or ip) to listen on usage_indexFileFormatToCreate=index file format to create +usage_ignoreWhitespace=ignore all whitespace usage_inputOutputFile=Input/output file usage_listBothRemoteTrackingAndLocalBranches=list both remote-tracking and local branches usage_listCreateOrDeleteBranches=List, create, or delete branches |