jroelofs added a comment.

If you you're familiar with git, I'm asking you to: squash, rebase, and `git 
diff -U999`, then upload the resulting patch.

If you use svn, I'm asking you to: `svn diff -r$(FirstCommit):$(LastCommit) 
--diff-cmd=diff -x -U999`, and upload that.

The reason to squash all your patches together is that partial diffs from a 
patch series don't work well with Phabricator's "Revision Update History" tool. 
Also, it makes it hard to pull out a patch that I can apply on my local tree to 
try it out.


http://reviews.llvm.org/D9600



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to