File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,15 @@ internal void AppendToPatch(string patch)
5555 /// </summary>
5656 public virtual int LinesDeleted { get ; internal set ; }
5757
58- public List < Line > AddedLines { get ; internal set ; }
58+ /// <summary>
59+ /// Lis of all lines added.
60+ /// </summary>
61+ public virtual List < Line > AddedLines { get ; internal set ; }
5962
60- public List < Line > DeletedLines { get ; internal set ; }
63+ /// <summary>
64+ /// List of all lines deleted.
65+ /// </summary>
66+ public virtual List < Line > DeletedLines { get ; internal set ; }
6167
6268
6369 /// <summary>
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Text ;
44
5- namespace LibGit2Sharp . Core
5+ namespace LibGit2Sharp
66{
77 public struct Line
88 {
You can’t perform that action at this time.
0 commit comments