centraldogma-0.48.0
New feature
- You can now schedule Git GC with a Quartz Cron expression and the minimum number of new commits. #564
"repositoryGarbageCollection": { "minNumNewCommits": 1000, "schedule": "0 0 * * * ?" }
Bug fixes
- You no longer see the multiple commits that have the same contents. #568
- You no longer see multiple
Adding missing repository metadatalogs for the same repository. #567
Breaking change
Command.push()now returnsCommitResultinstead ofRevisionwhen it's executed. #568