aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
AgeCommit message (Collapse)Author
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
2015-08-252.2.1.txt: fix commit countJonas Bernoulli
2015-08-24release version 2.2.12.2.1Jonas Bernoulli
2015-08-19add v2.3.0 release notes stubKyle Meyer
2015-08-16release version 2.2.02.2.0Jonas Bernoulli
2015-08-152.2.0.txt: fix typoKyle Meyer
2015-08-15magit-run-gitk-{all,branches}: new commandsJonas Bernoulli
Add new commands `magit-run-gitk-all' and `magit-run-gitk-branches' which call `gitk' with the respective argument. Existing command `magit-run-gitk' now always calls `gitk' without any arguments.
2015-08-15magit-shell-command{,-topdir}: new commandsJonas Bernoulli
2015-08-122.2.0.txt: fix typoKyle Meyer
2015-08-122.2.0.txt: document refresh popupsJonas Bernoulli
2015-08-122.1.0.txt: remove incorrect claimJonas Bernoulli
2015-08-11magit-wip-log{,-current}: new commandsJonas Bernoulli
2015-08-062.2.0.txt: fix typoJonas Bernoulli
2015-07-302.2.0.txt: reviseKyle Meyer
2015-07-302.2.0.txt: document important changesJonas Bernoulli
2015-07-262.2.0.txt: document diff changesKyle Meyer
2015-07-22add release note stubJonas Bernoulli
2015-07-01add release notes, bump version2.1.0Jonas Bernoulli
2015-07-01remove executive summaries from old release notesJonas Bernoulli
2015-06-08Merge branch 'master' into nextJonas Bernoulli
2015-06-08release version 1.4.21.4.2Jonas Bernoulli
2015-05-09Merge pull request #1843 from nex3/name-changeJonas Bernoulli
Update my name.
2015-05-08Update my name.Natalie Weizenbaum
2015-04-17Merge branch 'master' into nextJonas Bernoulli
Conflicts: Makefile magit.el
2015-04-12release version 1.4.11.4.1Jonas Bernoulli
2015-04-06add stub manual and release notesJonas Bernoulli
2015-04-02tweak release noteJonas Bernoulli
2015-04-01release version 1.4.01.4.0Jonas Bernoulli
2015-04-01add release notes for historic releasesJonas Bernoulli
The notes about releases from v0.5.1 to v0.8.0 are based on release notes which existed in earlier commits. The notes about releases from v0.8.1 to v1.2.0 have been compiled now. For v0.8.1, v0.8.2, v1.1.1, v1.1.2, v1.2.1, and v1.2.2 all commits have been inspected. For v1.0.0, v1.1.0, and v1.2.0 only the diffs comparing with the previous release have been inspected. There certainly are changes which should have been mentioned but are not. Feel free to complete the lists of changes and also to change the wording to be more in line with the humanized style used in Git release notes.