We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20af6f commit 4323b42Copy full SHA for 4323b42
1 file changed
LibGit-Core.package/LGitDiffLine.class/class/fieldsDesc.st
@@ -1,7 +1,7 @@
1
fields description
2
fieldsDesc
3
^#(
4
- LGitDiffLineTypeEnum origin "A git_diff_line_t value"
+ char origin "A git_diff_line_t value"
5
int old_lineno "Line number in old file or -1 for added line"
6
int new_lineno "Line number in new file or -1 for deleted line"
7
int num_lines "Number of newline characters in content"
0 commit comments