diff options
author | Teddy Wing | 2019-06-10 12:23:33 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-10 12:23:33 +0200 |
commit | 5b6e2772733e9d30b60a4550482cbca56f87117d (patch) | |
tree | 7ae34812a11f321a4c466bf5a47a8bf061bcc71a /doc/code-review.1.txt | |
parent | 6bbcbe9b067175a50c907510c345e8416acbb39d (diff) | |
download | code-review-5b6e2772733e9d30b60a4550482cbca56f87117d.tar.bz2 |
Add a man page
Not very detailed at the moment, just copies the usage output. Would be
nice to make this more descriptive, and even better to have separate man
pages for each subcommand.
Diffstat (limited to 'doc/code-review.1.txt')
-rw-r--r-- | doc/code-review.1.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/code-review.1.txt b/doc/code-review.1.txt new file mode 100644 index 0000000..276399f --- /dev/null +++ b/doc/code-review.1.txt @@ -0,0 +1,34 @@ +code-review(1) +============== + +NAME +---- +code-review - Tools for code review + +SYNOPSIS +-------- +*code-review* [--help] <command> [<args>] + +DESCRIPTION +----------- +A collection of tools that facilitate code review on the command line. + +OPTIONS +------- +-h, --help:: + Print usage help. + +COMMANDS +-------- +changed-files:: + List names of files changed +commits:: + One-line log of commits +diff:: + Unified diff of changes +difftool:: + Diff of all changes with Vim and Fugitive +start:: + Start a review with a given base revision +stat:: + Stat file changes |