aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-stash.el
AgeCommit message (Expand)Author
2026-03-29Make Cond-Let's when$ availableJonas Bernoulli
2026-01-21magit-commit-oid: New functionJonas Bernoulli
2026-01-11magit-stash-refresh-buffer: Use magit-rev-hashJonas Bernoulli
2026-01-11magit-buffer-revision-oid: Renamed variableJonas Bernoulli
2026-01-11magit-buffer-diff-range{,-oid}: Renamed variablesJonas Bernoulli
2026-01-03magit-stash-clear: Use drop-stashes confirmation typeJonas Bernoulli
2026-01-01Improve indentation of interactiveJonas Bernoulli
2026-01-01Bump copyright yearsJonas Bernoulli
2025-11-05Drop a space from autoload cookiesJonas Bernoulli
2025-08-22Avoid t condition in final match-all cond clauseJonas Bernoulli
2025-08-22Use Cond-Let's implementations of {if,when,and,while}-let{,*}Jonas Bernoulli
2025-07-25Use shorthand match-str instead of match-string-no-propertiesJonas Bernoulli
2025-07-11Increase name consistency for "commit" argumentsJonas Bernoulli
2025-06-10Clarify that commands run magit-section-movement-hook explicitlyJonas Bernoulli
2025-05-19magit-stash-read-message: Fix previous commitJonas Bernoulli
2025-05-18magit-stash-read-message: Also offer "On branch: " as history elementJonas Bernoulli
2025-05-15magit-make-margin-overlay: At bol set margin of previous lineJonas Bernoulli
2025-03-29Use ## moreJonas Bernoulli
2025-02-21Fix various prompts and messagesJonas Bernoulli
2025-02-21Fix various docstringsJonas Bernoulli
2025-01-28Make magit-stash-index respect user configured functionIƱaki Arenaza
2025-01-09magit-stash-mode: Add "--no-ext-diff" to magit-diff-default-argumentsNikita Leshenko
2025-01-05Let the byte-compiler check more function referencesJonas Bernoulli
2025-01-03magit--run-git-stash: Match all error messageJonas Bernoulli
2025-01-02magit-stash--apply-1: Improve presentation of fallback methodsJonas Bernoulli
2025-01-02magit-stash--apply-1: New functionJonas Bernoulli
2025-01-02magit--run-git-stash: Match another expected error messageJonas Bernoulli
2025-01-01Bump copyright yearsJonas Bernoulli
2024-12-09Depend on Git >= v2.25.0Jonas Bernoulli
2024-11-30magit-stash-push: Move "--" after other argumentsJonas Bernoulli
2024-11-26magit-stash-{pop,apply}: Stop after successfully installing conflictJonas Bernoulli
2024-11-26magit-stash-{pop,apply}: Copy edit documentationJonas Bernoulli
2024-07-30Make most major modes non-interactiveJonas Bernoulli
2024-07-21magit-confirm: Directly support two rounds of prompt formattingJonas Bernoulli
2024-06-28magit-hack-dir-local-variables: New functionJonas Bernoulli
2024-06-24magit-define-section-jumper: Define commands as suffixesJonas Bernoulli
2024-06-24magit-insert-stash-notes: Show child countJonas Bernoulli
2024-06-24Use magit-insert-heading's new CHILD-COUNT argumentJonas Bernoulli
2024-04-26magit-cancel-section: Add IF-EMPTY argumentJonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2024-01-01Bump copyright yearsJonas Bernoulli
2023-10-28magit-stash-read-message: Provide a default instead of magicJonas Bernoulli
2023-10-28magit-stash-read-untracked: Move definitionJonas Bernoulli
2023-08-27Apply stash even if "git stash apply" cannot do itJonas Bernoulli
2023-08-26Revert "magit-stash-{apply,pop}: Fix case when there are staged changes"Jonas Bernoulli
2023-07-31Use if-let instead of --if-letJonas Bernoulli
2023-07-26magit-stash-pop: Use pop instead of applyAlex Kreisher
2023-07-23magit-stash-{apply,pop}: Ignore unrelated files to preserve indexJonas Bernoulli
2023-07-23magit-stash-{apply,pop}: Fix case when there are staged changesJonas Bernoulli
2023-05-21Mark async branch and checkout commands for interactive use onlyJonas Bernoulli