search for: mybranch

Displaying 4 results from an estimated 4 matches for "mybranch".

2011 Jul 08
0
[LLVMdev] git-svn dcommit Question
Dave, bty, don't you work on your branches, but master? I think it would be not "the right git way". ...Takumi ps. for me, to commit much commits; $ git checkout master $ git rebase -i mybranch (pick up commits interactive on master as cherry) $ make -C builddir check-all -j4 $ git svn dcommit -n
2011 Jul 05
4
[LLVMdev] git-svn dcommit Question
My git-svn fu is not very strong. In the course of preparing a set of AVX patches, I've committed several changes to my local LLVM git clone. I don't want to send all of those changes upstream right away. What's the best way to send just the first of those changes us using git-svn? dcommit appears to send all pending changes. Is there a way of branching/cherry-picking that will
2009 Aug 18
1
How to propose patch?
Hi all, I'm a totally noob on that point but on my test machine, I've made some changes: * Changes to make the ovirt node able to load igb * Changes to make the possibility to destroy an host (if it's disabled) * Changes to make work again (at least on the GUI part) the migration I think I'll should send "somewhere" those patches but : * How do I make the patches (with
2012 Jun 29
0
Adding Bi-gram in the QueryParser and Object.
...BRA-KET it would have been consider while working on internal expression. * * *ValueRange: *No relation with Bi-grams. * * *Love: * *Hate: * Since we are trying to avoid query or have a single term.We can restrain adding them as bi-grams. * * *bool_operator:* https://github.com/sehaj-sk/xapian/blob/mybranch/xapian-core/docs/queryparser_new.rst#boolean-query * * Boolean operator are done by following type of grammer rules. bool_arg(E) bool_operator bool_arg(P). since *bool_arg* are *expr *i.e they are Query Object hence getting Bigrams would be difficult.Please suggest something. Example. assertion...