| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-13 | Release version 4.3.4v4.3.4 | Jonas Bernoulli | |
| 2025-05-13 | AUTHORS.md: Update list of contributors | Jonas Bernoulli | |
| 2025-05-09 | make: Do not needlessly quote every comma in generated texi files | Jonas Bernoulli | |
| This counters Org commit 39264d3d41213085502dc0c2572f50855ea587a1. | |||
| 2025-05-01 | Release version 4.3.3v4.3.3 | Jonas Bernoulli | |
| 2025-04-19 | magit-diff-visit-file: Remove inaccurate sentence from documentation | Richard Sent | |
| Co-authored-by: Jonas Bernoulli <jonas@bernoul.li> | |||
| 2025-04-19 | Regenerate manual | Jonas Bernoulli | |
| 2025-04-15 | git-rebase-kill-line: If the line is commented then uncomment it | Jonas Bernoulli | |
| 2025-04-01 | Release version 4.3.2v4.3.2 | Jonas Bernoulli | |
| 2025-04-01 | Regenerate manual | Jonas Bernoulli | |
| 2025-03-31 | magit-rebase-autosquash: With a prefix allow selecting beginning | Jonas Bernoulli | |
| 2025-03-25 | magit-merge-into: Rename to magit-merge-dissolve and change binding | Jonas Bernoulli | |
| Use the term "dissolve" because that makes it clear that the branch that is being merged is also deleted afterwards. Also change the key binding in the `magit-merge' menu, to keep it mnemonic. At least the latter was planned since [1: 4c096921fd]. Do not define `magit-merge-into' as an obsolete alias, since that would prolong the period during which some users would by take by surprise. Re #4386. 1: 2021-07-01 4c096921fda97ebdff656a35a257910fca9e5aad magit-merge: Change magit-merge-into's description | |||
| 2025-03-02 | Release version 4.3.1v4.3.1 | Jonas Bernoulli | |
| 2025-03-01 | AUTHORS.md: Update list of contributors | Jonas Bernoulli | |
| 2025-02-23 | changelog: Fix typo | Jonas Bernoulli | |
| 2025-02-23 | changelog: Fix typos | Jonas Bernoulli | |
| 2025-02-10 | magit-diff-wash-submodule: Use magit-format-file-function | Jonas Bernoulli | |
| 2025-02-08 | magit-format-file-function: New option | Jonas Bernoulli | |
| Closes #5308. | |||
| 2025-02-04 | Release version 4.3.0v4.3.0 | Jonas Bernoulli | |
| 2025-02-04 | Bump copyright years | Jonas Bernoulli | |
| 2025-02-03 | Drop dependency on Dash | Jonas Bernoulli | |
| 2025-02-03 | Complete dependency lists | Jonas Bernoulli | |
| 2025-02-03 | manual: Update a path | Jonas Bernoulli | |
| 2025-02-02 | manual: Drop a repeated paragraph | Kyle Meyer | |
| 2025-02-02 | manual: Fix a typo | Kyle Meyer | |
| 2025-02-01 | AUTHORS.md: Update list of contributors | Jonas Bernoulli | |
| 2025-01-30 | Speed up Git's part in listing files in status buffer | Jonas Bernoulli | |
| In [1: 83d89ee5bb] we did speed up Magit's part in this task, but also removed optimization used to speed up Git's part. Bring those back. Also respect all local values of `status.showUntrackedFiles' again. Closes #5298. 1: 2025-01-27 83d89ee5bb1c488544bae60d52f7ee1987b6449e Speed up and simplify listing files in status buffer | |||
| 2025-01-27 | AUTHORS.md: Update list of contributors | Jonas Bernoulli | |
| 2025-01-27 | Speed up and simplify listing files in status buffer | Jonas Bernoulli | |
| 2025-01-27 | manual: Split up "Status Sections" section | Jonas Bernoulli | |
| 2025-01-19 | manual: Fix pasto | Jonas Bernoulli | |
| 2025-01-17 | manual: Fix introduction to committing | Jonas Bernoulli | |
| We do call `git commit' with arguments, just not with `--message'. | |||
| 2025-01-17 | manual: Categorize "Options used by commit commands" section | Jonas Bernoulli | |
| 2025-01-17 | Improve documentation about commit commands | Jonas Bernoulli | |
| 2025-01-17 | Rearrange definitions and documentation of commit commands | Jonas Bernoulli | |
| Rearrange their definitions and the order in which they are described in the manual, to better mirror their new arrangement in the menu. | |||
| 2025-01-17 | magit-commit-{alter,revise}: New commands | Jonas Bernoulli | |
| - Bind "A" to `magit-commit-alter'. Previously that was bound to `magit-commit-augment', but the new command is more similar to `magit-commit-amend', whose binding is "a". `amend' and `alter' do the approximately same thing, but the former is limited to the "HEAD" commit. Additionally `alter' needs changes (else use `revise'). - Bind "W" to `magit-commit-revise' because "w" is bound to `magit-commit-reword' and these two are also HEAD/any variants. - Bind "n" to `magit-commit-augment'. The mnemonic being that this adds a "note", which we later have to take into account when writing the final commit message. - Bind "d" to `magit-commit-reshelve' because "n" is now taken. Use "d" because it changes dates. This command is disabled by default. - In the menu, arrange the variants in a way that hopefully makes these relations more obvious. Unfortunately this is not possible without leaving some "table cells" empty. | |||
| 2025-01-17 | magit-commit-create: No longer amend with a prefix argument | Jonas Bernoulli | |
| Several fine commands dedicated to amending exist, and have been preferable to this prefix argument for many years now. | |||
| 2025-01-04 | magit-status-show-untracked-files: New option | Jonas Bernoulli | |
| 2025-01-04 | magit-insert-untracked-files: Fix use of status.showUntrackedFiles | Jonas Bernoulli | |
| Previously the meanings of "normal" and "all" were inverted. Now "all" means "show all untracked" files, just like for `git status'. "normal" means "show untracked files and directories", but while in the case of `git status' that means that individual non-top-level files are never shown, in our case directory sections can be expanded on demand to show them when needed. | |||
| 2025-01-02 | magit-stash--apply-1: Improve presentation of fallback methods | Jonas Bernoulli | |
| Be more verbose about the available fallback methods and also let the user abort. Re #5253. | |||
| 2025-01-01 | Release version 4.2.0v4.2.0 | Jonas Bernoulli | |
| 2025-01-01 | Regenerate manual | Jonas Bernoulli | |
| 2025-01-01 | Bump copyright years | Jonas Bernoulli | |
| 2024-12-23 | manual: Copyedit FAQ a bit | Jonas Bernoulli | |
| 2024-12-23 | manual: Fix two urls | Jonas Bernoulli | |
| 2024-12-23 | magit-toggle-subprocess-record: New command | Jonas Bernoulli | |
| This is a refinement of the functionality, which was previously enabled using the variable `magit-process-extreme-logging' (which we remove). | |||
| 2024-12-23 | magit-toggle-git-debug: Improve documentation | Jonas Bernoulli | |
| Focus on documenting the command `magit-toggle-git-debug', at the expense of the documentation for the variable `magit-git-debug', which users don't really have to know about. | |||
| 2024-12-19 | magit-toggle-profiling: New command | Jonas Bernoulli | |
| 2024-12-19 | manual: Document magit-profile-refresh-buffer | Jonas Bernoulli | |
| 2024-12-19 | magit-diff-dwim: Improve documentation | Jonas Bernoulli | |
| I wrote this a while ago in response to a user complaining that this command never does what they mean (dwtm), and have finally decided to install it after all, because, despite the slight saltiness towards the end, this actually is useful information. | |||
| 2024-12-06 | Release version 4.1.3v4.1.3 | Jonas Bernoulli | |
