Am 03.01.2017 um 17:29 schrieb Roman Lebedev:
On Tue, Jan 3, 2017 at 7:22 PM, Ulrich Pegelow
What now?
$ git checkout -f darktable-2.2.x


Yep, works. But then:

$ git checkout master
M       src/external/rawspeed
Switched to branch 'master'

Which means we generate a pseudo modification in src/external/rawspeed:

diff --git a/src/external/rawspeed b/src/external/rawspeed
--- a/src/external/rawspeed
+++ b/src/external/rawspeed
@@ -1 +1 @@
-Subproject commit 2452e1afd18e06710decce6961a122f43120bfb6
+Subproject commit 2452e1afd18e06710decce6961a122f43120bfb6-dirty


If we always need to force a checkout there is quite some risk of accidentally loosing changes. Forcing a checkout will just delete any uncommited modification.

Ulrich


___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to