| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-04 | manual: magit-bury-buffer-function: Fix outdated information | Jonas Bernoulli | |
| 2023-01-25 | manual: Extend macOS performance notes | Christopher Carlile | |
| According to https://superuser.com/questions/1452865, and my own profiling, the native mac `git' executable is much faster than the one installed using `nix' or `brew'. Using the native executable as `magit-git-executable' results in much faster response times from Magit. | |||
| 2023-01-23 | manual: Fix small mistake | Jonas Bernoulli | |
| Closes #4856. | |||
| 2023-01-17 | manual: Fix miscount and add comma | Eugene Mikhaylov | |
| 2023-01-14 | Fix applying changes over Tramp from Windows | Jonas Bernoulli | |
| `process-send-eof' seems to be broken in this case, breaking commands that receive input (most noticeably and notably staging and other apply variants). So just use (process-send-string process ""). Hopefully this kludge doesn't break anything else. It would be better if someone investigated the issue and fixed it properly. See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43226 Closes #3624. | |||
| 2023-01-06 | AUTHORS.md: Update list of contributors | Jonas Bernoulli | |
| 2023-01-06 | make: Dependabot is a bot, not an author | Jonas Bernoulli | |
| 2023-01-04 | magit-{branch-or-,}commit-at-point: Consider removal blame chunks | Kyle Meyer | |
| magit-commit-at-point and magit-branch-or-commit-at-point extract the commit from a blame chunk with (magit-current-blame-chunk 'addition t) For a magit-blame-reverse chunk, 'git blame' is called again to get an 'addition' chunk, leading to the returned commit confusingly not matching the chunk's commit. A downstream consequence of this is that magit-show-commit displays the addition commit for a removal chunk (while magit-diff-show-or-scroll-up shows the expected removal commit, because it doesn't rely on magit-branch-or-commit-at-point). As of 4b8eab3a (magit-{branch-or,}commit-at-point: Only use blame chunk when blaming, 2022-05-27), magit-commit-at-point and magit-branch-or-commit-at-point invoke magit-current-blame-chunk only when Blame mode is enabled, so it's safe to assume that there is an existing blame chunk. Rely on it to get the appropriate commit. Fixes #4834. | |||
| 2023-01-03 | Bump copyright years | Jonas Bernoulli | |
| 2022-11-27 | Use new version string format for unreleased revisions | Jonas Bernoulli | |
| "N-git" < "N"; but "N.50-git" > "N". | |||
| 2022-11-25 | AUTHORS.md: Update list of contributors | Jonas Bernoulli | |
| 2022-11-19 | make: Fix previous commit | Jonas Bernoulli | |
| 2022-11-19 | make: Explicitly specify output directory for makeinfo --html | Jonas Bernoulli | |
| The default output directory differs between makeinfo versions. | |||
| 2022-11-13 | Consider Git's exec path when searching for extensions | Kyle Meyer | |
| Commands that depend on optional third-party Git extensions use executable-find to check whether the extension is available. That misses the legitimate case where an extension is installed in Git's exec path rather than a directory in $PATH. Update these spots to call a new helper that looks in Git's exec path before calling executable-find. Note that the order is chosen to follow Git's precedence (though that doesn't matter for any of the current callers because they don't use the return value). Closes #4812. | |||
| 2022-10-31 | git-rebase: Support update-ref action | Kyle Meyer | |
| This action is new in Git 2.38. Closes #4776. | |||
| 2022-10-08 | AUTHORS.md: Update list of contributors | Jonas Bernoulli | |
| 2022-10-05 | manual: Mention with-editor-filter-visit-hook in performance hint | Jonas Bernoulli | |
| Closes #4773. | |||
| 2022-10-05 | manual: Fix a typo | Johannes Maier | |
| 2022-09-25 | magit-post-commit-hook: Fix variable reference in docs | Kyle Meyer | |
| 2022-09-18 | manual: Fix typo | hokomo | |
| 2022-08-31 | magit-clone-url-format: Use t as the default key | Jonas Bernoulli | |
| Like for cond et al. | |||
| 2022-08-20 | Allow magit-clone-url-format to be more dynamic | Nacho Barrientos | |
| This patch permits `magit-clone-url-format' to be represented as an alist mapping hostnames to URL formats. This way Magit can be configured to translate repository names into URLs when using servers that employ different URL schemes. The current value type (string) is kept for backwards compatibility. | |||
| 2022-08-14 | manual: re-update link to 2.4 release blog post | Ben Zanin | |
| 2022-08-10 | make: Print message for texi target | Jonas Bernoulli | |
| 2022-08-10 | manual: Use @insertcopying | Jonas Bernoulli | |
| 2022-08-10 | manual: Use @insertcopying | Jonas Bernoulli | |
| 2022-07-05 | manual: Fix command name for magit-toggle-git-debug entry | Kyle Meyer | |
| Correct a copy-paste error from 2ed5a06d (magit-toggle-git-debug: New command, 2022-05-02). Fixes #4721. | |||
| 2022-06-24 | Make magit-log-merged's number of shown commits configurable | Daanturo | |
| By setting magit-log-merged-commit-count. | |||
| 2022-06-10 | relnotes: Fix typos | Kyle Meyer | |
| 2022-06-10 | Update release notes | Jonas Bernoulli | |
| When I am undecided whether to mention a certain commit, then represent it with a line of the form "HASH SUMMARY" for now. | |||
| 2022-06-03 | Update keybindings for transient args history | Ben North | |
| 2022-05-31 | Update name of Apple's OS | Jonas Bernoulli | |
| 2022-05-31 | manual: Link to another FAQ about performance | Jonas Bernoulli | |
| 2022-05-31 | manual: Update FAQ about performance | Jonas Bernoulli | |
| 2022-05-27 | manual: Correct magit-branch-rename's key binding | Jonas Bernoulli | |
| 2022-05-18 | manual: Fix typo | Kyle Meyer | |
| 2022-05-16 | magit-ediff-dwim-resolve-function: New option | Jonas Bernoulli | |
| 2022-05-16 | magit-ediff-resolve-{all,rest}: Use file at point | Jonas Bernoulli | |
| 2022-05-16 | magit-ediff-resolve-all: New command | Jonas Bernoulli | |
| 2022-05-16 | magit-ediff-resolve: Rename to magit-ediff-resolve-rest | Jonas Bernoulli | |
| 2022-05-03 | Fix documentation typos | Jonas Bernoulli | |
| 2022-05-03 | Fix a single typo | Jonas Bernoulli | |
| But it sure was copied to a lot of places. ;P | |||
| 2022-05-02 | magit-toggle-git-debug: New command | Jonas Bernoulli | |
| 2022-05-02 | magit-git-debug: Extend documentation | Jonas Bernoulli | |
| 2022-04-29 | Update author, maintainer and contributor information | Jonas Bernoulli | |
| 2022-04-28 | manual: Fix pasto | Jonas Bernoulli | |
| Closes #4672. | |||
| 2022-04-23 | AUTHORS.md: Drop email addresses | Jonas Bernoulli | |
| 2022-04-23 | AUTHORS.md: Update list of contributors | Jonas Bernoulli | |
| 2022-04-22 | make: Right-align target verbs | Jonas Bernoulli | |
| 2022-03-31 | Fix typo | Jorge Israel Peña | |
