You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git log -L:function_name:file_name is really nice to see changed to a function. The default behavior is to only show the part of the commit that actually touches that fill (as opposed to --full-diff, which doesn't even seem to work together with -L in git version 2.35.1)
Gclog -L:function_name:file_name works great and it's nice to get 2 entries for each commit
The full commit (commit message and all changes done in this commit)
The function source code at that specific commit
For entries of type 1., is it possible to reduce the content of that buffer to only show the changes in the tracked function? (just as git log -L from the command line does)
The text was updated successfully, but these errors were encountered:
kaddkaka
changed the title
How to now show full diff when using Gclog -L to track changes in a function
How to not show full diff when using Gclog -L to track changes in a function
Aug 1, 2024
git log -L:function_name:file_name
is really nice to see changed to a function. The default behavior is to only show the part of the commit that actually touches that fill (as opposed to--full-diff
, which doesn't even seem to work together with-L
in git version 2.35.1)Gclog -L:function_name:file_name
works great and it's nice to get 2 entries for each commitFor entries of type 1., is it possible to reduce the content of that buffer to only show the changes in the tracked function? (just as
git log -L
from the command line does)The text was updated successfully, but these errors were encountered: