Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages