aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-status.el
AgeCommit message (Expand)Author
2025-06-16magit-show-process-buffer-hint: New optionJonas Bernoulli
2025-06-10Clarify that commands run magit-section-movement-hook explicitlyJonas Bernoulli
2025-05-18Call magit-status-goto-initial-section before highlightingJonas Bernoulli
2025-04-15Use ## moreJonas Bernoulli
2025-03-31magit-{stage,unstage}-file: Rename to magit-{stage,unstage}-filesJonas Bernoulli
2025-03-29Use ## moreJonas Bernoulli
2025-03-21magit-status-show-untracked-files: Fix custom typeJonas Bernoulli
2025-03-12magit-insert-head-branch-header: Reduce scope of a let-bindingJonas Bernoulli
2025-02-27Consistently begin custom choice tags with capital letterJonas Bernoulli
2025-02-08magit-format-file-function: New optionJonas Bernoulli
2025-02-02Use ## and seq-some instead of --someJonas Bernoulli
2025-02-01Next release will be 4.3.0Jonas Bernoulli
2025-01-31magit-insert-untracked-files: Fix thinko and typoJonas Bernoulli
2025-01-30Speed up Git's part in listing files in status bufferJonas Bernoulli
2025-01-27Speed up and simplify listing files in status bufferJonas Bernoulli
2025-01-27magit-ignored-files: No longer use --directory by defaultJonas Bernoulli
2025-01-27magit-untracked-files: Remove COMPACT argument againJonas Bernoulli
2025-01-05Let the byte-compiler check more function referencesJonas Bernoulli
2025-01-05magit-log--wash-summary: New functionJonas Bernoulli
2025-01-05magit-insert-{upstream,push}-branch-header: Remove stray codeJonas Bernoulli
2025-01-04magit-status-show-untracked-files: New optionJonas Bernoulli
2025-01-04magit-insert-untracked-files: Fix use of status.showUntrackedFilesJonas Bernoulli
2025-01-01Bump copyright yearsJonas Bernoulli
2024-11-24magit-insert-untracked-files: Improve docsJonas Bernoulli
2024-07-30Make most major modes non-interactiveJonas Bernoulli
2024-07-21magit-file-section-indent: New variableJonas Bernoulli
2024-06-28magit-hack-dir-local-variables: New functionJonas Bernoulli
2024-06-24magit-define-section-jumper: Define commands as suffixesJonas Bernoulli
2024-06-24Use magit-insert-heading's new CHILD-COUNT argumentJonas Bernoulli
2024-06-24magit-jump-to-ignored: New commandJonas Bernoulli
2024-06-24magit-status.el: Rearrange "File Sections" sectionJonas Bernoulli
2024-06-24magit-insert-files: Handle list section as wellJonas Bernoulli
2024-06-24magit-insert-untracked-files: Always use magit-insert-filesJonas Bernoulli
2024-06-24magit-untracked-files: Optionally return compact listJonas Bernoulli
2024-06-23Use string-join instead of mapconcatJonas Bernoulli
2024-05-03magit-status-goto-initial-section: Add to correct hookJonas Bernoulli
2024-05-02Shorten some long linesJonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2024-01-08magit-status-setup-buffer: Ensure correct position when narrowedBrian Leung
2024-01-01Bump copyright yearsJonas Bernoulli
2023-03-17Improve docstring of magit aliasJonas Bernoulli
2023-02-13Use defvar-keymap for keymaps containing context menusJonas Bernoulli
2023-02-13Use defvar-keymap from Emacs 29.1 or the Compat packageJonas Bernoulli
2023-01-03Bump copyright yearsJonas Bernoulli
2022-05-27Replace or quote single quotes in docstringsJonas Bernoulli
2022-05-06Add magit-status-goto-initial-section to magit-create-buffer-hookJonas Bernoulli
2022-04-22Refresh library headersJonas Bernoulli
2022-04-22Use when-let* for multiple bindingsJonas Bernoulli
2022-04-01Use defun indentation for function bindingsJonas Bernoulli
2022-03-28Function-quote many more functionsJonas Bernoulli