aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-refs.el
AgeCommit message (Expand)Author
2025-08-26Rename variables and a function that deal with the right marginJonas Bernoulli
2025-08-26magit-refs--maybe-format-margin: Replace magit-refs--format-marginJonas Bernoulli
2025-08-22Avoid t condition in final match-all cond clauseJonas Bernoulli
2025-08-22Use shared bindings with cond-let and cond-let*Jonas Bernoulli
2025-08-22Use cond-let and cond-let*Jonas Bernoulli
2025-08-22Use Cond-Let's implementation of and-letJonas Bernoulli
2025-08-22Use Cond-Let's implementations of {if,when,and,while}-let{,*}Jonas Bernoulli
2025-08-22Revert "Remove kludge for and-let* bug in older Emacs releases"Jonas Bernoulli
2025-08-07Use _ in all non-binding entries in the varlist of COND-let formsJonas Bernoulli
2025-08-06Remove kludge for and-let* bug in older Emacs releasesJonas Bernoulli
2025-08-01magit-insert-shelved-branches: Keep collapsed by defaultJonas Bernoulli
2025-07-25Use shorthand match-str instead of match-string-no-propertiesJonas Bernoulli
2025-07-11Increase name consistency for "commit" argumentsJonas Bernoulli
2025-05-15magit-make-margin-overlay: At bol set margin of previous lineJonas Bernoulli
2025-05-15magit-refs--format-margin: Handle tags referring to non-commitsJonas Bernoulli
2025-05-15magit-refs--format-margin: Do not assume fixes length of timestampsMartin Joerg
2025-04-28magit-{branch-unshelve,insert-shelved-branches}: List newest firstJonas Bernoulli
2025-04-16magit-insert-shelved-branches: Fix margin highlightingJonas Bernoulli
2025-04-16magit-insert-shelved-branches: Indent branchesJonas Bernoulli
2025-04-16magit-insert-shelved-branches: New functionJonas Bernoulli
2025-03-29Use ## moreJonas Bernoulli
2025-02-21Fix various docstringsJonas Bernoulli
2025-02-04magit-refs-primary-column-width: CosmeticsJonas Bernoulli
2025-02-01Next release will be 4.3.0Jonas Bernoulli
2025-01-05Let the byte-compiler check more function referencesJonas Bernoulli
2025-01-05magit-log--wash-summary: New functionJonas Bernoulli
2025-01-02magit-refs-show-branch-descriptions: New optionJonas Bernoulli
2025-01-02magit-refs--format-local-branch: Rename local variableJonas Bernoulli
2025-01-02magit-refs--format-local-{branches,branch}: Fix value exchangeJonas Bernoulli
2025-01-01Bump copyright yearsJonas Bernoulli
2024-07-30Make most major modes non-interactiveJonas Bernoulli
2024-06-28Clean up whitespaceJonas Bernoulli
2024-06-28magit-hack-dir-local-variables: New functionJonas Bernoulli
2024-06-24Use magit-insert-heading's new CHILD-COUNT argumentJonas Bernoulli
2024-06-23Use string-join instead of mapconcatJonas Bernoulli
2024-05-02Remove all but one reminder about the and-let* bugJonas Bernoulli
2024-04-28magit-insert-section: Change indent specJonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2024-02-27magit-insert-remote-branches: Skip HEAD if not symrefKyle Meyer
2024-01-01Bump copyright yearsJonas Bernoulli
2023-11-09Define margin commands using transient-define-suffixJonas Bernoulli
2023-09-21Use seq-keep instead of delq and mapcarJonas Bernoulli
2023-09-19magit-refs-show-commit-count: Fix custom type specificationJonas Bernoulli
2023-07-31Fix switch from -replace to cl-substituteJonas Bernoulli
2023-07-31Use if-let instead of --if-letJonas Bernoulli
2023-07-31Use and-let* instead of when-let* if value mattersJonas Bernoulli
2023-07-28Use mapcar and delq instead of -keepJonas Bernoulli
2023-07-28Use seq-find instead of -firstJonas Bernoulli
2023-07-28Use cl-substitute instead of -replaceJonas Bernoulli
2023-03-15magit-insert-remote-branches: Fix Git 2.40 compatibilityKyle Meyer