mono / ngit

Automated jgit port to c#
261 stars 151 forks source link

Diff is duplicated #69

Open haison8x opened 10 years ago

haison8x commented 10 years ago
  1. Clone GIT to local directory
  2. Delete file test.txt
  3. Add file test.txt
  4. Run Diff command

Unexpected result: Diff command return 4 entries image

Expected result: Diff command return empty list