Veritula – Meta

See full discussion
  Log in or sign up to participate in this discussion.
With an account, you can revise, criticize, and comment on ideas.

Discussions can branch out indefinitely. Zoom out for the bird’s-eye view.
Dennis Hackethal’s avatar
Dennis HackethalOP revised about 1 year ago·#414·· Collapse

Since the diff processes the text as a single line, the hunk header is always going to say either @@ -0,0 +1 @@ (for the first version) or @@ -1 +1 @@ (for every subsequent version). Meaning the header provides no real information. So I might as well remove it.

2nd of 2 versions ·CriticismCriticized1 criticim(s)
Dennis Hackethal’s avatar
Dennis HackethalOP, about 1 year ago·#416·· Collapse

Done as of 8d3eed0, see eg the version history of #414.

Criticism of #414