aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.2.2.txt
AgeCommit message (Collapse)Author
2021-12-16Rename Documentation/ to docs/Jonas Bernoulli
2015-09-03release version 2.2.22.2.2Jonas Bernoulli
2015-09-022.2.2.txt: remove entry about dropped fixJonas Bernoulli
2015-09-02call magit-mode-get-buffer with nil as FORMATJonas Bernoulli
`magit-mode-get-buffer' can derive the name of the variable whose value is the buffer-name format string to be used based on the MODE argument. Some callers already make use of this and pass nil as FORMAT, but many others did not do so until now. Deriving the name of the variable from the name of the mode is fairly cheap so it is okay to do so, especially because nor specifying the format variable explicitly makes many callers cleaner. However we cannot completely remove the FORMAT argument for backward (and possibly forward) compatibility reasons.
2015-09-01magit-wip-log-get-tips: ignore non-existent refsKyle Meyer
Return nil if the reflog for WIPREF does not exist to prevent 'git log' from failing on the unknown revision, resulting in magit-wip-log showing an empty log.
2015-08-30add preliminary release notes for v2.2.2Jonas Bernoulli