2.0.0 • Published 5 years ago
gdiff v2.0.0
GDiff
A utility to detect the changed files between commits.
Prerequisite
GDiff is a wrapper to Git command. Thus Git must be installed before running GDiff.
Installation
npm i -g gdiff@betaHow to use
To detect the changed files between two commits:
gdiff --commits <commit-id-of-first-commit> <commit-id-of-second-commit>To detect the changed files between HEAD and latest tag:
gdiff --commits HEAD TAGGDiff also support file-based configuration, which can be done by creating gdiff.config.js at root level of your repository (refer to sample). Note that configuration via command line argument should take higher precedence over file-based configuration.
# commits can be omitted when commits are set via gdiff.config.js
gdiffLicense
2.0.0
5 years ago
2.0.0-beta.3
5 years ago
2.0.0-beta.2
5 years ago
2.0.0-beta.1
5 years ago
2.0.0-beta.0
5 years ago
1.0.2
5 years ago
1.1.0
5 years ago
1.0.3
5 years ago
0.0.1-security
10 years ago
1.0.0
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago