Skip to content

Commit

Permalink
git: add cleanup for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 10, 2024
1 parent 3f60ddf commit da63630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/FileSystem-Git.package/GitStore.class/class/cleanUp..st
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
initialize-release
cleanUp: aggressive

aggressive ifTrue:
[LogMessages := LogMessageCount := nil].
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"class" : {
"cache:" : "CamilloBruni 8/30/2012 14:04",
"cleanUp:" : "ct 1/10/2024 18:18",
"logMessage:" : "ct 1/10/2024 18:17",
"memory" : "CamilloBruni 8/30/2012 14:04",
"openLog" : "jr 6/29/2017 10:42" },
Expand Down

0 comments on commit da63630

Please sign in to comment.