Thread Tools Display Modes
09-15-14, 01:47 AM   #1
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
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
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 09-15-14 at 02:26 AM.
 
09-15-14, 02:53 AM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
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.

Last edited by p3lim : 09-15-14 at 02:55 AM.
 
 

WoWInterface » Site Forums » Archived Beta Forums » WoD Beta archived threads » FrameXML Diff

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off