Yea, no I appreciate the power of the tool, and I am attempting to learn all the ins and outs of it. I really am not trying to avoid it, just attempting to understand the logic.
Right, you may have said it a little better than I did, but this is exactly where I started as well.
See... now that is how I understood the commits when I was browsing through the code. (btw I am using git reset as opposed to creating a new local branch... This may be part of my problem.)
This is the problem right here... In an attempt to avoid having any part of the DB ahead of the core I am trying to fit 10#'s of crap in a 5# bag. Pushing the core to anything [10550] or above forces me to update the db. I realize that doesn't sound like a big deal, but in 4 months when I finally get around to updating my db I have the feeling im going to forget that a portion of the db is ahead. It avoids headaches.
Just so I can say I partially understand, Long story short, If I want to create a version of MaNGOS with this or any other project, find their commits ahead of the revision I am interested in. If I want to start combining projects, if there isn't a commit that is on the same version across the board I am going to come into issues.
And lesson is to stay up to date on the commits because it's easier to create a patch against the head revision than it is with something earlier.
Thanks for your time and effort blueboy, that took a while to get out i'm sure.