dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

git-du.1 (442B)


      1 .Dd 27 Apr 2021
      2 .Dt git-du 1
      3 .Os hhvn-git(7)
      4 .Sh Name
      5 .Nm git-du
      6 .Nd calculate size of git repo (excl. checked out/untracked files)
      7 .Sh SYNOPSIS
      8 .Nm git du
      9 .Op Fl sh
     10 .Sh OPTIONS
     11 Assumes -h by default, use:
     12 .D1 git du ''
     13 or -s only to not use -h.
     14 .Op Ar author
     15 .Sh BUGS
     16 When invoked with -h via git, the following is shown:
     17 .D1 'du' is aliased to '!sh ~/.config/git/disk-usage'
     18 .D1 Usual output here...
     19 .Sh AUTHOR
     20 .An hhvn Aq Mt dev@hhvn.uk .