dotfiles

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

git-ac.1 (445B)


      1 .Dd 27 Apr 2021
      2 .Dt git-ac 1
      3 .Os hhvn-git(7)
      4 .Sh Name
      5 .Nm git-ac 
      6 .Nd combine
      7 .Xr git-add 1
      8 and
      9 .Xr git-commit 1 "."
     10 .Sh SYNOPSIS
     11 .Nm git ac
     12 .Fl m
     13 .Ar message
     14 .Ar [GIT-COMMIT-OPTIONS]
     15 .Nm git ac
     16 .Ar files
     17 .Sh DESCRIPTION
     18 If supplied -m infer files from it.
     19 
     20 If not supplied -m, take list of files and begin formatting COMMIT_EDITMSG.
     21 .Sh SEE ALSO
     22 .Bl -item -compact
     23 .It
     24 .Xr git-add 1
     25 .It
     26 .Xr git-commit 1
     27 .Sh AUTHOR
     28 .An hhvn Aq Mt dev@hhvn.uk .