I am confused about the @@ -a,b +c,d @@
in gitk's diff panel, and i find it will change with lines of context
, so can any kind people tell me what does it really mean?
Asked
Active
Viewed 37 times
0

renjianqiang
- 21
- 5
-
2This is standard unified `diff` format and not specific to `git` (let alone `gitk`). Read [the documentation.](https://git-scm.com/docs/diff-format) – tripleee Sep 11 '21 at 09:01
-
https://stackoverflow.com/search?q=%5Bgit%5D+diff+output – phd Sep 11 '21 at 09:39