Re: [Math] Compile only top-level package and below

2015-09-12 Thread Yahoo!
> On Sep 4, 2015, at 18:55, Gilles wrote: > >> On Fri, 4 Sep 2015 20:38:36 -0500, Ole Ersoy wrote: >>> On 09/04/2015 08:14 PM, sebb wrote: On 5 September 2015 at 01:13, Gilles wrote: > On Sat, 5 Sep 2015 00:56:54 +0100, sebb wrote: >> On 5 September 2015 at 00:55, Ole Ersoy wrote:

Re: [Math] Compile only top-level package and below

2015-09-12 Thread Al Chou
You could use `git cherry-pick` to bring one or more commits from one branch into another. Al

Re: [Math] Compile only top-level package and below

2015-09-12 Thread Al Chou
There are several ways one could address this situation; I think I would simply create a new branch in Git and commit those new files only on that branch. Al

Re: [Math] Compile only top-level package and below

2015-09-12 Thread Gilles
Hi. On Sat, 05 Sep 2015 19:28:33 +0200, Luc Maisonobe wrote: Le 05/09/2015 01:47, Gilles a écrit : On Fri, 04 Sep 2015 19:50:05 +0200, Thomas Neidhart wrote: On 09/04/2015 03:08 PM, Gilles wrote: Hello. There are two branches for Commons Math. For one, the top-level Java package is org.ap