tortilla icon indicating copy to clipboard operation
tortilla copied to clipboard

No reference to file paths generated using diff_step template helper

Open DAB0mB opened this issue 8 years ago • 1 comments

No reference to file paths generated using diff_step template helper.

Here is an example of a generated diff:

Step 1.2: Create index.html

Added client/index.html
@@ -0,0 +1,6 @@
+┊ ┊1┊<head>
+┊ ┊2┊  <base href="/">
+┊ ┊3┊</head>
+┊ ┊4┊<body>
+┊ ┊5┊  Hello World!
+┊ ┊6┊</body>🚫↵

We have no reference to the created index.html, so instead of looking to it manually in the commits history (Which can take quiet a time) it would be a good idea to just add a reference to it.

DAB0mB avatar Oct 11 '16 18:10 DAB0mB

still relevant? @DAB0mB

dotansimha avatar Apr 30 '18 17:04 dotansimha