Thread Tools Display Modes
Prev Previous Post   Next Post Next
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


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