Hi All,
I have seen in the ChangeLog mails the word 'MFH'.
What is the meaning of it?
With regards
Kamesh Jayachandran
Kamesh Jayachandran wrote:
I have seen in the ChangeLog mails the word 'MFH'.
What is the meaning of it?
"Merge from HEAD" means that changes from the HEAD branch are merged to
another branch.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
MFH stands for Merge From HEAD. HEAD is the main development branch
and when features / bug fixes get applied to other branches it's
called MFH.
Regards
--jm
On Wed, 21 Jul 2004 04:03:55 -0700, Kamesh Jayachandran
kameshj@fastmail.fm wrote:
Hi All,
I have seen in the ChangeLog mails the word 'MFH'.
What is the meaning of it?With regards
Kamesh Jayachandran--
--
Jacques Marneweck
http://www.powertrip.co.za/blog/
On a somewhat-related note, I've always wondered what "BFN" means....
On Wed, 21 Jul 2004 13:12:08 +0200, Jacques Marneweck
jmarneweck@gmail.com wrote:
MFH stands for Merge From HEAD. HEAD is the main development branch
and when features / bug fixes get applied to other branches it's
called MFH.Regards
--jmOn Wed, 21 Jul 2004 04:03:55 -0700, Kamesh Jayachandran
kameshj@fastmail.fm wrote:Hi All,
I have seen in the ChangeLog mails the word 'MFH'.
What is the meaning of it?With regards
Kamesh Jayachandran--
--
Jacques Marneweck
http://www.powertrip.co.za/blog/--
--
Gordon P. Hemsley
gphemsley@gmail.com
http://www.lttp.net/ • http://cmsforme.sourceforge.net/
BFN stands for 'Bug Fixing News'.
Regards
--jm
On Wed, 21 Jul 2004 08:16:57 -0400, Gordon P. Hemsley
gphemsley@gmail.com wrote:
On a somewhat-related note, I've always wondered what "BFN" means....
On Wed, 21 Jul 2004 13:12:08 +0200, Jacques Marneweck
jmarneweck@gmail.com wrote:MFH stands for Merge From HEAD. HEAD is the main development branch
and when features / bug fixes get applied to other branches it's
called MFH.Regards
--jmOn Wed, 21 Jul 2004 04:03:55 -0700, Kamesh Jayachandran
kameshj@fastmail.fm wrote:Hi All,
I have seen in the ChangeLog mails the word 'MFH'.
What is the meaning of it?With regards
Kamesh Jayachandran--
--
Jacques Marneweck
http://www.powertrip.co.za/blog/--
--
Gordon P. Hemsley
gphemsley@gmail.com
http://www.lttp.net/ • http://cmsforme.sourceforge.net/--
--
Jacques Marneweck
http://www.powertrip.co.za/blog/
Hello Gordon,
Wednesday, July 21, 2004, 2:16:57 PM, you wrote:
On a somewhat-related note, I've always wondered what "BFN" means....
Bug Fixing News
and before you ask:
MFB: Merge From Branch (the patch was developed in a branch and is now
merged to Head, this should be avoided!)
regards
marcus