WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   WoD Beta archived threads (https://www.wowinterface.com/forums/forumdisplay.php?f=151)
-   -   FrameXML Diff (https://www.wowinterface.com/forums/showthread.php?t=49896)

zork 09-15-14 01:47 AM

FrameXML Diff
 
I can compare the wow-ui-source via Github.
https://github.com/tekkub/wow-ui-sou......tekkub:beta

But Github does not display the full list. How can I get the full diff? Or a list of files that can be clicked and open a split diff display?

For the time being here is my FrameXML diff of 18224 (live) vs 18850 (wod beta).
https://code.google.com/p/rothui/source/detail?r=1282

p3lim 09-15-14 02:53 AM

GitHub limits the diffs if they are huge, which live->beta usually is (a diff between them is over 100k lines so far).

If you want to generate the diff file yourself through git, use this:

Code:

git diff live...beta > changes.diff
Where "live" and "beta" is the name of the branches you want to compare.


All times are GMT -6. The time now is 11:56 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI