diff options
author | Luca Milanesio <luca.milanesio@gmail.com> | 2018-07-07 23:35:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-07-26 01:13:56 +0200 |
commit | 977726e5bb97e8aeb5d4ede69adbd8fc9801a14f (patch) | |
tree | ffb232bc029c4f7d29bdfe67298f598590c0aa05 /org.eclipse.jgit/resources/org | |
parent | eea9a7a0ba1e0e065c9a0fd01f0210bc2cc74068 (diff) | |
download | jgit-977726e5bb97e8aeb5d4ede69adbd8fc9801a14f.tar.gz jgit-977726e5bb97e8aeb5d4ede69adbd8fc9801a14f.zip |
Delete all loose refs empty directories
Remove completely the empty directories under refs/<namespace>
including the first level partition of the changes, when they are
completely empty.
Bug: 536777
Change-Id: I88304d34cc42435919c2d1480258684d993dfdca
Signed-off-by: Luca Milanesio <luca.milanesio@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org')
-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 68bb68e426..16f184babc 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -45,6 +45,7 @@ branchNameInvalid=Branch name {0} is not allowed buildingBitmaps=Building bitmaps cachedPacksPreventsIndexCreation=Using cached packs prevents index creation cachedPacksPreventsListingObjects=Using cached packs prevents listing objects +cannotAccessLastModifiedForSafeDeletion=Unable to access lastModifiedTime of file {0}, skip deletion since we cannot safely avoid race condition cannotBeCombined=Cannot be combined. cannotBeRecursiveWhenTreesAreIncluded=TreeWalk shouldn't be recursive when tree objects are included. cannotChangeActionOnComment=Cannot change action on comment line in git-rebase-todo file, old action: {0}, new action: {1}. |