View Single Post
Old 10-04-2022, 03:35 PM   #5
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,680
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by KevinH View Post
If someone has an idea of how to go about associating a note with the creation of a checkpoint without having to constantly prompt for it, I am all ears.
Maybe automatically slap a timestamp of some sort in the commit message or tag annotation when the checkpoint is created, and then have a way of optionally editing that commit message (via dulwich behind the scenes) using the checkpoint manager dialog?

That way, the date/time message could be helpful on it its own, and those who wanted, could change the commit message (or tag annotation) to something more relevant. Just spit-balling.

Another slightly out-there option might be to keep a tagname-to-description matrix in an untracked file stored in the repository itself (and included in a default .gitignore) that can be read and written to?

Last edited by DiapDealer; 10-04-2022 at 03:44 PM.
DiapDealer is offline   Reply With Quote