search for: randyfay

Displaying 2 results from an estimated 2 matches for "randyfay".

2011 Aug 23
0
[LLVMdev] git Status
...changes. It also aids in reverting an entire feature > composed of multiple commits. Reverting is just as easy with linear history, I think. Chris has stated her wants reviews to be a simple as possible and linear history gets us that. There are some more interesting points made here: http://randyfay.com/node/91 Here's an interesting article with a proposal on how to get the best of both: http://softwareswirl.blogspot.com/2009/04/truce-in-merge-vs-rebase-war.html The follow-up linked at the bottom explains how it mgiht be implement. It requires changes to git, however. Personally, I kin...
2011 Aug 23
5
[LLVMdev] git Status
David, A few comments. > Naming Upstream > --------------- > > The intial clone from upstream results in a git remote reference with > the rather unhelpful name of "origin." As more remote sources get > added, it is easy to forget what "origin" is. Therefore, add a remote > with a more descriptive name. > > git remote add llvm-upstream