Re: [Numpy-discussion] missing from contributor list?

2016-11-02 Thread Julian Taylor
On 02.11.2016 23:38, Sturla Molden wrote: > Why am I missing from the contributor hist here? > > https://github.com/numpy/numpy/blob/master/numpy/_build_utils/src/apple_sgemv_fix.c > > Probably because the file was moved and github does not track this. This is something you should ask gihub abo

Re: [Numpy-discussion] missing from contributor list?

2016-11-02 Thread Charles R Harris
On Wed, Nov 2, 2016 at 4:38 PM, Sturla Molden wrote: > Why am I missing from the contributor hist here? > > https://github.com/numpy/numpy/blob/master/numpy/_ > build_utils/src/apple_sgemv_fix.c > > > You still show up in the commit log of if you follow the file ``` git log --follow numpy/_build_

Re: [Numpy-discussion] missing from contributor list?

2016-11-02 Thread Evgeni Burovski
br@duneyrr:~/repos/numpy/numpy/_build_utils$ git blame -M -C -C apple_accelerate.py 4743f3b4 numpy/_build_utils/apple_accelerate.py (Charles Harris 2015-12-05 19:16:00 -0700 1) from __future__ import division, a 4743f3b4 numpy/_build_utils/apple_accelerate.py (Charles Harris 2015-12-05 19:16:00 -0

Re: [Numpy-discussion] missing from contributor list?

2016-11-02 Thread Robert Kern
Because Github (or maybe git) doesn't track the history of the file through all of the renames. It is only reporting the contributors of changes to the file at its current location. If you go back to the time just prior to the commit that renamed the file, you do show up in the list: https://githu

[Numpy-discussion] missing from contributor list?

2016-11-02 Thread Sturla Molden
Why am I missing from the contributor hist here? https://github.com/numpy/numpy/blob/master/numpy/_build_utils/src/apple_sgemv_fix.c Sturla ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinfo/numpy-disc