[Numpy-discussion] missing from contributor list?

Evgeni Burovski evgeny.burovskiy at gmail.com
Wed Nov 2 18:50:33 EDT 2016


br at 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 -0700  2)
cf307769 numpy/build_utils/apple_accelerate.py  (Sturla Molden
2014-10-27 07:45:57 +0100  3) import os
cf307769 numpy/build_utils/apple_accelerate.py  (Sturla Molden
2014-10-27 07:45:57 +0100  4) import sys
cf307769 numpy/build_utils/apple_accelerate.py  (Sturla Molden
2014-10-27 07:45:57 +0100  5) import re
cf307769 numpy/build_utils/apple_accelerate.py  (Sturla Molden
2014-10-27 07:45:57 +0100  6)
cf307769 numpy/build_utils/apple_accelerate.py  (Sturla Molden
2014-10-27 07:45:57 +0100  7) __all__ = ['uses_accelerate_framew
cf307769 numpy/build_utils/apple_accelerate.py  (Sturla Molden
2014-10-27 07:45:57 +0100  8)
cf307769 numpy/build_utils/apple_accelerate.py  (Sturla Molden
2014-10-27 07:45:57 +0100  9) def uses_accelerate_framework(info
<snip>


On Thu, Nov 3, 2016 at 1:46 AM, Robert Kern <robert.kern at gmail.com> wrote:
> 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://github.com/numpy/numpy/blob/f179ec92d8ddb0dc5f7445255022be5c4765a704/numpy/build_utils/src/apple_sgemv_fix.c
>
> On Wed, Nov 2, 2016 at 3:38 PM, Sturla Molden <sturla.molden at gmail.com>
> 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
>>
>>
>> Sturla
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-Discussion at scipy.org
>> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
>
>
> --
> Robert Kern
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list