From 9399f544d257e34b96ea6b81f40b8748bf0b7192 Mon Sep 17 00:00:00 2001 From: yuobrezkov Date: Wed, 26 Mar 2025 09:18:04 +0300 Subject: [PATCH 1/2] added new domain --- stagged | 34 ++++++++++++++++++++++++++++++++++ vite.config.js | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 stagged diff --git a/stagged b/stagged new file mode 100644 index 0000000..aae9d12 --- /dev/null +++ b/stagged @@ -0,0 +1,34 @@ +usage: git diff [] [] [--] [...] + or: git diff [] --cached [--merge-base] [] [--] [...] + or: git diff [] [--merge-base] [...] [--] [...] + or: git diff [] ...] [--] [...] + or: git diff [] ] + or: git diff [] --no-index [--] ] + +common diff options: + -z output diff-raw with lines terminated with NUL. + -p output patch format. + -u synonym for -p. + --patch-with-raw + output both a patch and the diff-raw format. + --stat show diffstat instead of patch. + --numstat show numeric diffstat instead of patch. + --patch-with-stat + output a patch and prepend its diffstat. + --name-only show only names of changed files. + --name-status show names and status of changed files. + --full-index show full object name on index lines. + --abbrev= abbreviate object names in diff-tree header and diff-raw. + -R swap input file pairs. + -B detect complete rewrites. + -M detect renames. + -C detect copies. + --find-copies-harder + try unchanged files as candidate for copy detection. + -l limit rename attempts up to paths. + -O reorder diffs according to the . + -S find filepair whose only one side contains the string. + --pickaxe-all + show all files diff when -S is used and hit is found. + -a --text treat all files as text. + diff --git a/vite.config.js b/vite.config.js index b034150..c0162a2 100755 --- a/vite.config.js +++ b/vite.config.js @@ -6,6 +6,6 @@ export default defineConfig({ plugins: [react()], server: { host: true, - allowedHosts: ['dev.msf.enode'] + allowedHosts: ['dev.msf.enode', 'demo-msf.kis-npo.ru'] } }) -- 2.40.1 From b601dedc0e298c78fa69521b596258d1f4431494 Mon Sep 17 00:00:00 2001 From: yuobrezkov Date: Wed, 26 Mar 2025 09:19:48 +0300 Subject: [PATCH 2/2] deleted stagged --- stagged | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 stagged diff --git a/stagged b/stagged deleted file mode 100644 index aae9d12..0000000 --- a/stagged +++ /dev/null @@ -1,34 +0,0 @@ -usage: git diff [] [] [--] [...] - or: git diff [] --cached [--merge-base] [] [--] [...] - or: git diff [] [--merge-base] [...] [--] [...] - or: git diff [] ...] [--] [...] - or: git diff [] ] - or: git diff [] --no-index [--] ] - -common diff options: - -z output diff-raw with lines terminated with NUL. - -p output patch format. - -u synonym for -p. - --patch-with-raw - output both a patch and the diff-raw format. - --stat show diffstat instead of patch. - --numstat show numeric diffstat instead of patch. - --patch-with-stat - output a patch and prepend its diffstat. - --name-only show only names of changed files. - --name-status show names and status of changed files. - --full-index show full object name on index lines. - --abbrev= abbreviate object names in diff-tree header and diff-raw. - -R swap input file pairs. - -B detect complete rewrites. - -M detect renames. - -C detect copies. - --find-copies-harder - try unchanged files as candidate for copy detection. - -l limit rename attempts up to paths. - -O reorder diffs according to the . - -S find filepair whose only one side contains the string. - --pickaxe-all - show all files diff when -S is used and hit is found. - -a --text treat all files as text. - -- 2.40.1