On 2020-04-28 14:28:15+0000, Nixon, Francis A wrote: > Running `git log --pretty=oneline -L:get_stack_map_frames:stackmapframes.rs`(filename/function names as an example only, consistent across many files.) results on in correct output but doesn't ouput in a oneline format(still includes the full diffs). -L implies --patch, which outputs a full diff. If you don't want that, add --no-patch to the command.