opnsense-src/tools/tools/mfc
Florent Thoumie 74a2924f4d Fix commit mail retrieval when using message-id.
Submitted by:	novel
Approved by:	re (hrs)
2007-07-10 15:30:15 +00:00
..
Makefile A simple shell script to help MFC an entire directory to a branch where it 2004-09-24 15:24:12 +00:00
mfc.awk add a diff line so you can check your commit before hitting enter... 2006-05-08 06:47:59 +00:00
mfc.pl Fix commit mail retrieval when using message-id. 2007-07-10 15:30:15 +00:00
mfc.sh A simple shell script to help MFC an entire directory to a branch where it 2004-09-24 15:24:12 +00:00
README - Add a new MFC script that takes a message-id, a commit mail or a query string and 2006-01-10 14:33:20 +00:00

$FreeBSD$

Summarize scripts abilities and purposes.

- mfc.awk: added by jmg

Takes in a commit message and generates the proper (hopefully) update -j lines
and commit line to do the MFC.

- mfc.sh: added by des

A simple shell script to help MFC an entire directory to a branch where it
does not already exist.

- mfc.pl: added by flz

A perl script that takes a message-id, a commit mail or a query string and
generates a patchset along with a commit message and a commit script if the
user has commit rights.