mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
prune empty directories when switching to just created tag or branch
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ public class UpdateByBranchUpdateSettings implements UpdateSettings{
|
||||
}
|
||||
|
||||
public boolean getPruneEmptyDirectories() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public String getBranch1ToMergeWith() {
|
||||
|
||||
Reference in New Issue
Block a user