progit2 icon indicating copy to clipboard operation
progit2 copied to clipboard

Reverse bottom arrow in clean filter image

Open xifedI opened this issue 9 years ago • 2 comments

In figure 8-2 all arrows point left to right: checkout flow

But in figure 8-3 not all arrows point right to left: staged flow

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:

xifedI avatar Sep 11 '15 16:09 xifedI

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

YueLinHo avatar Apr 06 '16 08:04 YueLinHo

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:

  1. It is in a binary, proprietary format.
    1. The file is actually a zip archive, so I unzipped it.
    2. I greped for fileC and found a JSON document. I opened the document and could not quickly determine how an arrow is made near fileC.
    3. I greped for arrow and found other JSON documents. I could not quickly determine how these arrows might be related to fileC.
    4. That format does not look like it is intended to be edited by humans.
  2. The corresponding editor program is commercial/non-free and OSX only, but I don't have OSX.
  3. I can find no alternative open source programs for the format.

https://github.com/progit/progit2/blob/d5eb27ac43c1b2ce0d1cef4497ce88f842a342b4/CONTRIBUTING.md#L29-L31

bmccary avatar Jan 11 '19 15:01 bmccary