Skip to content

gets authors of a diff from git blame to send a cc about the diff

License

Notifications You must be signed in to change notification settings

schachmat/git_cc_cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git_cc_cmd

gets authors of a diff from git blame to send a cc about the diff

usage

git config --global sendmail.cccmd [PATH TO git_cc_cmd]

known bugs / problems

  • No support for spaces and other weird characters in filenames of patched files. This will not be implemented since i discourage such filenames. Also there is a nice „feature“ about spaces in filenames.
  • Merge commits will not be handled, since git seems to not produce a patch-file for them.
  • Changes to files containing only one line will not result in this files author to be output.

About

gets authors of a diff from git blame to send a cc about the diff

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages