Git Code Review
Project description
git-code-review
A code review tool built into the git objects.
Usage
usage: git code-review list [--closed]
or: git code-review open <name> <commit> <commit>
or: git code-review close <name>
or: git code-review view <name>
List Code Reviews
To see open code reviews:
git code-review list
To see previous closed closed reviews:
git code-review list --closed
Opening A Code Review
First, a code review author would run:
git code-review open <name> <first sha> <last sha>
It will then prompt the user for a code review message.
Close A Code Review
After a code review is over, the code reviw author would run:
git code-review close <name>
View A Code Review
A code reviewer would run:
git code-review view <name>
The tool will iterate through all the diff hunks as well as comments. During each hunk or comment, a user will be prompted to (c)omment (s)skip or (q)uit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file git-code-review-0.1.0.tar.gz.
File metadata
- Download URL: git-code-review-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f77d1567494dbc7c383ef501b53f0a24daa80c1f9852b8dab25a8811a9929275
|
|
| MD5 |
18c2aa253b229c103095f189e84a5599
|
|
| BLAKE2b-256 |
3f6b33001a5bbee9bbbaa75aebc915c575d8e09963699b98771d80349d6b0c27
|
File details
Details for the file git_code_review-0.1.0-py3-none-any.whl.
File metadata
- Download URL: git_code_review-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff6ff2d343ed22ff5eead3eea875dbae508ecd7189e320ca61f3a37e5f433396
|
|
| MD5 |
a06290dcef3990e5b3e383fa100614c5
|
|
| BLAKE2b-256 |
cef76e9f9b686e5c01e7ce68792712ff6f56cd6ba04da82c8e3bad50f0c179dd
|