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
*`<search-string>`: The string you want to search for in the Content file.
94
94
*`--earliest-commit=<commit>`: (Optional) The earliest commit to begin the search.
95
95
*`--latest-commit=<commit>`: (Optional) The latest commit to end the search.
96
-
-`--disable-linear-search`: Use this option to disable the linear search. When enabled, the tool will rely solely on binary search, which can improve performance in large repositories, especially if you already know that one of the commits contains the search string.
97
96
*`--working-directory=<path>`: (Optional) The directory where Git commands should be executed. Defaults to the user's temp directory if not provided.
98
97
*`--log-directory=<path>`: (Optional) The directory where the log file and temporary files will be stored. Defaults to the user's temp directory if not provided.
99
98
*`--follow`: (Optional) Follow file renames and history across commits.
0 commit comments