mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
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.
This commit is contained in:
@@ -6,7 +6,7 @@ main() {
|
||||
|
||||
cd ./lib/vscode
|
||||
git add -A
|
||||
git diff HEAD > ../../ci/dev/vscode.patch
|
||||
git diff HEAD --full-index > ../../ci/dev/vscode.patch
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
Reference in New Issue
Block a user