emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wrap-search 3.3.5


From: Gregory Heytings
Subject: Re: wrap-search 3.3.5
Date: Fri, 02 Sep 2022 09:03:46 +0000


I guess you see:

On branch master
nothing to commit, working tree clean

when the file hasn't changed? You can check whether it has changed with

git diff --quiet --exit-code

or

git diff-index --quiet HEAD

Alternatively, one might stop trying to automate commits and actually write useful commit messages when and if a functionally complete set of changes is finished.


Emanuel wanted something completely automated that would not change his existing workflow. Useful commit messages are better of course, but automated commit messages aren't a catastrophe.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]