Skip to content

centraldogma-0.48.0

Choose a tag to compare

@minwoox minwoox released this 17 Mar 01:27

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 metadata logs for the same repository. #567

Breaking change

  • Command.push() now returns CommitResult instead of Revision when it's executed. #568