aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-04-15Update contact informationJonas Bernoulli
2024-04-02Update release notesJonas Bernoulli
2024-04-01Move misplaced release note entryJonas Bernoulli
2024-03-11magit-section-cycle: Pivot to tab-next if there is a binding conflictJonas Bernoulli
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.
2024-02-18manual: Fix typosKyle Meyer
2024-02-11manual: Improve description of magit-toggle-verbose-refresh outputDamien Cassou
2024-02-11manual: Remove old paragraphDamien Cassou
2024-02-11manual: Delete references to magit-status-refresh-hookDamien Cassou
This variable doesn't exist anymore.
2024-01-02AUTHORS.md: Update list of contributorsJonas Bernoulli
2024-01-01Bump copyright yearsJonas Bernoulli
2023-12-29magit-bisect-run: Restore checks for flipped revs and dirty treeKyle Meyer
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.
2023-12-16manual: Fix whitespaceJonas Bernoulli
2023-12-09make: Remove obsolete org-export kludgesJonas Bernoulli
2023-11-17magit-sequencer-abort: Require confirmationJonas Bernoulli
Closes #5051.
2023-10-23magit-insert-am-sequence: Account for already applied patchesKyle Meyer
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.
2023-09-12AUTHORS.md: Update list of contributorsJonas Bernoulli
2023-09-04magit-no-confirm: Mention magit-stash-applyJonas Bernoulli
Make a terse summary even more terse, but also mention the place where a less terse description can be found.
2023-08-27Apply stash even if "git stash apply" cannot do itJonas Bernoulli
2023-08-05magit-log-show-signatures-limit: New optionJonas Bernoulli
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.
2023-08-05magit-log-color-graph-limit: New optionJonas Bernoulli
`ansi-color' is just too slow when used on more than a few hundred commits.
2023-08-05Fix typoJonas Bernoulli
2023-07-16manual: Fix key for revert's magit-sequence-continueKyle Meyer
Closes #4964.
2023-07-13Correct "appropriat" and "unspecifed" misspellingsRon Parker
2023-06-06make: Update authors targetJonas Bernoulli
These lines have already been removed manually from AUTHORS.md.
2023-06-06manual: Fix cross-reference configurationJonas Bernoulli
2023-06-06manual: A little copy-editingJonas Bernoulli
2023-06-03manual: Add another cross-referenceJonas Bernoulli
2023-06-03manual: Bump a numberJonas Bernoulli
2023-06-02Provide set of recommended global key bindingsJonas Bernoulli
Also update related parts of the manual that were very outdated.
2023-05-21Mark async branch and checkout commands for interactive use onlyJonas Bernoulli
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
2023-05-21Place comma after "e.g." and "i.e."Jonas Bernoulli
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.
2023-05-19AUTHORS.md: Update list of contributorsJonas Bernoulli
2023-05-10manual: Regenerate texiJonas Bernoulli
2023-05-10manual: Compat is also a required libraryziggy
Also correct path for `with-editor'.
2023-05-09manual: Update chapter "Repository List"Markus
Remove mention of deleted variable `magit-repository-directories-depth'. Add description for new function `magit-repolist-column-flags'.
2023-05-02manual: Mention limitation of merge preview diffJonas Bernoulli
Closes #4887.
2023-05-01manual: Remove references to git-commit-fill-columnRahul Rameshbabu
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
2023-04-24Clarify that some commands only deal with populated submodulesJonas Bernoulli
Closes #4801.
2023-04-16manual: Switch Urls from Http to Httpsshoefone
2023-04-02AUTHORS.md: Update list of contributorsJonas Bernoulli
2023-03-27magit-mode-bury-buffer: Tweak behavior and improve documentationJonas Bernoulli
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.
2023-03-23manual: Fix key binding for magit-toggle-marginChristian Tietze
2023-03-18magit-branch-delete: Reference magit-no-confirm in documentationJonas Bernoulli
Closes #4905.
2023-03-14magit-branch-name-format: Remove support for obsolete %-sequenceJonas Bernoulli
"%T" was deprecated in [1: 831372a4ff], five years ago. 1: 2018-02-11 831372a4ffc0c2882599a30f064b230272fcb116 magit-buffer-name-format: put * at both ends or neither
2023-03-13AUTHORS.md: Update list of contributorsJonas Bernoulli
2023-03-08manual: Fix references to magit-rebase-edit-commitArialdo Martini
2023-02-06AUTHORS.md: Update list of contributorsJonas Bernoulli
2023-02-06Next release will be named 4.0.0Jonas Bernoulli
2023-02-06magit-clone: Add hook `magit-post-clone-hook'Nacho Barrientos
2023-02-06manual: RegenerateJonas Bernoulli