aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-process.el
AgeCommit message (Expand)Author
2026-04-08magit--git-w32-path-hack: Renamed variableJonas Bernoulli
2026-03-30Use cond more instead of if and prognJonas Bernoulli
2026-03-29Make Cond-Let's when$ availableJonas Bernoulli
2026-01-01Improve indentation of condJonas Bernoulli
2026-01-01Bump copyright yearsJonas Bernoulli
2025-12-15Add support for triggering lisp hooks from git hooksJonas Bernoulli
2025-12-02magit--early-process-lines: New internal helper functionJonas Bernoulli
2025-09-18Use cond moreJonas Bernoulli
2025-09-18magit-process-display-buffer: Use when-let*Jonas Bernoulli
2025-08-23Use font-lock-face for more text inserted into Magit buffersJonas Bernoulli
2025-08-22Avoid t condition in final match-all cond clauseJonas Bernoulli
2025-08-22Use Cond-Let's and$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-07Use _ in all non-binding entries in the varlist of COND-let formsJonas Bernoulli
2025-07-25Use shorthand match-str instead of match-string-no-propertiesJonas Bernoulli
2025-07-11Document return value of functions running process synchronouslyJonas Bernoulli
2025-06-16magit-show-process-buffer-hint: New optionJonas Bernoulli
2025-06-16magit-process-finish: Show usage hint even if error is signaledJonas Bernoulli
2025-06-16magit-process-finish: Look up key binding in current bufferJonas Bernoulli
2025-06-16magit-process-finish: Remove unnecessary commentsJonas Bernoulli
2025-04-28magit-credential-cache-daemon-socket: CosmeticsJonas Bernoulli
2025-04-15magit-process-section: Define earlier to avoid warningJonas Bernoulli
2025-03-27magit-process-apply-ansi-colors: New optionJonas Bernoulli
2025-02-27Consistently begin custom choice tags with capital letterJonas Bernoulli
2025-02-21Fix various prompts and messagesJonas Bernoulli
2025-02-04magit-process-yes-or-no-prompt-regexp: eval-when-compile valueJonas Bernoulli
2025-02-02Use ## and seq-some instead of --someJonas Bernoulli
2025-02-02Use ## and seq-some instead of --any-pJonas Bernoulli
2025-02-02Use ## and seq-find instead of --firstJonas Bernoulli
2025-02-01Next release will be 4.3.0Jonas Bernoulli
2025-01-30magit-process-yes-or-no-prompt-regexp: Fix regexp for cli passphrasesJonas Bernoulli
2025-01-25magit-process-password-prompt-regexps: Increase flexibilityJonas Bernoulli
2025-01-25magit-process-password-prompt-regexps: Split out a non-host regexpJonas Bernoulli
2025-01-25magit-process-password-prompt-regexps: Split out a host regexpJonas Bernoulli
2025-01-25magit-process-password-prompt-regexps: Match double-quotesJonas Bernoulli
2025-01-25magit-process-password-prompt-regexps: Move a newlineJonas Bernoulli
2025-01-25magit-process-password-prompt-regexps: Group regexps by typeJonas Bernoulli
2025-01-25magit-process-password-prompt-regexps: Remove redundant regexpJonas Bernoulli
2025-01-25magit-process:password-prompt-regexps: New testJonas Bernoulli
2025-01-25magit-process-match-prompt: Tweak docstringJonas Bernoulli
2025-01-09Use magit-msg moreJonas Bernoulli
2025-01-05Let the byte-compiler check more function referencesJonas Bernoulli
2025-01-05magit-maybe-save-repository-buffers: Add to hooks in their definitionJonas Bernoulli
2025-01-01Bump copyright yearsJonas Bernoulli
2024-12-23magit-toggle-subprocess-record: New commandJonas Bernoulli
2024-11-22magit-process-password-prompt-regexps: Add another user@host lookupJonas Bernoulli
2024-11-22magit-process-password-auth-source: Trim docstringJonas Bernoulli
2024-10-23magit-run-git-async: No longer clutter *Messages* bufferJonas Bernoulli
2024-10-19magit-process-mode-map: Override magit-refresh bindingJonas Bernoulli