emacs/var/elfeed/db/data/cf/cf9941cae60b38990f0632ff4bf0ab3c30155846
2022-01-03 12:49:32 -06:00

6 lines
887 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Heres a nice tip for finding all the commits related to some selected text in Magit:</p>
<blockquote class="twitter-tweet">
<p dir="ltr" lang="en">In <a href="https://twitter.com/hashtag/magit?src=hash&amp;ref_src=twsrc%5Etfw">#magit</a> of <a href="https://twitter.com/hashtag/emacs?src=hash&amp;ref_src=twsrc%5Etfw">#emacs</a>, M-x magit-log-buffer-file with a region selected, this will show the region related commits only. <a href="https://t.co/bnWwhrGKUw">https://t.co/bnWwhrGKUw</a> <a href="https://twitter.com/hashtag/git?src=hash&amp;ref_src=twsrc%5Etfw">#git</a></p>
<p>— Jumpei KAWAMI (@junkw) <a href="https://twitter.com/junkw/status/1460749386338783245?ref_src=twsrc%5Etfw">November 16, 2021</a></p></blockquote>
<p></p>
<p>I havent tried this in anger but it seems as if it could be useful when trying to figure out how a bit of code has changed over time.</p>