GNOME Bugzilla – Bug 710780
patch: enable meld to recognise all git status codes
Last modified: 2014-03-14 23:20:04 UTC
Created attachment 257991 [details] [review] patch adding the relevant status codes unning recent versions of meld on my git repository has been failing with this traceback:
+ Trace 232664
ret = next(task)
self.vc.cache_inventory(rootname)
self._tree_cache = self._lookup_tree_cache(directory)
self._update_tree_state_cache("./", tree_state)
columns = self.diff_re.search(entry).groups()
This is because meld does not recognise the full set of status codes output by `git diff-index` - the regex used does not recogise the 'T' or 'X' codes. This patch fixes this.
Thanks. I've pushed this to both 1.8 and current master.
*** Bug 726242 has been marked as a duplicate of this bug. ***