Skip to content

Compares the commits by summary of two branches in a Git repository

License

Notifications You must be signed in to change notification settings

JavierPoduje/fdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fdiff

Compares the commits by summary of two branches in a Git repository.

Dependencies

  1. Rust.

Initial setup

Clone the repository:

$ git clone [email protected]:JavierPoduje/fdiff.git

Build:

$ cargo build --release

Make it executable anywhere:

$ sudo cp target/release/fdiff /usr/bin/fdiff

Usage

Get the commits in branch1 that doesn't exist in branch2:

$ fdiff branch1 branch2

Same as above but excluding the commits that have the fix/ or release/ substrings in them:

$ fdiff branch1 branch2 --exclude fix/ release/

About

Compares the commits by summary of two branches in a Git repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages