-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
# javadiff | ||
|
||
The utility calculates the difference of java architecture changes between two git branches. | ||
The utility calculates the difference of _architecture_ changes between two git branches. This is especially useful when | ||
analyzing large merge requests. | ||
|
||
# Install | ||
|
||
You need [Rust](https://rustup.rs) installed: | ||
You need [Rust](https://rustup.rs) installed. | ||
|
||
```shell | ||
cargo install --git https://github.com/demidko/javadiff | ||
``` | ||
|
||
## Usage example | ||
|
||
In target repository: | ||
|
||
```shell | ||
javadiff master dev | ||
``` |