Actually there is a bigger problem⦠Because of hot gitfiletree finds the ancestor (which is one of the previous ancestors) Komitter commits the changes related to that ancestor. E.g. it shows you that youâve added two methods (while in fact youâve modified them, but they were not present in the previous ancestor) and you select to commit only one of them, then one method will be committed and one deleted. Uko
On 06 Apr 2015, at 17:51, stepharo <stepharo@free.fr> wrote:
please fix Komitter :)
Le 6/4/15 13:44, Yuriy Tymchuk a écrit :
Hi, in gitfiletree there is a piece of code like this:
aVersion info message convertToSystemString
But if you commit using Komitter `aVersion info message` is an instance of Text. Is this ok? I.e. should we fix Komitter to assign String as version message, or should gitfiletree convert message to string explicitly?