Skip to content

Commit 4a250be

Browse files
committed
Use --full-index for patch
This should eliminate potential noise in the diffs for the patch since different versions seem to default to different hash lengths.
1 parent 3761f7b commit 4a250be

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

ci/dev/diff-vscode.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ main() {
66

77
cd ./lib/vscode
88
git add -A
9-
git diff HEAD > ../../ci/dev/vscode.patch
9+
git diff HEAD --full-index > ../../ci/dev/vscode.patch
1010
}
1111

1212
main "$@"

0 commit comments

Comments
 (0)