Community-Applications-Mode.../test.sh
2023-02-08 13:16:45 -05:00

8 lines
112 B
Bash

#!/bin/bash
git rev-list --all | (
while read revision; do
git grep -F 'Real' $revision
done
)