Added Number of files in -d option
This commit is contained in:
parent
8284655f04
commit
d2be9b368b
2 changed files with 27 additions and 8 deletions
31
.idea/workspace.xml
generated
31
.idea/workspace.xml
generated
|
@ -9,12 +9,9 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Fixed another Random Crash that happened when a file size is near 0">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_rebase_[Changes]/shelved.patch" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_rebase__Changes_.xml" beforeDir="false" />
|
||||
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Simplify code in ThreadedCompare.java and added option for debuging with -debug">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/ThreadedCompare.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/ThreadedCompare.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -31,6 +28,13 @@
|
|||
<component name="Git.Rebase.Settings">
|
||||
<option name="NEW_BASE" value="master" />
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="PREVIOUS_COMMIT_AUTHORS">
|
||||
<list>
|
||||
<option value="Lia Brueggemann <brueggemann.l@proton.me>" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="GithubPullRequestsUISettings">
|
||||
<option name="selectedUrlAndAccountId">
|
||||
<UrlAndAccount>
|
||||
|
@ -153,7 +157,21 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1672874587158</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="11" />
|
||||
<task id="LOCAL-00011" summary="Simplify code in ThreadedCompare.java and added option for debuging with -debug">
|
||||
<created>1674655068301</created>
|
||||
<option name="number" value="00011" />
|
||||
<option name="presentableId" value="LOCAL-00011" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1674655068301</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00012" summary="Simplify code in ThreadedCompare.java and added option for debuging with -debug">
|
||||
<created>1674655119812</created>
|
||||
<option name="number" value="00012" />
|
||||
<option name="presentableId" value="LOCAL-00012" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1674655119812</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="13" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
|
@ -187,7 +205,8 @@
|
|||
<MESSAGE value="test" />
|
||||
<MESSAGE value="fixed A bug where it just randomly crashes and added the ability to delete duplicate files with -d paramater" />
|
||||
<MESSAGE value="Fixed another Random Crash that happened when a file size is near 0" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Fixed another Random Crash that happened when a file size is near 0" />
|
||||
<MESSAGE value="Simplify code in ThreadedCompare.java and added option for debuging with -debug" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Simplify code in ThreadedCompare.java and added option for debuging with -debug" />
|
||||
</component>
|
||||
<component name="XDebuggerManager">
|
||||
<breakpoint-manager>
|
||||
|
|
Reference in a new issue