aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-apply.el
AgeCommit message (Expand)Author
2026-03-30Use cond more instead of if and prognJonas Bernoulli
2026-03-29Use Cond-Let's when$ with longer bodiesJonas Bernoulli
2026-03-29Use Cond-Let's when$Jonas Bernoulli
2026-03-29Make Cond-Let's when$ availableJonas Bernoulli
2026-01-11magit-buffer-diff-range{,-oid}: Renamed variablesJonas Bernoulli
2026-01-01Improve indentation of interactiveJonas Bernoulli
2026-01-01Bump copyright yearsJonas Bernoulli
2025-11-16magit-post-refresh-hook: Autoload hook functionsJonas Bernoulli
2025-11-08magit-{before-change,after-apply}-functions: New hooksJonas Bernoulli
2025-09-21magit-discard-apply: Fix recent regressionJonas Bernoulli
2025-09-18magit-discard-apply: Absorb magit-discard-applyJonas Bernoulli
2025-09-18Use cond moreJonas Bernoulli
2025-09-16Require dired, message and epa directlyJonas 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-08-08magit-unstage-intent: Use correct conditionalJonas Bernoulli
2025-07-31magit-diff-visit-file-*: Remove FILE argumentJonas Bernoulli
2025-07-30magit-call-smerge: Remove unnecessary complicationJonas Bernoulli
2025-07-25Use shorthand match-str instead of match-string-no-propertiesJonas Bernoulli
2025-07-02magit-discard: On "Untracked files" delete exactly the listed filesJonas Bernoulli
2025-07-02magit-discard: Refresh after discarding all untracked filesJonas Bernoulli
2025-05-31magit-apply-patch: Respect buffers context limitJonas Bernoulli
2025-05-12magit-apply--get-selection: Return t for untracked typeJonas Bernoulli
2025-04-15Use ## moreJonas Bernoulli
2025-03-31magit-{stage,unstage}-file: Rename to magit-{stage,unstage}-filesJonas Bernoulli
2025-03-31magit-{stage,unstage}-buffer-file: Rename to magit-file-{stage,unstage}Jonas Bernoulli
2025-03-31magit-{stage,unstage}-buffer-file: Move definitionsJonas Bernoulli
2025-03-29Use ## moreJonas Bernoulli
2025-03-23magit-apply-patch: Do not refresh twiceJonas Bernoulli
2025-03-28magit-stage-untracked: Increase robustnessJonas Bernoulli
2025-03-28magit-state-untracked: Avoid unnecessary workJonas Bernoulli
2025-02-03Drop dependency on DashJonas Bernoulli
2025-02-02Use ## and -separate instead of --separateJonas Bernoulli
2025-02-02Use ## and seq-remove instead of --removeJonas Bernoulli
2025-02-02Use ## and seq-filter instead of --filterJonas Bernoulli
2025-02-02Use ## and mapcar instead of --mapJonas Bernoulli
2025-01-05Let the byte-compiler check more function referencesJonas Bernoulli
2025-01-01Bump copyright yearsJonas Bernoulli
2024-09-07Use ensure-list moreJonas Bernoulli
2024-08-03magit-reverse-in-index: Fix option reference in docsKyle Meyer
2024-07-21magit-confirm: Directly support two rounds of prompt formattingJonas Bernoulli
2024-07-21magit-{discard,reverse}-hunks: Use %d in format stringJonas Bernoulli
2024-06-23Use string-join instead of mapconcatJonas Bernoulli
2024-04-29Drop support for Emacs 25Jonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2024-01-01Bump copyright yearsJonas Bernoulli
2023-09-12magit-apply-{hunks,hunk,region}: CosmeticsJonas Bernoulli
2023-09-12magit-diff--combined-p: New functionJonas Bernoulli
2023-09-03Allow un-/staging binary files when whitespace is being ignoredJonas Bernoulli
2023-08-19magit-stage-file: Fix staging ignored filesJonas Bernoulli