Files
sourcegit/src
leo e89dbd8f43 code_review: PR #1177
- use `Command.ReadToEnd` instead of `Command.Exec` to avoid git trims line endings.
- use `StringBuilder.Append('\n')` instead of `StringBuilder.AppendLine()` to restore original line endings (we split the original diff output by `\n` not `\r')
- there's no need to show file content (the `StreamReader.ReadLine()` will trim line endings)

Signed-off-by: leo <longshuang@msn.cn>
2025-04-14 16:06:52 +08:00
..
2025-04-14 16:06:52 +08:00
2025-04-14 16:06:52 +08:00
2025-04-14 16:06:52 +08:00
2025-04-11 12:31:09 +08:00