PDA

Просмотр полной версии : Use git_id for sql updates only


newsbot
01.09.2015, 21:11
Автор: stfx


<pre style='white-space:pre-wrap;width:81ex'>Use git_id for sql updates only

This tool hinders workflow and is only useful for database updates. git_id will now silently exit except if new sql updates are found in which case it does the usual git_id sql magic.

Notes for devs:
* You need to rebuild git_id.exe
* Keep in mind that as before you need to push to remote between commits with sql updates as the last version is checked using the git remote
* There is no longer any version check between script library (ScriptDev2) and core

Advantages:
* Reduce amount of change conflicts
* Able to merge PRs using github UI
* Less of a hassle when working in git with rebases, branches, etc.
* Make backporting easier and more fun</pre>


Подробнее... (https://github.com/cmangos/mangos-wotlk/commit/c77da8061677d6b6d224fa4c2ab0bb6fd4982e66)