What to compare with git diff --raw?

Is this everything that should be in a raw diff, or did I use it incorrectly ?

~/latest_Blender/blender:$ git diff --raw origin/blender2.8
:100644 100644 864dcc4b0e9 189c5b3045f M        release/scripts/startup/bl_ui/space_view3d_toolbar.py
:100644 100644 88cb6f548e8 82b6fcc05fa M        source/blender/editors/sculpt_paint/sculpt.c
:100644 100644 dc3dee8f9a3 306591e8839 M        source/blender/makesdna/DNA_scene_types.h
:100644 100644 b1118e79354 365301a2370 M        source/blender/makesrna/intern/rna_sculpt_paint.c

I think it’s correct, but I’m not sure why you would need a diff in the raw format.

For submitting code for review, only a regular diff is needed. More info here:
https://wiki.blender.org/wiki/Tools/Patches

It reads Raw Diff, that why I’m asking, its strange.

Ah, that’s confusing, not sure why it was called in Phabricator like that. But it’s not referring to git diff --raw in any case.

1 Like

Are you saying that I am the first one to ever point that out ? :slight_smile:

The first one I know of at least.