diff options
author | Dan Willemsen <dwillemsen@google.com> | 2016-11-15 15:33:53 -0800 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-04-18 10:33:37 +0200 |
commit | b6fc8e2f3cb1af6f7cbc624acfac01bec002baf8 (patch) | |
tree | 6a18d9649ea8077628f285b7571663b49d01ea65 /org.eclipse.jgit/resources | |
parent | fac16fe16ac087753b88415e0c8d1ccacba9904a (diff) | |
download | jgit-b6fc8e2f3cb1af6f7cbc624acfac01bec002baf8.tar.gz jgit-b6fc8e2f3cb1af6f7cbc624acfac01bec002baf8.zip |
RepoCommand: Add linkfile support.
Android wants them to work, and we're only interested in them for bare
repos, so add them just for that.
Make sure to use symlinks instead of just using the copyfile
implementation. Some scripts look up where they're actually located in
order to find related files, so they need the link back to their
project.
Change-Id: I929b69b2505f03036f69e25a55daf93842871f30
Signed-off-by: Dan Willemsen <dwillemsen@google.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Jeff Gaston <jeffrygaston@google.com>
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index da076dcb7f..225cb53718 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -431,6 +431,7 @@ noHEADExistsAndNoExplicitStartingRevisionWasSpecified=No HEAD exists and no expl noHMACsupport=No {0} support: {1} noMergeBase=No merge base could be determined. Reason={0}. {1} noMergeHeadSpecified=No merge head specified +nonBareLinkFilesNotSupported=Link files are not supported with nonbare repos noSuchRef=no such ref notABoolean=Not a boolean: {0} notABundle=not a bundle |