diff options
author | Mathias Kinzler <mathias.kinzler@sap.com> | 2010-10-07 11:37:16 +0200 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2010-10-08 08:57:28 -0500 |
commit | db55d13f5f4b641a9390076ced6b1775bcfcd6f6 (patch) | |
tree | a4b097b6ac803b9c032984bbdbfecd4d88a0d586 /org.eclipse.jgit/resources/org | |
parent | 2160c09dd4f678c5f2f8e730945be637210b39de (diff) | |
download | jgit-db55d13f5f4b641a9390076ced6b1775bcfcd6f6.tar.gz jgit-db55d13f5f4b641a9390076ced6b1775bcfcd6f6.zip |
Add "Pull" command
This is the minimal implementation of a "Pull" command. It does not
have any parameters besides the generic progress monitor and timeout.
It works on the currently checked-out branch and assumes that the
configuration contains the keys "branch.<branch name>.remote" and
"branch.<branch name>.merge" to determine the remote configuration
for the fetch and the remote branch name for the merge.
Bug: 303404
Change-Id: I7fe09029996d0cfc09a7d8f097b5d6af1488fa93
Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index 7c5c60860d..2b0bf515d2 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -56,6 +56,7 @@ cannotMoveIndexTo=Cannot move index to {0} cannotMovePackTo=Cannot move pack to {0} cannotOpenService=cannot open {0} cannotParseGitURIish=Cannot parse Git URI-ish +cannotPullOnARepoWithState=Cannot pull into a repository with state: {0} cannotRead=Cannot read {0} cannotReadBlob=Cannot read blob {0} cannotReadCommit=Cannot read commit {0} @@ -121,6 +122,7 @@ creatingDeltasIsNotImplemented=creating deltas is not implemented daemonAlreadyRunning=Daemon already running deletingNotSupported=Deleting {0} not supported. destinationIsNotAWildcard=Destination is not a wildcard. +detachedHeadDetected=HEAD is detached dirCacheDoesNotHaveABackingFile=DirCache does not have a backing file dirCacheFileIsNotLocked=DirCache {0} not locked dirCacheIsNotLocked=DirCache is not locked @@ -153,6 +155,7 @@ exceptionCaughtDuringExecutionOfCommitCommand=Exception caught during execution exceptionCaughtDuringExecutionOfFetchCommand=Exception caught during execution of fetch command exceptionCaughtDuringExecutionOfMergeCommand=Exception caught during execution of merge command. {0} exceptionCaughtDuringExecutionOfPushCommand=Exception caught during execution of push command +exceptionCaughtDuringExecutionOfPullCommand=Exception caught during execution of pull command exceptionCaughtDuringExecutionOfTagCommand=Exception caught during execution of tag command exceptionOccuredDuringAddingOfOptionToALogCommand=Exception occured during adding of {0} as option to a Log command exceptionOccuredDuringReadingOfGIT_DIR=Exception occured during reading of $GIT_DIR/{0}. {1} @@ -241,6 +244,7 @@ mergeStrategyAlreadyExistsAsDefault=Merge strategy "{0}" already exists as a def mergeStrategyDoesNotSupportHeads=merge strategy {0} does not support {1} heads to be merged into HEAD mergeUsingStrategyResultedInDescription=Merge of revisions {0} with base {1} using strategy {2} resulted in: {3}. {4} missingAccesskey=Missing accesskey. +missingConfigurationForKey=No value for key {0} found in configuration missingDeltaBase=delta base missingForwardImageInGITBinaryPatch=Missing forward-image in GIT binary patch missingObject=Missing {0} {1} @@ -284,6 +288,7 @@ onlyOneFetchSupported=Only one fetch supported onlyOneOperationCallPerConnectionIsSupported=Only one operation call per connection is supported. openFilesMustBeAtLeast1=Open files must be >= 1 openingConnection=Opening connection +operationCanceled=Operation {0} was canceled outputHasAlreadyBeenStarted=Output has already been started. packChecksumMismatch=Pack checksum mismatch packCorruptedWhileWritingToFilesystem=Pack corrupted while writing to filesystem @@ -304,6 +309,7 @@ prefixRemote=remote: problemWithResolvingPushRefSpecsLocally=Problem with resolving push ref specs locally: {0} progressMonUploading=Uploading {0} propertyIsAlreadyNonNull=Property is already non null +pullTaskName=Pull pushCancelled=push cancelled pushIsNotSupportedForBundleTransport=Push is not supported for bundle transport pushNotPermitted=push not permitted |