Skip to content

Commit

Permalink
magit-wip-log-get-tips: Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Park Zhou <ideapark@petalmail.com>
  • Loading branch information
ideapark authored and tarsius committed May 14, 2024
1 parent 02ecf1a commit 9cde118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/magit-wip.el
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ many \"branches\" of each wip ref are shown."
(while (and reflog (> count 1))
;; "start autosaving ..." is the current message, but it used
;; to be "restart autosaving ...", and those messages may
;; still be around (e.g., if gc.reflogExpire is to "never").
;; still be around (e.g., if gc.reflogExpire is set to "never").
(setq reflog (cl-member "^[^ ]+ [^:]+: \\(?:re\\)?start autosaving"
reflog :test #'string-match-p))
(when (and (cadr reflog)
Expand Down

0 comments on commit 9cde118

Please sign in to comment.