William Casarin commented on issue #74 at Peter Stiernström / git-timemachine
I'm not sure how we would correctly identify the region over multiple commits.git-log makes this super easy: git log -L288,305:file.c
View ArticleEmmanuel Bustos commented on issue #79 at Peter Stiernström / git-timemachine
Fixed! https://emacs.stackexchange.com/questions/9842/disable-evil-mode-when-git-timemachine-mode-is-activated
View Article0xB767B commented on issue #82 at Peter Stiernström / git-timemachine
Sorry, wrong browser tab 😬
View ArticleChen Bin opened issue #78: failed when git renaming file at Peter Stiernström...
just tested git-timemachine with https://github.com/redguardtoo/test-git-blame , found a bug.The commit "rename file" actually renamed hello.js to subdir1/hello1.js, but git-timemachine still reportd...
View ArticleEmmanuel Bustos opened issue #79: Evil integration or disabling at Peter...
How can I disable Evil's map only while using git timemachine?
View ArticleEmmanuel Bustos closed issue #79: Evil integration or disabling at Peter...
How can I disable Evil's map only while using git timemachine?
View ArticleVincent Zhang opened issue #80: Not run hooks of major-mode at Peter...
It's better not running the hooks of the major-modes.https://gitlab.com/pidu/git-timemachine/-/blob/master/git-timemachine.el#L404(delay-mode-hooks(funcallmode))
View ArticlePeter Stiernström pushed to project branch master at Peter Stiernström /...
Peter Stiernström(8d675750) at 04 Jun 08:10 Don't run major mode hooks
View ArticlePeter Stiernström closed issue #80: Not run hooks of major-mode at Peter...
It's better not running the hooks of the major-modes.https://gitlab.com/pidu/git-timemachine/-/blob/master/git-timemachine.el#L404(delay-mode-hooks(funcallmode))
View ArticleAmory opened issue #81: Custom face for timestamp at Peter Stiernström /...
Similar to #34 (7af97dc6), it'd be nice to have a custom face for the timestamp. Presumably that'd be at...
View ArticleCaleb Chase opened issue #83: Customize mode-line-buffer-identification at...
It would be nice to allow customizing how mode-line-buffer-identification is generated, since it's quite long. If the file has been moved it gets even longer, since the "name: " will then also show the...
View ArticleJonas Bernoulli opened merge request !72: Use transient's definition...
See https://github.com/magit/transient/issues/192.
View ArticlePeter Stiernström accepted merge request !72: Use transient's definition...
See https://github.com/magit/transient/issues/192.
View Article