What is MFH?

php.internals

Kamesh Jayachandran

22 years ago
Hi All, I have seen in the ChangeLog mails the word 'MFH'. What is the meaning of it? With regards Kamesh Jayachandran

Sebastian Bergmann

22 years ago
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/

Jacques Marneweck

22 years ago
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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
-- Jacques Marneweck http://www.powertrip.co.za/blog/

Gordon P. Hemsley

22 years ago
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 > --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 > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > -- > Jacques Marneweck > http://www.powertrip.co.za/blog/ > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
-- Gordon P. Hemsley gphemsley@gmail.com http://www.lttp.net/ • http://cmsforme.sourceforge.net/

Jacques Marneweck

22 years ago
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 > > --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 > > > > > > -- > > > PHP Internals - PHP Runtime Development Mailing List > > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > > > > > -- > > Jacques Marneweck > > http://www.powertrip.co.za/blog/ > > > > > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > -- > Gordon P. Hemsley > gphemsley@gmail.com > http://www.lttp.net/ • http://cmsforme.sourceforge.net/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
-- Jacques Marneweck http://www.powertrip.co.za/blog/

Marcus Börger

22 years ago
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