mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-10-28 22:07:09 +00:00
After backing up and restoring config.h, `git diff-files` may report it as potentially-changed because it isn't sure whether the index is up to date. To avoid this, make sure that the git index is up-to-date. This fixes the warning about changed config.h that you might get when you run all.sh twice in succession, yet if you run `git status` or `git diff` everything seems up to date and you no longer get the warning because these git commands update the index. https://stackoverflow.com/questions/36367190/git-diff-files-output-changes-after-git-status |
||
|---|---|---|
| .. | ||
| .jenkins | ||
| data_files | ||
| git-scripts | ||
| scripts | ||
| suites | ||
| .gitignore | ||
| CMakeLists.txt | ||
| compat.sh | ||
| Descriptions.txt | ||
| Makefile | ||
| ssl-opt.sh | ||