--- OLD/man1/git-repack.1 Thu Jan 1 00:00:00 1970 +++ NEW/man1/git-repack.1 Thu Jan 1 00:00:00 1970 @@ -107,7 +107,7 @@ .PP \-\-max\-pack\-size= .RS 4 -Maximum size of each output packfile, expressed in MiB\. If specified, multiple packfiles may be created\. The default is unlimited\. +Maximum size of each output packfile, expressed in MB\. If specified, multiple packfiles may be created\. The default is unlimited\. .RE .SH "CONFIGURATION" When configuration variable repack\.UseDeltaBaseOffset is set for the repository, the command passes \-\-delta\-base\-offset option to \fIgit\-pack\-objects\fR; this typically results in slightly smaller packs, but the generated packs are incompatible with versions of git older than (and including) v1\.4\.3; do not set the variable in a repository that older version of git needs to be able to read (this includes repositories from which packs can be copied out over http or rsync, and people who obtained packs that way can try to use older git with it)\.