Skip to content

Use this git command to email the coloured diff embedded in email or patch attachment with your colleague

License

Notifications You must be signed in to change notification settings

sanfx/git-maildiff

Repository files navigation

git maildiff

maildiff.svg Django.svg green.svg

maildiff is a simple git command to email diff in color to reviewer/ co-worker.

Install

Navigate to git-maildiff directory you cloned or downlaoded from terminal

pip install .

where . refers to your current working directory i.e. inside git-maildiff and you are good to go.

Uninstall

pip  uninstall  maildiff

Setup Config

git config --global maildiff.mailto [email protected]	

git config --global maildiff.smtpserver smtp.gmail.com	

git config --global maildiff.smtpserverport 587	

git config --global maildiff.mailFrom [email protected]	

git config --global maildiff.smtpencryption tls

e.g. Gmail uses tls encryption

if you forget to run the above setup the git maildiff command will prompts each one by one and update in .gitconfig the email password is stored in OS keychain.

Usage

git maildiff - Email the diff of commited or uncommited changes in colored to multiple recipients and allows attaching patches.

git maildiff -d 'HEAD^1' - will email the diff.

when no -diff or -d flag is passed with value the default value is git diff HEAD^ HEAD

git maildiff -to [email protected] - will email diff to this email address.

git maildiff -v - use the -v flag to enable verbosity and display what command is run and what is the result of executed command.

type git maildiff -h in shell for more help.

Note

If you are behind a proxy server, and you are having issues accessing git repository you can update gitconfig to add proxy settings like

git config --global http.proxy http://mydomain\\myusername:mypassword@myproxyserver:8080

Dependencies

######Type git maildiff -h for help in command line/ terminal

Contact

Email: [email protected]

Website: www.devilsan.com

About

Use this git command to email the coloured diff embedded in email or patch attachment with your colleague

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published