| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-16 | Rename Documentation/ to docs/ | Jonas Bernoulli | |
| 2021-12-08 | manual: No longer use dissolvable sections | Jonas Bernoulli | |
| These sections existed because I am not fully happy with how `org-cycle' works, which I should deal with by patching that function or writing a substitute. | |||
| 2021-12-05 | manual: Fix Evil URL | Frédéric Giquel | |
| 2021-12-03 | magit-cherry-branch: Support using detached HEAD as source | Jonas Bernoulli | |
| Closes #4534. | |||
| 2021-11-28 | manual: Correct face name | Jonas Bernoulli | |
| 2021-11-08 | manual: Use Org macros | Jonas Bernoulli | |
| 2021-10-04 | Release version 3.3.0v3.3.0 | Jonas Bernoulli | |
| 2021-10-01 | manual: No longer depend on the ox-extra package | Jonas Bernoulli | |
| Instead of ox-extra's "ignored sections" use ox-texinfo+'s new "dissolvable headlines". | |||
| 2021-09-13 | Support invoking smerge from magit buffers | Jonas Bernoulli | |
| Closes #4458. | |||
| 2021-09-10 | magit-git-debug, magit-process-extreme-logging: Improve documentation | Jonas Bernoulli | |
| 2021-09-10 | magit-commit-diff-inhibit-same-window: New option | Jonas Bernoulli | |
| Different users need mutually exclusive kludges, therefore we need an option. See #4132 for details. | |||
| 2021-09-08 | manual: Fix typo from previous commit | Kyle Meyer | |
| 2021-09-07 | magit-show-refs: Add magit-refs-set-show-commit-count | Jonas Bernoulli | |
| 2021-08-20 | Add support for "git bundle" | Jonas Bernoulli | |
| Closes #4392. | |||
| 2021-08-20 | manual: Update key bindings | Jonas Bernoulli | |
| 2021-08-16 | magit-remote-git-executable: Mention tramp-remote-path | Jonas Bernoulli | |
| 2021-08-13 | Add several commands for switching to existing Magit buffers | Jonas Bernoulli | |
| Closes #4259. | |||
| 2021-08-10 | Fix typos | Jonas Bernoulli | |
| 2021-08-06 | Release version 3.2.1v3.2.1 | Jonas Bernoulli | |
| 2021-08-01 | Release version 3.2.0v3.2.0 | Jonas Bernoulli | |
| 2021-07-21 | magit-define-global-key-bindings: Improve documentation | Jonas Bernoulli | |
| Closes #4446. | |||
| 2021-07-20 | manual: Improve "Git Executable" | Jonas Bernoulli | |
| 2021-07-20 | manual: Regenerate | Jonas Bernoulli | |
| 2021-07-20 | magit-git-executable: Default to absolute path on macOS | Jonas Bernoulli | |
| 2021-07-20 | magit-remote-git-executable: New option | Jonas Bernoulli | |
| 2021-07-20 | magit-process-git: New function | Jonas Bernoulli | |
| 2021-07-08 | manual: Fix typo | Kyle Meyer | |
| 2021-07-07 | magit-{repo,module}list-columns: Document compact style | Jonas Bernoulli | |
| Also adjust `magit-repolist-insert-count' slightly to better support this by displaying "+" instead of "ty" for numbers that don't fit in a single digit. Some users might want something fancier in which case they can redefine this function. For example, the following implementation displays an empty string instead of "0": (defun magit-repolist-insert-count (n spec) (let ((str (number-to-string n))) (if (= (cadr (assq :width spec)) 1) (cond ((> n 9) "+") ((= n 0) " ") (t str)) (magit--propertize-face str (if (> n 0) 'bold 'shadow))))) | |||
| 2021-07-02 | magit-branch-maybe-adjust-upstream: Upstream must also exist | Jonas Bernoulli | |
| 2021-07-02 | Release version 3.1.1v3.1.1 | Jonas Bernoulli | |
| 2021-07-01 | Release version 3.1.0v3.1.0 | Jonas Bernoulli | |
| 2021-06-25 | magit-log-move-to-revision: New command | Jonas Bernoulli | |
| Closes #4418. | |||
| 2021-06-25 | manual: Add two FAQ entries from wiki | Jonas Bernoulli | |
| 2021-06-19 | manual: Remove entry for magit-run-git-with-logfile | Kyle Meyer | |
| magit-run-git-with-logfile was dropped in 56354898 (Run "git bisect" asynchronously, 2019-04-20). | |||
| 2021-06-20 | manual: Fix typo | Jonas Bernoulli | |
| 2021-06-19 | manual: use ox-texinfo's notoc support | Jonas Bernoulli | |
| Instead of ox-texinfo+'s obsolete support. | |||
| 2021-05-25 | Release version 3.0.0v3.0.0 | Jonas Bernoulli | |
| 2021-04-06 | manual: Point auto-fetchers to push.useForceIfIncludes | Kyle Meyer | |
| Re: https://github.com/magit/magit/discussions/4355 | |||
| 2021-03-12 | manual: Fix typo | pancho horrillo | |
| 2021-03-07 | magit-branch-delete: Confirm deletion on remote | Jonas Bernoulli | |
| Closes #4339. | |||
| 2021-03-07 | manual: Cosmetics | Jonas Bernoulli | |
| 2021-02-28 | manual: Document remaining commit options | Jonas Bernoulli | |
| 2021-02-27 | manual: Regenerate | Jonas Bernoulli | |
| 2021-02-27 | manual: Fix typo | Ingmar Sittl | |
| 2021-02-27 | manual: Improve docs concerning magit-after-save-refresh-status | Ilya Grigoriev | |
| 2021-02-08 | manual: Update description of magit-branch-and-checkout | Jonas Bernoulli | |
| 2021-01-24 | magit-diff-extra-stat-arguments: New option | Jonas Bernoulli | |
| Closes #4295. Closes #4297. Suggested-by: Leandro Cardoso <leandrocardoso@gmail.com> | |||
| 2021-01-17 | manual: Update documentation of magit-run-git-with-input | Vladimir Panteleev | |
| 2021-01-17 | manual: Fix magit-start-git signature | Vladimir Panteleev | |
| 2021-01-03 | Bump copyright years | Jonas Bernoulli | |
