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
*`<file-path>`: The path to the Content file within the Git repository.
93
93
*`<search-string>`: The string you want to search for in the Content file.
94
-
*`--earliest-commit=<commit>`: (Optional) The earliest commit to begin the search.
95
-
*`--latest-commit=<commit>`: (Optional) The latest commit to end the search.
94
+
*`--start-date=<date>`: (Optional) The start date for the search (format: YYYY-MM-DD).
95
+
*`--end-date=<date>`: (Optional) The end date for the search (format: YYYY-MM-DD).
96
+
*`--earliest-commit=<commit>`: (Optional) The earliest commit to begin the search (takes precedence over date range if both are specified).
97
+
*`--latest-commit=<commit>`: (Optional) The latest commit to end the search (takes precedence over date range if both are specified).
96
98
*`--working-directory=<path>`: (Optional) The directory where Git commands should be executed. Defaults to the user's temp directory if not provided.
97
99
*`--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.
98
100
*`--follow`: (Optional) Follow file renames and history across commits.
This will search for the string "SearchString" within the specified commit range, using the specified working directory for Git operations and storing logs and temporary files in the specified log directory.
108
+
This will search for the string "SearchString" within the specified date range, using the specified working directory for Git operations and storing logs and temporary files in the specified log directory.
107
109
108
-
Note: The file is the remote path (e.g. `path/to/your/file.xlsx`), not the local path (e.g. `c:/repo/path/to/your/file.xlsx`).
110
+
Note: The file is the remote path (e.g. `path/to/your/file.xlsx`), not the local path (e.g. `c:/repo/path/to/your/file.xlsx`). All dates are handled in UTC timezone.
0 commit comments