Hi Fabian,

On 16 December 2017 at 19:21, Fabian Bieler <fabianbie...@fastmail.fm> wrote:
> ---
>  tests/all.py                        |   2 +-
>  tests/bugs/CMakeLists.gl.txt        |   1 -
>  tests/bugs/tex1d-2dborder.c         | 126 
> ------------------------------------
>  tests/spec/gl-1.4/CMakeLists.gl.txt |   1 +
>  tests/spec/gl-1.4/tex1d-2dborder.c  | 126 
> ++++++++++++++++++++++++++++++++++++
>  5 files changed, 128 insertions(+), 128 deletions(-)
>  delete mode 100644 tests/bugs/tex1d-2dborder.c
>  create mode 100644 tests/spec/gl-1.4/tex1d-2dborder.c
>
Small suggestion for the future:

For historical reasons, git produces iffy delete/create patch. The
following will tell it to always produce a "rename" one, where the
actual diff will be present ;-)
$git config --global diff.renames true

-Emil
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to