Commit 32f99c9
committed
LPD-69094 docker-database-saas.gradle: uses --simplify-by-decoration for the strictest history of a given file
A chat with AI revealed that the combination of the file path pathspec
and the --simplify-by-decoration results in the strictest possible history
filtering for a particular file path.
All of the following flags were tried, and were not sufficient (they
still printed commits that had close matches, but the exact file path
did not exist at that path for that commit):
--find-renames=100%
--full-history
--no-renames
--diff-filter=AM
The following command was used as a test:
git show <commit_hash>:<file_path>1 parent a6d6413 commit 32f99c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
0 commit comments