trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<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>