From 6dc72353d7c5ea47755a5c0d0c5a0eba534f500c Mon Sep 17 00:00:00 2001 From: SallarShayegan Date: Sun, 3 Aug 2025 13:04:12 +0200 Subject: [PATCH] unknown commit --- .gitignore | 0 binary_button.py | 0 circle_button.py | 0 colors.py | 0 exit | 34 ++++++++++++++++++++++++++++++++++ fonts.py | 0 knob.py | 0 knobs.py | 0 lozenge_button.py | 0 9 files changed, 34 insertions(+) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 binary_button.py mode change 100755 => 100644 circle_button.py mode change 100755 => 100644 colors.py create mode 100644 exit mode change 100755 => 100644 fonts.py mode change 100755 => 100644 knob.py mode change 100755 => 100644 knobs.py mode change 100755 => 100644 lozenge_button.py diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/binary_button.py b/binary_button.py old mode 100755 new mode 100644 diff --git a/circle_button.py b/circle_button.py old mode 100755 new mode 100644 diff --git a/colors.py b/colors.py old mode 100755 new mode 100644 diff --git a/exit b/exit new file mode 100644 index 0000000..a0d6801 --- /dev/null +++ b/exit @@ -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/fonts.py b/fonts.py old mode 100755 new mode 100644 diff --git a/knob.py b/knob.py old mode 100755 new mode 100644 diff --git a/knobs.py b/knobs.py old mode 100755 new mode 100644 diff --git a/lozenge_button.py b/lozenge_button.py old mode 100755 new mode 100644