git-webrev(1)
| GIT-WEBREV(1) | General Commands Manual | GIT-WEBREV(1) |
NAME
git-webrev - render a HTML view of changes
SYNOPSIS
git webrev [options]
DESCRIPTION
Render a HTML view of the changes between two commits.
- git webrev
- Creates a webrev with changes between the last two commits, and puts the resoult in a directory named 'webrev'
OPTIONS
- -r, --rev=REV
- Compare against a specified revision,
- -o, --output=DIR
- Output webrev to DIR. Defaults to 'webrev'.
- -u, --username=NAME
- Use that username instead of 'guessing' one
-
--repository=URL - The upstream repository for this local repository. Defaults to the 'origin' (or 'default') URL.
- -t, --title=TITLE
- The title of the webrev. Defaults to the basename of the current working directory.
- -c, --cr=CR
- Include link to CR (aka bugid) in the main page
- -b,
- Do not ignore changes in whitespace (always true)
- -m, --mercurial
- Deprecated: force use of mercurial
- -C, --no-comments
- Don't show comments
- -N, --no-outgoing
- Do not compare against remote, use only 'status'
- -v, --version
- Print the version of this tool
- -h, --help
- Show help text
