progit2
progit2 copied to clipboard
Reverse bottom arrow in clean filter image
In figure 8-2 all arrows point left to right:
But in figure 8-3 not all arrows point right to left:
The bottom arrow in figure 8-3 should also point right to left, because the files are staged.
Unfortunately, I can't change this picture myself, because I don't have a Mac nor Sketch 3. :confused:
Web: https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion File:
-
\book\08-customizing-git\images\clean.png
- soruce:
\diagram-source\progit.sketch
I just noticed this too, I think the fileC.rb
arrow in the diagram should be pointing right-to-left.
Unfortunately, I'm not able to edit the source file because:
- It is in a binary, proprietary format.
- The file is actually a zip archive, so I unzipped it.
- I
grep
ed forfileC
and found a JSON document. I opened the document and could not quickly determine how an arrow is made nearfileC
. - I
grep
ed forarrow
and found other JSON documents. I could not quickly determine how these arrows might be related tofileC
. - That format does not look like it is intended to be edited by humans.
- The corresponding editor program is commercial/non-free and OSX only, but I don't have OSX.
- I can find no alternative open source programs for the format.
https://github.com/progit/progit2/blob/d5eb27ac43c1b2ce0d1cef4497ce88f842a342b4/CONTRIBUTING.md#L29-L31