QotNewsHacker News, Reddit, Lobsters, and Tildes articles rendered in reader mode.
donio | 16 hours ago
My favorite tool for this is C-x v h (vc-region-history). It's like C-x v l but only shows log entries that touched the current region.
danlamanna | 13 hours ago
Tangentially related, you can easily see every commit that has changed a language-level function (see git's regexes here) using M-x magit-log-trace-definition or just t from the magit-file-dispatch menu.
M-x magit-log-trace-definition
t
magit-file-dispatch
donio | 16 hours ago
My favorite tool for this is C-x v h (vc-region-history). It's like C-x v l but only shows log entries that touched the current region.
danlamanna | 13 hours ago
Tangentially related, you can easily see every commit that has changed a language-level function (see git's regexes here) using
M-x magit-log-trace-definitionor justtfrom themagit-file-dispatchmenu.