aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-sequence.el
AgeCommit message (Expand)Author
2025-05-31magit-rebase--todo: Prevent false-positivesJonas Bernoulli
2025-05-13magit-rebase--todo: Don't abbreviate empty set of commitsJonas Bernoulli
2025-05-12magit-rebase--todo: Fix handling of merge actionsKyle Meyer
2025-05-11magit-sequence-insert-step: Use more appropriate faceJonas Bernoulli
2025-05-11magit-rebase--todo: Deal with duplicated commitsJonas Bernoulli
2025-05-11magit-rebase-insert-merge-sequence: Skip over empty linesJonas Bernoulli
2025-04-25magit-rebase--todo: Fix order of valueJonas Bernoulli
2025-04-15magit-rebase-insert-merge-sequence: Insert sections for all stepsJonas Bernoulli
2025-04-15Speed-up inserting rebase sequencesJonas Bernoulli
2025-04-15magit-insert-rebase-sequence: Rename internal variableJonas Bernoulli
2025-04-15Use ## moreJonas Bernoulli
2025-03-31magit-rebase-autosquash: With a prefix allow selecting beginningJonas Bernoulli
2025-03-29Use ## moreJonas Bernoulli
2025-03-01magit-rebase: Use more columnsJonas Bernoulli
2025-02-21Fix various prompts and messagesJonas Bernoulli
2025-02-10magit-am: Remove duplicated binding for --signoffJonas Bernoulli
2025-02-02Use ## and seq-some instead of --someJonas Bernoulli
2025-02-02Use ## and seq-every-p instead of --all-pJonas Bernoulli
2025-02-02Use ## and seq-find instead of --firstJonas Bernoulli
2025-02-02Use ## and seq-remove instead of --removeJonas Bernoulli
2025-02-02Use ## and mapcar instead of --mapJonas Bernoulli
2025-01-31magit:--gpg-sign: Set default level via prototypeJonas Bernoulli
2025-01-31magit:--signoff: Set default level via prototypeJonas Bernoulli
2025-01-30Make --signoff available in more menusJonas Bernoulli
2025-01-01Bump copyright yearsJonas Bernoulli
2024-12-09Depend on Git >= v2.25.0Jonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2024-01-01Bump copyright yearsJonas Bernoulli
2023-11-19Increase consistency among sequencer continuation commandsJonas Bernoulli
2023-11-19magit-am-continue: Use user-errorJonas Bernoulli
2023-11-17magit-sequencer-abort: Require confirmationJonas Bernoulli
2023-10-23magit-insert-am-sequence: Account for already applied patchesKyle Meyer
2023-08-14Address 'safe' XR/Relint regexp linter warningsBasil L. Contovounesios
2023-07-31Use if-let instead of --if-letJonas Bernoulli
2023-07-31Use when-let instead of --when-letJonas Bernoulli
2023-07-28No longer use -separateJonas Bernoulli
2023-05-21Place comma after "e.g." and "i.e."Jonas Bernoulli
2023-04-10Use the documented format construct %d instead of %iPhil Sainty
2023-03-17Deprecate magit-git-dir to avoid needlessly repeating workJonas Bernoulli
2023-03-17Whitespace cosmeticsJonas Bernoulli
2023-01-03Bump copyright yearsJonas Bernoulli
2022-11-01magit-rebase-interactive-1: CosmeticsJonas Bernoulli
2022-10-22magit-rebase: Add --update-refsJonas Bernoulli
2022-04-22Refresh library headersJonas Bernoulli
2022-04-22Use pcase's quote upatternJonas Bernoulli
2022-04-22Use with-environment-variablesJonas Bernoulli
2022-04-22Use and-let* for side-effectsJonas Bernoulli
2022-04-22Use string-search instead of string-match-pJonas Bernoulli
2022-04-22Use string-prefix-p and string-suffix-pJonas Bernoulli
2022-03-29magit-{cherry-pick,revert}-in-progress-p: Restore sequencer/todo checkKyle Meyer