Thread: FrameXML Diff
View Single Post
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.