Hi List, I posted this on emacs.help, but should have posted it here probably, so I'm sorry for the double posting.
Lately I see this using (ma)git on (uncompiled) emacs-lisp files (.el extension): ,---- | Local: trunk ~/git/foo/ | Head: 0173df1 Reorganize utility functions. | | Unstaged changes: | Modified src/foo.el | diff --git a/src/foo.el b/src/foo.el | index 4fd4832..92baf7a 100644 | Binary files a/src/foo.el and b/src/foo.el differ `---- For some reason they are treated as binary files. Any hints what is going on there and how to fix it? PS #+BEGIN_SRC emacs-lisp (emacs-version) #+END_SRC #+results: : GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) : of 2014-06-11 on var-lib-archbuild-staging-x86_64-jgc #+BEGIN_SRC emacs-lisp (magit-version) #+END_SRC #+results: : 20140118.1540 ,---- | git version 2.1.0 `---- -- cheers, Thorsten -- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
