]> source.dussan.org Git - jgit.git/commit
CleanCommand: don't fire WorkingTreeModifiedEvent on dry run 02/125002/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Tue, 26 Jun 2018 06:24:12 +0000 (08:24 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Tue, 26 Jun 2018 06:26:38 +0000 (08:26 +0200)
commitf508a0017612af4f5d614417fe29cc23c1860a33
tree4a89ba9cd243037fdeb176c5f4e69f5d018a6064
parentf40b39345cd9b54473ee871bff401fe3d394ffe3
CleanCommand: don't fire WorkingTreeModifiedEvent on dry run

Since no files are actually deleted it makes no sense to fire such an
event.

Change-Id: I66e87afc1791f27fddaa873bafe8bb8b61662535
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit/src/org/eclipse/jgit/api/CleanCommand.java