Codebase list magit / 1a5b453
magit-log-wash-rev: show correct information for cherries Fixes #3163. Jonas Bernoulli 6 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
165165 not properly supported, causing issues when trying to pull or push.
166166 #3116
167167
168 * The log margin displayed invalid information for cherries. #3163
169
168170 This release also contains the fixes described in the v2.10.{1,2,3}
169171 release notes, as well as other minor improvements, bug fixes, typo
170172 fixes, and documentation fixes.
10561056 (save-excursion
10571057 (backward-char)
10581058 (apply #'magit-log-format-margin
1059 (split-string (magit-rev-format "%aN%x00%ct") "\0"))))
1059 (split-string (magit-rev-format "%aN%x00%ct" hash) "\0"))))
10601060 (when (and graph
10611061 (not (eobp))
10621062 (not (looking-at non-graph-re)))