| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
If `tab-bar-mode' is enable, then "C-<tab>" is bound to `tab-next'
in the global map. That conflicts with our local (and much older)
binding for `magit-section-cycle'.
Address this conflict by teaching `magit-section-cycle' to pivot to
`tab-next', but only if `tab-bar-mode' is enabled. That way, users
who do not use `tab-bar-mode' (i.e., the majority), are not affected
by this unfortunate conflict.
`tab-bar-mode' users will have to get used to the much less convenient
"C-c TAB" binding to cycle section visibility. Alternatively they can
advice `tab-bar--define-keys' to bind another key to `tab-next'. It
would be nice if `tab-bar-mode', instead of modifying the global map,
used a mode map, and thus didn't make it so very hard to change its
key bindings.
|
|
|
|
|
|
|
|
This variable doesn't exist anymore.
|
|
|
|
|
|
As of Magit v2.90.0, magit-bisect-start aborts if the revisions are
flipped or there are uncommitted changes. magit-bisect-run shared
those guards at the time because it used magit-bisect-start
underneath, but f592e367 (magit-bisect-run: Don't start bisect
asynchronously, 2021-06-20) moved away from magit-bisect-start,
unintentionally losing the checks.
Restore the checks by extracting them to a shared helper.
Closes #5070.
|
|
|
|
|
|
Closes #5051.
|
|
magit-insert-am-sequence inserts a section for all patches in
$GIT_DIR/rebase-apply/ and then displays ORIG_HEAD through HEAD via
magit-sequence-insert-sequence. If the 'git am' call fails to apply a
patch, this leads to repeated sections for successfully applied
patches because Git leaves the patch files around after successfully
applying a patch.
Avoid the repeated sections by explicitly inserting a section only for
$GIT_DIR/rebase-apply/ patches that have not been applied, leaving the
rest to the magit-sequence-insert-sequence call.
Closes #5024.
|
|
|
|
Make a terse summary even more terse, but also mention the place
where a less terse description can be found.
|
|
|
|
Checking the signature of more than a few hundred commits is just
too slow. It would be nice if "--show-signature" took a numeric
value, then we could at least verify the signatures of the last N
commits. Because it does not, we cannot verify any commits, when
showing a large number of commits.
|
|
`ansi-color' is just too slow when used on more than a few hundred
commits.
|
|
|
|
Closes #4964.
|
|
|
|
These lines have already been removed manually from AUTHORS.md.
|
|
|
|
|
|
|
|
|
|
Also update related parts of the manual that were very outdated.
|
|
Also fix `magit-stash-branch-here', which broke when we made these
commands asynchronous in [1: 25dbf32d86].
Closes #4945.
1: 2023-04-24 25dbf32d86eaf1ccb7b652b2de392d749c4c2186
Perform checkouts asynchronously
|
|
We already do this in Transient's documentation because that's what
is being done in Emacs' documentation and Transient is part of Emacs.
Let's be consistent even at the cost of making the English unhappy.
Also add a comma before "e.g." and "i.e.", if not inside parentheses,
which is the correct thing to do, regardless which style guide one
chooses to follow.
|
|
|
|
|
|
Also correct path for `with-editor'.
|
|
Remove mention of deleted variable `magit-repository-directories-depth'.
Add description for new function `magit-repolist-column-flags'.
|
|
Closes #4887.
|
|
git-commit-fill-column was deprecated in Magit 2.9.0. It should be removed
from the manual to avoid confusion since the variable is no longer present
in the codebase.
Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
Link: https://github.com/magit/magit/commit/a277432e806af89c3bdd6046721c4db948443120
Link: https://github.com/magit/magit/issues/3067
|
|
Closes #4801.
|
|
|
|
|
|
When killing all buffers, then also use `kill-buffer' explicitly to
kill the current buffer. That shouldn't make a difference, but if
an odd value is used for `magit-bury-buffer-function', then it might.
|
|
|
|
Closes #4905.
|
|
"%T" was deprecated in [1: 831372a4ff], five years ago.
1: 2018-02-11 831372a4ffc0c2882599a30f064b230272fcb116
magit-buffer-name-format: put * at both ends or neither
|
|
|
|
|
|
|
|
|
|
|
|
|