Odielib

Help: repack
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

The "repack" command:

Usage: fossil repack ?REPOSITORY?

Perform extra delta-compression to try to minimize the size of the repository. This command is simply a short-hand for:

fossil rebuild --compress-only

The name for this command is stolen from the "git repack" command that does approximately the same thing in Git.