mangos / MaNGOS

This is the master Information repository for MaNGOS
http://getmangos.eu
3.02k stars 1.36k forks source link

500 #79

Closed n0t49a1n closed 12 years ago

n0t49a1n commented 12 years ago

some more updates for mop updates

technoir42 commented 12 years ago

You need to perform rebase to get rid of that merge commit.

n0t49a1n commented 12 years ago

doesnt show any changes from the merge in the diff

DomGries commented 12 years ago

@zergtmn Is it possible to rebase all those commits into one and will the PR automatically update? Would be neat

Schmoozerd commented 12 years ago

@stfx git rebase -i origin/500 will open a textfile in which one can edit what should happen with the commits (there you can change order, squash them, reedit them, and whatevery you wish to do.

DomGries commented 12 years ago

@Schmoozerd I know that but I wanted to know if the pull request automatically updates if you change the commits

VladimirMangos commented 12 years ago

I think no: chnaged commit have new hash id so pull still point to old version...

n0t49a1n commented 12 years ago

i redid the whole commit 80