Upload 328 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +15 -0
- git/.gitignore +1 -0
- git/LICENSE.txt +360 -0
- git/cmd/git.exe +0 -0
- git/cmd/scalar.exe +0 -0
- git/etc/bash.bash_logout +15 -0
- git/etc/bash.bashrc +69 -0
- git/etc/fstab +6 -0
- git/etc/gitattributes +23 -0
- git/etc/gitconfig +26 -0
- git/etc/libexec-moved.txt +9 -0
- git/etc/msystem +84 -0
- git/etc/nsswitch.conf +12 -0
- git/etc/package-versions.txt +54 -0
- git/etc/post-install/99-post-install-cleanup.post +6 -0
- git/etc/profile +179 -0
- git/etc/profile.d/bash_profile.sh +11 -0
- git/etc/profile.d/lang.sh +19 -0
- git/etc/ssh/moduli +0 -0
- git/etc/ssh/ssh_config +54 -0
- git/etc/ssh/sshd_config +116 -0
- git/mingw64/bin/Atlassian.Bitbucket.UI.Shared.dll +0 -0
- git/mingw64/bin/Atlassian.Bitbucket.UI.exe +0 -0
- git/mingw64/bin/Atlassian.Bitbucket.UI.exe.config +14 -0
- git/mingw64/bin/Atlassian.Bitbucket.dll +0 -0
- git/mingw64/bin/GitHub.UI.Shared.dll +0 -0
- git/mingw64/bin/GitHub.UI.exe +0 -0
- git/mingw64/bin/GitHub.UI.exe.config +14 -0
- git/mingw64/bin/GitHub.dll +0 -0
- git/mingw64/bin/GitLab.UI.Shared.dll +0 -0
- git/mingw64/bin/GitLab.UI.exe +0 -0
- git/mingw64/bin/GitLab.UI.exe.config +14 -0
- git/mingw64/bin/GitLab.dll +0 -0
- git/mingw64/bin/Microsoft.AzureRepos.dll +0 -0
- git/mingw64/bin/Microsoft.Identity.Client.Desktop.dll +0 -0
- git/mingw64/bin/Microsoft.Identity.Client.Extensions.Msal.dll +0 -0
- git/mingw64/bin/Microsoft.Identity.Client.dll +3 -0
- git/mingw64/bin/Microsoft.Web.WebView2.Core.dll +0 -0
- git/mingw64/bin/Microsoft.Web.WebView2.WinForms.dll +0 -0
- git/mingw64/bin/Microsoft.Web.WebView2.Wpf.dll +0 -0
- git/mingw64/bin/Newtonsoft.Json.dll +0 -0
- git/mingw64/bin/System.Buffers.dll +0 -0
- git/mingw64/bin/System.CommandLine.dll +0 -0
- git/mingw64/bin/System.Memory.dll +0 -0
- git/mingw64/bin/System.Numerics.Vectors.dll +0 -0
- git/mingw64/bin/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- git/mingw64/bin/WebView2Loader.dll +0 -0
- git/mingw64/bin/blocked-file-util.exe +0 -0
- git/mingw64/bin/brotli.exe +0 -0
- git/mingw64/bin/gcmcore.dll +0 -0
.gitattributes
CHANGED
@@ -52,3 +52,18 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
55 |
+
git/mingw64/bin/git-http-fetch.exe filter=lfs diff=lfs merge=lfs -text
|
56 |
+
git/mingw64/bin/git-http-push.exe filter=lfs diff=lfs merge=lfs -text
|
57 |
+
git/mingw64/bin/git-remote-https.exe filter=lfs diff=lfs merge=lfs -text
|
58 |
+
git/mingw64/bin/git-sh-i18n--envsubst.exe filter=lfs diff=lfs merge=lfs -text
|
59 |
+
git/mingw64/bin/git.exe filter=lfs diff=lfs merge=lfs -text
|
60 |
+
git/mingw64/bin/libcrypto-1_1-x64.dll filter=lfs diff=lfs merge=lfs -text
|
61 |
+
git/mingw64/bin/libiconv-2.dll filter=lfs diff=lfs merge=lfs -text
|
62 |
+
git/mingw64/bin/libunistring-2.dll filter=lfs diff=lfs merge=lfs -text
|
63 |
+
git/mingw64/bin/Microsoft.Identity.Client.dll filter=lfs diff=lfs merge=lfs -text
|
64 |
+
git/mingw64/bin/scalar.exe filter=lfs diff=lfs merge=lfs -text
|
65 |
+
git/usr/bin/msys-2.0.dll filter=lfs diff=lfs merge=lfs -text
|
66 |
+
git/usr/bin/msys-crypto-1.1.dll filter=lfs diff=lfs merge=lfs -text
|
67 |
+
git/usr/bin/msys-iconv-2.dll filter=lfs diff=lfs merge=lfs -text
|
68 |
+
git/usr/bin/msys-sqlite3-0.dll filter=lfs diff=lfs merge=lfs -text
|
69 |
+
git/usr/bin/sh.exe filter=lfs diff=lfs merge=lfs -text
|
git/.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*
|
git/LICENSE.txt
ADDED
@@ -0,0 +1,360 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Note that the only valid version of the GPL as far as this project
|
3 |
+
is concerned is _this_ particular version of the license (ie v2, not
|
4 |
+
v2.2 or v3.x or whatever), unless explicitly otherwise stated.
|
5 |
+
|
6 |
+
HOWEVER, in order to allow a migration to GPLv3 if that seems like
|
7 |
+
a good idea, I also ask that people involved with the project make
|
8 |
+
their preferences known. In particular, if you trust me to make that
|
9 |
+
decision, you might note so in your copyright message, ie something
|
10 |
+
like
|
11 |
+
|
12 |
+
This file is licensed under the GPL v2, or a later version
|
13 |
+
at the discretion of Linus.
|
14 |
+
|
15 |
+
might avoid issues. But we can also just decide to synchronize and
|
16 |
+
contact all copyright holders on record if/when the occasion arises.
|
17 |
+
|
18 |
+
Linus Torvalds
|
19 |
+
|
20 |
+
----------------------------------------
|
21 |
+
|
22 |
+
GNU GENERAL PUBLIC LICENSE
|
23 |
+
Version 2, June 1991
|
24 |
+
|
25 |
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
26 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
27 |
+
Everyone is permitted to copy and distribute verbatim copies
|
28 |
+
of this license document, but changing it is not allowed.
|
29 |
+
|
30 |
+
Preamble
|
31 |
+
|
32 |
+
The licenses for most software are designed to take away your
|
33 |
+
freedom to share and change it. By contrast, the GNU General Public
|
34 |
+
License is intended to guarantee your freedom to share and change free
|
35 |
+
software--to make sure the software is free for all its users. This
|
36 |
+
General Public License applies to most of the Free Software
|
37 |
+
Foundation's software and to any other program whose authors commit to
|
38 |
+
using it. (Some other Free Software Foundation software is covered by
|
39 |
+
the GNU Lesser General Public License instead.) You can apply it to
|
40 |
+
your programs, too.
|
41 |
+
|
42 |
+
When we speak of free software, we are referring to freedom, not
|
43 |
+
price. Our General Public Licenses are designed to make sure that you
|
44 |
+
have the freedom to distribute copies of free software (and charge for
|
45 |
+
this service if you wish), that you receive source code or can get it
|
46 |
+
if you want it, that you can change the software or use pieces of it
|
47 |
+
in new free programs; and that you know you can do these things.
|
48 |
+
|
49 |
+
To protect your rights, we need to make restrictions that forbid
|
50 |
+
anyone to deny you these rights or to ask you to surrender the rights.
|
51 |
+
These restrictions translate to certain responsibilities for you if you
|
52 |
+
distribute copies of the software, or if you modify it.
|
53 |
+
|
54 |
+
For example, if you distribute copies of such a program, whether
|
55 |
+
gratis or for a fee, you must give the recipients all the rights that
|
56 |
+
you have. You must make sure that they, too, receive or can get the
|
57 |
+
source code. And you must show them these terms so they know their
|
58 |
+
rights.
|
59 |
+
|
60 |
+
We protect your rights with two steps: (1) copyright the software, and
|
61 |
+
(2) offer you this license which gives you legal permission to copy,
|
62 |
+
distribute and/or modify the software.
|
63 |
+
|
64 |
+
Also, for each author's protection and ours, we want to make certain
|
65 |
+
that everyone understands that there is no warranty for this free
|
66 |
+
software. If the software is modified by someone else and passed on, we
|
67 |
+
want its recipients to know that what they have is not the original, so
|
68 |
+
that any problems introduced by others will not reflect on the original
|
69 |
+
authors' reputations.
|
70 |
+
|
71 |
+
Finally, any free program is threatened constantly by software
|
72 |
+
patents. We wish to avoid the danger that redistributors of a free
|
73 |
+
program will individually obtain patent licenses, in effect making the
|
74 |
+
program proprietary. To prevent this, we have made it clear that any
|
75 |
+
patent must be licensed for everyone's free use or not licensed at all.
|
76 |
+
|
77 |
+
The precise terms and conditions for copying, distribution and
|
78 |
+
modification follow.
|
79 |
+
|
80 |
+
GNU GENERAL PUBLIC LICENSE
|
81 |
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
82 |
+
|
83 |
+
0. This License applies to any program or other work which contains
|
84 |
+
a notice placed by the copyright holder saying it may be distributed
|
85 |
+
under the terms of this General Public License. The "Program", below,
|
86 |
+
refers to any such program or work, and a "work based on the Program"
|
87 |
+
means either the Program or any derivative work under copyright law:
|
88 |
+
that is to say, a work containing the Program or a portion of it,
|
89 |
+
either verbatim or with modifications and/or translated into another
|
90 |
+
language. (Hereinafter, translation is included without limitation in
|
91 |
+
the term "modification".) Each licensee is addressed as "you".
|
92 |
+
|
93 |
+
Activities other than copying, distribution and modification are not
|
94 |
+
covered by this License; they are outside its scope. The act of
|
95 |
+
running the Program is not restricted, and the output from the Program
|
96 |
+
is covered only if its contents constitute a work based on the
|
97 |
+
Program (independent of having been made by running the Program).
|
98 |
+
Whether that is true depends on what the Program does.
|
99 |
+
|
100 |
+
1. You may copy and distribute verbatim copies of the Program's
|
101 |
+
source code as you receive it, in any medium, provided that you
|
102 |
+
conspicuously and appropriately publish on each copy an appropriate
|
103 |
+
copyright notice and disclaimer of warranty; keep intact all the
|
104 |
+
notices that refer to this License and to the absence of any warranty;
|
105 |
+
and give any other recipients of the Program a copy of this License
|
106 |
+
along with the Program.
|
107 |
+
|
108 |
+
You may charge a fee for the physical act of transferring a copy, and
|
109 |
+
you may at your option offer warranty protection in exchange for a fee.
|
110 |
+
|
111 |
+
2. You may modify your copy or copies of the Program or any portion
|
112 |
+
of it, thus forming a work based on the Program, and copy and
|
113 |
+
distribute such modifications or work under the terms of Section 1
|
114 |
+
above, provided that you also meet all of these conditions:
|
115 |
+
|
116 |
+
a) You must cause the modified files to carry prominent notices
|
117 |
+
stating that you changed the files and the date of any change.
|
118 |
+
|
119 |
+
b) You must cause any work that you distribute or publish, that in
|
120 |
+
whole or in part contains or is derived from the Program or any
|
121 |
+
part thereof, to be licensed as a whole at no charge to all third
|
122 |
+
parties under the terms of this License.
|
123 |
+
|
124 |
+
c) If the modified program normally reads commands interactively
|
125 |
+
when run, you must cause it, when started running for such
|
126 |
+
interactive use in the most ordinary way, to print or display an
|
127 |
+
announcement including an appropriate copyright notice and a
|
128 |
+
notice that there is no warranty (or else, saying that you provide
|
129 |
+
a warranty) and that users may redistribute the program under
|
130 |
+
these conditions, and telling the user how to view a copy of this
|
131 |
+
License. (Exception: if the Program itself is interactive but
|
132 |
+
does not normally print such an announcement, your work based on
|
133 |
+
the Program is not required to print an announcement.)
|
134 |
+
|
135 |
+
These requirements apply to the modified work as a whole. If
|
136 |
+
identifiable sections of that work are not derived from the Program,
|
137 |
+
and can be reasonably considered independent and separate works in
|
138 |
+
themselves, then this License, and its terms, do not apply to those
|
139 |
+
sections when you distribute them as separate works. But when you
|
140 |
+
distribute the same sections as part of a whole which is a work based
|
141 |
+
on the Program, the distribution of the whole must be on the terms of
|
142 |
+
this License, whose permissions for other licensees extend to the
|
143 |
+
entire whole, and thus to each and every part regardless of who wrote it.
|
144 |
+
|
145 |
+
Thus, it is not the intent of this section to claim rights or contest
|
146 |
+
your rights to work written entirely by you; rather, the intent is to
|
147 |
+
exercise the right to control the distribution of derivative or
|
148 |
+
collective works based on the Program.
|
149 |
+
|
150 |
+
In addition, mere aggregation of another work not based on the Program
|
151 |
+
with the Program (or with a work based on the Program) on a volume of
|
152 |
+
a storage or distribution medium does not bring the other work under
|
153 |
+
the scope of this License.
|
154 |
+
|
155 |
+
3. You may copy and distribute the Program (or a work based on it,
|
156 |
+
under Section 2) in object code or executable form under the terms of
|
157 |
+
Sections 1 and 2 above provided that you also do one of the following:
|
158 |
+
|
159 |
+
a) Accompany it with the complete corresponding machine-readable
|
160 |
+
source code, which must be distributed under the terms of Sections
|
161 |
+
1 and 2 above on a medium customarily used for software interchange; or,
|
162 |
+
|
163 |
+
b) Accompany it with a written offer, valid for at least three
|
164 |
+
years, to give any third party, for a charge no more than your
|
165 |
+
cost of physically performing source distribution, a complete
|
166 |
+
machine-readable copy of the corresponding source code, to be
|
167 |
+
distributed under the terms of Sections 1 and 2 above on a medium
|
168 |
+
customarily used for software interchange; or,
|
169 |
+
|
170 |
+
c) Accompany it with the information you received as to the offer
|
171 |
+
to distribute corresponding source code. (This alternative is
|
172 |
+
allowed only for noncommercial distribution and only if you
|
173 |
+
received the program in object code or executable form with such
|
174 |
+
an offer, in accord with Subsection b above.)
|
175 |
+
|
176 |
+
The source code for a work means the preferred form of the work for
|
177 |
+
making modifications to it. For an executable work, complete source
|
178 |
+
code means all the source code for all modules it contains, plus any
|
179 |
+
associated interface definition files, plus the scripts used to
|
180 |
+
control compilation and installation of the executable. However, as a
|
181 |
+
special exception, the source code distributed need not include
|
182 |
+
anything that is normally distributed (in either source or binary
|
183 |
+
form) with the major components (compiler, kernel, and so on) of the
|
184 |
+
operating system on which the executable runs, unless that component
|
185 |
+
itself accompanies the executable.
|
186 |
+
|
187 |
+
If distribution of executable or object code is made by offering
|
188 |
+
access to copy from a designated place, then offering equivalent
|
189 |
+
access to copy the source code from the same place counts as
|
190 |
+
distribution of the source code, even though third parties are not
|
191 |
+
compelled to copy the source along with the object code.
|
192 |
+
|
193 |
+
4. You may not copy, modify, sublicense, or distribute the Program
|
194 |
+
except as expressly provided under this License. Any attempt
|
195 |
+
otherwise to copy, modify, sublicense or distribute the Program is
|
196 |
+
void, and will automatically terminate your rights under this License.
|
197 |
+
However, parties who have received copies, or rights, from you under
|
198 |
+
this License will not have their licenses terminated so long as such
|
199 |
+
parties remain in full compliance.
|
200 |
+
|
201 |
+
5. You are not required to accept this License, since you have not
|
202 |
+
signed it. However, nothing else grants you permission to modify or
|
203 |
+
distribute the Program or its derivative works. These actions are
|
204 |
+
prohibited by law if you do not accept this License. Therefore, by
|
205 |
+
modifying or distributing the Program (or any work based on the
|
206 |
+
Program), you indicate your acceptance of this License to do so, and
|
207 |
+
all its terms and conditions for copying, distributing or modifying
|
208 |
+
the Program or works based on it.
|
209 |
+
|
210 |
+
6. Each time you redistribute the Program (or any work based on the
|
211 |
+
Program), the recipient automatically receives a license from the
|
212 |
+
original licensor to copy, distribute or modify the Program subject to
|
213 |
+
these terms and conditions. You may not impose any further
|
214 |
+
restrictions on the recipients' exercise of the rights granted herein.
|
215 |
+
You are not responsible for enforcing compliance by third parties to
|
216 |
+
this License.
|
217 |
+
|
218 |
+
7. If, as a consequence of a court judgment or allegation of patent
|
219 |
+
infringement or for any other reason (not limited to patent issues),
|
220 |
+
conditions are imposed on you (whether by court order, agreement or
|
221 |
+
otherwise) that contradict the conditions of this License, they do not
|
222 |
+
excuse you from the conditions of this License. If you cannot
|
223 |
+
distribute so as to satisfy simultaneously your obligations under this
|
224 |
+
License and any other pertinent obligations, then as a consequence you
|
225 |
+
may not distribute the Program at all. For example, if a patent
|
226 |
+
license would not permit royalty-free redistribution of the Program by
|
227 |
+
all those who receive copies directly or indirectly through you, then
|
228 |
+
the only way you could satisfy both it and this License would be to
|
229 |
+
refrain entirely from distribution of the Program.
|
230 |
+
|
231 |
+
If any portion of this section is held invalid or unenforceable under
|
232 |
+
any particular circumstance, the balance of the section is intended to
|
233 |
+
apply and the section as a whole is intended to apply in other
|
234 |
+
circumstances.
|
235 |
+
|
236 |
+
It is not the purpose of this section to induce you to infringe any
|
237 |
+
patents or other property right claims or to contest validity of any
|
238 |
+
such claims; this section has the sole purpose of protecting the
|
239 |
+
integrity of the free software distribution system, which is
|
240 |
+
implemented by public license practices. Many people have made
|
241 |
+
generous contributions to the wide range of software distributed
|
242 |
+
through that system in reliance on consistent application of that
|
243 |
+
system; it is up to the author/donor to decide if he or she is willing
|
244 |
+
to distribute software through any other system and a licensee cannot
|
245 |
+
impose that choice.
|
246 |
+
|
247 |
+
This section is intended to make thoroughly clear what is believed to
|
248 |
+
be a consequence of the rest of this License.
|
249 |
+
|
250 |
+
8. If the distribution and/or use of the Program is restricted in
|
251 |
+
certain countries either by patents or by copyrighted interfaces, the
|
252 |
+
original copyright holder who places the Program under this License
|
253 |
+
may add an explicit geographical distribution limitation excluding
|
254 |
+
those countries, so that distribution is permitted only in or among
|
255 |
+
countries not thus excluded. In such case, this License incorporates
|
256 |
+
the limitation as if written in the body of this License.
|
257 |
+
|
258 |
+
9. The Free Software Foundation may publish revised and/or new versions
|
259 |
+
of the General Public License from time to time. Such new versions will
|
260 |
+
be similar in spirit to the present version, but may differ in detail to
|
261 |
+
address new problems or concerns.
|
262 |
+
|
263 |
+
Each version is given a distinguishing version number. If the Program
|
264 |
+
specifies a version number of this License which applies to it and "any
|
265 |
+
later version", you have the option of following the terms and conditions
|
266 |
+
either of that version or of any later version published by the Free
|
267 |
+
Software Foundation. If the Program does not specify a version number of
|
268 |
+
this License, you may choose any version ever published by the Free Software
|
269 |
+
Foundation.
|
270 |
+
|
271 |
+
10. If you wish to incorporate parts of the Program into other free
|
272 |
+
programs whose distribution conditions are different, write to the author
|
273 |
+
to ask for permission. For software which is copyrighted by the Free
|
274 |
+
Software Foundation, write to the Free Software Foundation; we sometimes
|
275 |
+
make exceptions for this. Our decision will be guided by the two goals
|
276 |
+
of preserving the free status of all derivatives of our free software and
|
277 |
+
of promoting the sharing and reuse of software generally.
|
278 |
+
|
279 |
+
NO WARRANTY
|
280 |
+
|
281 |
+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
282 |
+
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
283 |
+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
284 |
+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
285 |
+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
286 |
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
287 |
+
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
288 |
+
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
289 |
+
REPAIR OR CORRECTION.
|
290 |
+
|
291 |
+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
292 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
293 |
+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
294 |
+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
295 |
+
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
296 |
+
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
297 |
+
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
298 |
+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
299 |
+
POSSIBILITY OF SUCH DAMAGES.
|
300 |
+
|
301 |
+
END OF TERMS AND CONDITIONS
|
302 |
+
|
303 |
+
How to Apply These Terms to Your New Programs
|
304 |
+
|
305 |
+
If you develop a new program, and you want it to be of the greatest
|
306 |
+
possible use to the public, the best way to achieve this is to make it
|
307 |
+
free software which everyone can redistribute and change under these terms.
|
308 |
+
|
309 |
+
To do so, attach the following notices to the program. It is safest
|
310 |
+
to attach them to the start of each source file to most effectively
|
311 |
+
convey the exclusion of warranty; and each file should have at least
|
312 |
+
the "copyright" line and a pointer to where the full notice is found.
|
313 |
+
|
314 |
+
<one line to give the program's name and a brief idea of what it does.>
|
315 |
+
Copyright (C) <year> <name of author>
|
316 |
+
|
317 |
+
This program is free software; you can redistribute it and/or modify
|
318 |
+
it under the terms of the GNU General Public License as published by
|
319 |
+
the Free Software Foundation; either version 2 of the License, or
|
320 |
+
(at your option) any later version.
|
321 |
+
|
322 |
+
This program is distributed in the hope that it will be useful,
|
323 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
324 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
325 |
+
GNU General Public License for more details.
|
326 |
+
|
327 |
+
You should have received a copy of the GNU General Public License along
|
328 |
+
with this program; if not, write to the Free Software Foundation, Inc.,
|
329 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
330 |
+
|
331 |
+
Also add information on how to contact you by electronic and paper mail.
|
332 |
+
|
333 |
+
If the program is interactive, make it output a short notice like this
|
334 |
+
when it starts in an interactive mode:
|
335 |
+
|
336 |
+
Gnomovision version 69, Copyright (C) year name of author
|
337 |
+
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
338 |
+
This is free software, and you are welcome to redistribute it
|
339 |
+
under certain conditions; type `show c' for details.
|
340 |
+
|
341 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
342 |
+
parts of the General Public License. Of course, the commands you use may
|
343 |
+
be called something other than `show w' and `show c'; they could even be
|
344 |
+
mouse-clicks or menu items--whatever suits your program.
|
345 |
+
|
346 |
+
You should also get your employer (if you work as a programmer) or your
|
347 |
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
348 |
+
necessary. Here is a sample; alter the names:
|
349 |
+
|
350 |
+
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
351 |
+
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
352 |
+
|
353 |
+
<signature of Ty Coon>, 1 April 1989
|
354 |
+
Ty Coon, President of Vice
|
355 |
+
|
356 |
+
This General Public License does not permit incorporating your program into
|
357 |
+
proprietary programs. If your program is a subroutine library, you may
|
358 |
+
consider it more useful to permit linking proprietary applications with the
|
359 |
+
library. If this is what you want to do, use the GNU Lesser General
|
360 |
+
Public License instead of this License.
|
git/cmd/git.exe
ADDED
Binary file (45.1 kB). View file
|
|
git/cmd/scalar.exe
ADDED
Binary file (45.1 kB). View file
|
|
git/etc/bash.bash_logout
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# To the extent possible under law, the author(s) have dedicated all
|
2 |
+
# copyright and related and neighboring rights to this software to the
|
3 |
+
# public domain worldwide. This software is distributed without any warranty.
|
4 |
+
# You should have received a copy of the CC0 Public Domain Dedication along
|
5 |
+
# with this software.
|
6 |
+
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
7 |
+
|
8 |
+
# /etc/bash.bash_logout: executed by bash(1) when login shell exits.
|
9 |
+
|
10 |
+
# System-wide bashrc file
|
11 |
+
|
12 |
+
# when leaving the console clear the screen to increase privacy
|
13 |
+
if [ "$SHLVL" = 1 ]; then
|
14 |
+
[ -x /usr/bin/clear ] && /usr/bin/clear
|
15 |
+
fi
|
git/etc/bash.bashrc
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# To the extent possible under law, the author(s) have dedicated all
|
2 |
+
# copyright and related and neighboring rights to this software to the
|
3 |
+
# public domain worldwide. This software is distributed without any warranty.
|
4 |
+
# You should have received a copy of the CC0 Public Domain Dedication along
|
5 |
+
# with this software.
|
6 |
+
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
7 |
+
|
8 |
+
# /etc/bash.bashrc: executed by bash(1) for interactive shells.
|
9 |
+
|
10 |
+
# System-wide bashrc file
|
11 |
+
|
12 |
+
# Check that we haven't already been sourced.
|
13 |
+
([[ -z ${CYG_SYS_BASHRC} ]] && CYG_SYS_BASHRC="1") || return
|
14 |
+
|
15 |
+
# If not running interactively, don't do anything
|
16 |
+
[[ "$-" != *i* ]] && return
|
17 |
+
|
18 |
+
# If started from sshd, make sure profile is sourced
|
19 |
+
if [[ -n "$SSH_CONNECTION" ]] && [[ "$PATH" != *:/usr/bin* ]]; then
|
20 |
+
source /etc/profile
|
21 |
+
fi
|
22 |
+
|
23 |
+
# Warnings
|
24 |
+
unset _warning_found
|
25 |
+
for _warning_prefix in '' ${MINGW_PREFIX}; do
|
26 |
+
for _warning_file in ${_warning_prefix}/etc/profile.d/*.warning{.once,}; do
|
27 |
+
test -f "${_warning_file}" || continue
|
28 |
+
_warning="$(command sed 's/^/\t\t/' "${_warning_file}" 2>/dev/null)"
|
29 |
+
if test -n "${_warning}"; then
|
30 |
+
if test -z "${_warning_found}"; then
|
31 |
+
_warning_found='true'
|
32 |
+
echo
|
33 |
+
fi
|
34 |
+
if test -t 1
|
35 |
+
then printf "\t\e[1;33mwarning:\e[0m\n${_warning}\n\n"
|
36 |
+
else printf "\twarning:\n${_warning}\n\n"
|
37 |
+
fi
|
38 |
+
fi
|
39 |
+
[[ "${_warning_file}" = *.once ]] && rm -f "${_warning_file}"
|
40 |
+
done
|
41 |
+
done
|
42 |
+
unset _warning_found
|
43 |
+
unset _warning_prefix
|
44 |
+
unset _warning_file
|
45 |
+
unset _warning
|
46 |
+
|
47 |
+
# If MSYS2_PS1 is set, use that as default PS1;
|
48 |
+
# if a PS1 is already set and exported, use that;
|
49 |
+
# otherwise set a default prompt
|
50 |
+
# of user@host, MSYSTEM variable, and current_directory
|
51 |
+
[[ -n "${MSYS2_PS1}" ]] && export PS1="${MSYS2_PS1}"
|
52 |
+
# if we have the "High Mandatory Level" group, it means we're elevated
|
53 |
+
#if [[ -n "$(command -v getent)" ]] && id -G | grep -q "$(getent -w group 'S-1-16-12288' | cut -d: -f2)"
|
54 |
+
# then _ps1_symbol='\[\e[1m\]#\[\e[0m\]'
|
55 |
+
# else _ps1_symbol='\$'
|
56 |
+
#fi
|
57 |
+
case "$(declare -p PS1 2>/dev/null)" in
|
58 |
+
'declare -x '*) ;; # okay
|
59 |
+
*)
|
60 |
+
export PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[35m\]$MSYSTEM\[\e[0m\] \[\e[33m\]\w\[\e[0m\]\n'"${_ps1_symbol}"' '
|
61 |
+
;;
|
62 |
+
esac
|
63 |
+
unset _ps1_symbol
|
64 |
+
|
65 |
+
# Uncomment to use the terminal colours set in DIR_COLORS
|
66 |
+
# eval "$(dircolors -b /etc/DIR_COLORS)"
|
67 |
+
|
68 |
+
# Fixup git-bash in non login env
|
69 |
+
shopt -q login_shell || . /etc/profile.d/git-prompt.sh
|
git/etc/fstab
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# For a description of the file format, see the Users Guide
|
2 |
+
# https://cygwin.com/cygwin-ug-net/using.html#mount-table
|
3 |
+
|
4 |
+
# DO NOT REMOVE NEXT LINE. It remove cygdrive prefix from path
|
5 |
+
none / cygdrive binary,posix=0,noacl,user 0 0
|
6 |
+
none /tmp usertemp binary,posix=0,noacl 0 0
|
git/etc/gitattributes
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.doc diff=astextplain
|
2 |
+
*.DOC diff=astextplain
|
3 |
+
*.docx diff=astextplain
|
4 |
+
*.DOCX diff=astextplain
|
5 |
+
*.docm diff=astextplain
|
6 |
+
*.DOCM diff=astextplain
|
7 |
+
*.dot diff=astextplain
|
8 |
+
*.DOT diff=astextplain
|
9 |
+
*.dotx diff=astextplain
|
10 |
+
*.DOTX diff=astextplain
|
11 |
+
*.dotm diff=astextplain
|
12 |
+
*.DOTM diff=astextplain
|
13 |
+
*.pdf diff=astextplain
|
14 |
+
*.PDF diff=astextplain
|
15 |
+
*.rtf diff=astextplain
|
16 |
+
*.RTF diff=astextplain
|
17 |
+
*.ods diff=astextplain
|
18 |
+
*.ODS diff=astextplain
|
19 |
+
*.odf diff=astextplain
|
20 |
+
*.ODF diff=astextplain
|
21 |
+
*.odt diff=astextplain
|
22 |
+
*.ODT diff=astextplain
|
23 |
+
|
git/etc/gitconfig
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[core]
|
2 |
+
symlinks = false
|
3 |
+
autocrlf = true
|
4 |
+
[color]
|
5 |
+
interactive = true
|
6 |
+
ui = auto
|
7 |
+
[pack]
|
8 |
+
packSizeLimit = 2g
|
9 |
+
[help]
|
10 |
+
format = html
|
11 |
+
[diff "astextplain"]
|
12 |
+
textconv = astextplain
|
13 |
+
[rebase]
|
14 |
+
autosquash = true
|
15 |
+
[filter "lfs"]
|
16 |
+
clean = git-lfs clean -- %f
|
17 |
+
smudge = git-lfs smudge -- %f
|
18 |
+
process = git-lfs filter-process
|
19 |
+
required = true
|
20 |
+
[credential]
|
21 |
+
helper = manager
|
22 |
+
[include]
|
23 |
+
; include Git for Windows' system config in order
|
24 |
+
; to inherit settings like `core.autocrlf`
|
25 |
+
path = C:/Program Files (x86)/Git/etc/gitconfig
|
26 |
+
path = C:/Program Files/Git/etc/gitconfig
|
git/etc/libexec-moved.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
mingw64/libexec/git-core/git-credential-wincred.exe
|
2 |
+
mingw64/libexec/git-core/git-http-fetch.exe
|
3 |
+
mingw64/libexec/git-core/git-http-push.exe
|
4 |
+
mingw64/libexec/git-core/git-remote-http.exe
|
5 |
+
mingw64/libexec/git-core/git-remote-https.exe
|
6 |
+
mingw64/libexec/git-core/git-sh-i18n--envsubst.exe
|
7 |
+
mingw64/libexec/git-core/git.exe
|
8 |
+
mingw64/libexec/git-core/headless-git.exe
|
9 |
+
mingw64/libexec/git-core/scalar.exe
|
git/etc/msystem
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# MSYSTEM Environment Information
|
2 |
+
# Copyright (C) 2016 Renato Silva
|
3 |
+
# Licensed under public domain
|
4 |
+
|
5 |
+
# Once sourced, this script provides common information associated with the
|
6 |
+
# current MSYSTEM. For example, the compiler architecture and host type.
|
7 |
+
|
8 |
+
# The MSYSTEM_ prefix is used for avoiding too generic names. For example,
|
9 |
+
# makepkg is sensitive to the value of CARCH, so MSYSTEM_CARCH is defined
|
10 |
+
# instead. The MINGW_ prefix does not influence makepkg-mingw variables and
|
11 |
+
# is not used for the MSYS shell.
|
12 |
+
|
13 |
+
export MSYSTEM="${MSYSTEM:-MSYS}"
|
14 |
+
|
15 |
+
unset MSYSTEM_PREFIX
|
16 |
+
unset MSYSTEM_CARCH
|
17 |
+
unset MSYSTEM_CHOST
|
18 |
+
|
19 |
+
unset MINGW_CHOST
|
20 |
+
unset MINGW_PREFIX
|
21 |
+
unset MINGW_PACKAGE_PREFIX
|
22 |
+
|
23 |
+
case "${MSYSTEM}" in
|
24 |
+
MINGW32)
|
25 |
+
MSYSTEM_PREFIX='/mingw32'
|
26 |
+
MSYSTEM_CARCH='i686'
|
27 |
+
MSYSTEM_CHOST='i686-w64-mingw32'
|
28 |
+
MINGW_CHOST="${MSYSTEM_CHOST}"
|
29 |
+
MINGW_PREFIX="${MSYSTEM_PREFIX}"
|
30 |
+
MINGW_PACKAGE_PREFIX="mingw-w64-${MSYSTEM_CARCH}"
|
31 |
+
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
|
32 |
+
;;
|
33 |
+
MINGW64)
|
34 |
+
MSYSTEM_PREFIX='/mingw64'
|
35 |
+
MSYSTEM_CARCH='x86_64'
|
36 |
+
MSYSTEM_CHOST='x86_64-w64-mingw32'
|
37 |
+
MINGW_CHOST="${MSYSTEM_CHOST}"
|
38 |
+
MINGW_PREFIX="${MSYSTEM_PREFIX}"
|
39 |
+
MINGW_PACKAGE_PREFIX="mingw-w64-${MSYSTEM_CARCH}"
|
40 |
+
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
|
41 |
+
;;
|
42 |
+
CLANG32)
|
43 |
+
MSYSTEM_PREFIX='/clang32'
|
44 |
+
MSYSTEM_CARCH='i686'
|
45 |
+
MSYSTEM_CHOST='i686-w64-mingw32'
|
46 |
+
MINGW_CHOST="${MSYSTEM_CHOST}"
|
47 |
+
MINGW_PREFIX="${MSYSTEM_PREFIX}"
|
48 |
+
MINGW_PACKAGE_PREFIX="mingw-w64-clang-${MSYSTEM_CARCH}"
|
49 |
+
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
|
50 |
+
;;
|
51 |
+
CLANG64)
|
52 |
+
MSYSTEM_PREFIX='/clang64'
|
53 |
+
MSYSTEM_CARCH='x86_64'
|
54 |
+
MSYSTEM_CHOST='x86_64-w64-mingw32'
|
55 |
+
MINGW_CHOST="${MSYSTEM_CHOST}"
|
56 |
+
MINGW_PREFIX="${MSYSTEM_PREFIX}"
|
57 |
+
MINGW_PACKAGE_PREFIX="mingw-w64-clang-${MSYSTEM_CARCH}"
|
58 |
+
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
|
59 |
+
;;
|
60 |
+
CLANGARM64)
|
61 |
+
MSYSTEM_PREFIX='/clangarm64'
|
62 |
+
MSYSTEM_CARCH='aarch64'
|
63 |
+
MSYSTEM_CHOST='aarch64-w64-mingw32'
|
64 |
+
MINGW_CHOST="${MSYSTEM_CHOST}"
|
65 |
+
MINGW_PREFIX="${MSYSTEM_PREFIX}"
|
66 |
+
MINGW_PACKAGE_PREFIX="mingw-w64-clang-${MSYSTEM_CARCH}"
|
67 |
+
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
|
68 |
+
;;
|
69 |
+
UCRT64)
|
70 |
+
MSYSTEM_PREFIX='/ucrt64'
|
71 |
+
MSYSTEM_CARCH='x86_64'
|
72 |
+
MSYSTEM_CHOST='x86_64-w64-mingw32'
|
73 |
+
MINGW_CHOST="${MSYSTEM_CHOST}"
|
74 |
+
MINGW_PREFIX="${MSYSTEM_PREFIX}"
|
75 |
+
MINGW_PACKAGE_PREFIX="mingw-w64-ucrt-${MSYSTEM_CARCH}"
|
76 |
+
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST MINGW_CHOST MINGW_PREFIX MINGW_PACKAGE_PREFIX
|
77 |
+
;;
|
78 |
+
*)
|
79 |
+
MSYSTEM_PREFIX='/usr'
|
80 |
+
MSYSTEM_CARCH="$(/usr/bin/uname -m)"
|
81 |
+
MSYSTEM_CHOST="$(/usr/bin/uname -m)-pc-msys"
|
82 |
+
export MSYSTEM_PREFIX MSYSTEM_CARCH MSYSTEM_CHOST
|
83 |
+
;;
|
84 |
+
esac
|
git/etc/nsswitch.conf
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Begin /etc/nsswitch.conf
|
2 |
+
|
3 |
+
passwd: files db
|
4 |
+
group: files # db
|
5 |
+
|
6 |
+
db_enum: cache builtin
|
7 |
+
|
8 |
+
db_home: env windows cygwin desc
|
9 |
+
db_shell: env windows # cygwin desc
|
10 |
+
db_gecos: env # cygwin desc
|
11 |
+
|
12 |
+
# End /etc/nsswitch.conf
|
git/etc/package-versions.txt
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gawk 5.0.0-1
|
2 |
+
coreutils 8.32-5
|
3 |
+
diffutils 3.8-4
|
4 |
+
findutils 4.9.0-3
|
5 |
+
gcc-libs 11.3.0-2
|
6 |
+
git-extra 1.1.612.56636bbd4-1
|
7 |
+
gmp 6.2.1-2
|
8 |
+
gmp 6.2.1-2
|
9 |
+
grep 1~3.0-6
|
10 |
+
heimdal-libs 7.8.0-3
|
11 |
+
libcbor 0.9.0-1
|
12 |
+
libcrypt 2.1-4
|
13 |
+
libfido2 1.12.0-1
|
14 |
+
libiconv 1.17-1
|
15 |
+
libintl 0.21-2
|
16 |
+
libopenssl 1.1.1.s-1
|
17 |
+
libpcre 8.45-3
|
18 |
+
libreadline 8.2.001-1
|
19 |
+
libsqlite 3.40.0-1
|
20 |
+
mingw-w64-x86_64-brotli 1.0.9-5
|
21 |
+
mingw-w64-x86_64-ca-certificates 20211016-3
|
22 |
+
mingw-w64-x86_64-curl 7.87.0-2
|
23 |
+
mingw-w64-x86_64-expat 2.5.0-1
|
24 |
+
mingw-w64-x86_64-gcc-libs 12.2.0-6
|
25 |
+
mingw-w64-x86_64-gettext 0.21-3
|
26 |
+
mingw-w64-x86_64-git 2.39.2.1.a82fa99b36-1
|
27 |
+
mingw-w64-x86_64-git-credential-manager 2.0.886-1
|
28 |
+
mingw-w64-x86_64-gmp 6.2.1-3
|
29 |
+
mingw-w64-x86_64-libffi 3.4.4-1
|
30 |
+
mingw-w64-x86_64-libiconv 1.17-1
|
31 |
+
mingw-w64-x86_64-libidn2 2.3.3-1
|
32 |
+
mingw-w64-x86_64-libpsl 0.21.1-4
|
33 |
+
mingw-w64-x86_64-libssh2 1.10.0-1
|
34 |
+
mingw-w64-x86_64-libtasn1 4.19.0-1
|
35 |
+
mingw-w64-x86_64-libunistring 1.0-1
|
36 |
+
mingw-w64-x86_64-libwinpthread-git 10.0.0.r157.gd295924f0-1
|
37 |
+
mingw-w64-x86_64-mpc 1.3.0-2
|
38 |
+
mingw-w64-x86_64-mpfr 4.1.1.p1-1
|
39 |
+
mingw-w64-x86_64-nghttp2 1.51.0-1
|
40 |
+
mingw-w64-x86_64-openssl 1.1.1.s-1
|
41 |
+
mingw-w64-x86_64-pcre2 10.42-1
|
42 |
+
mingw-w64-x86_64-zlib 1.2.13-2
|
43 |
+
mingw-w64-x86_64-zstd 1.5.2-2
|
44 |
+
mpfr 4.1.1.p1-1
|
45 |
+
msys2-runtime 3.3.6-2
|
46 |
+
ncurses 6.3-3
|
47 |
+
openssh 9.1p1-1
|
48 |
+
openssl 1.1.1.s-1
|
49 |
+
sed 4.9-1
|
50 |
+
bash 5.2.012-1
|
51 |
+
zlib 1.2.13-1
|
52 |
+
filesystem 2022.01-7
|
53 |
+
dash 0.5.11.5-2
|
54 |
+
rebase 4.5.0-2
|
git/etc/post-install/99-post-install-cleanup.post
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Only remove post-install scripts if we're not in the SDK.
|
2 |
+
# They need to be there to build the installer packages.
|
3 |
+
if [ -f /ReleaseNotes.html -o -f /README.portable ]
|
4 |
+
then
|
5 |
+
rm -rf /etc/post-install
|
6 |
+
fi
|
git/etc/profile
ADDED
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# To the extent possible under law, the author(s) have dedicated all
|
2 |
+
# copyright and related and neighboring rights to this software to the
|
3 |
+
# public domain worldwide. This software is distributed without any warranty.
|
4 |
+
# You should have received a copy of the CC0 Public Domain Dedication along
|
5 |
+
# with this software.
|
6 |
+
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
7 |
+
|
8 |
+
|
9 |
+
# System-wide profile file
|
10 |
+
|
11 |
+
# Some resources...
|
12 |
+
# Customizing Your Shell: http://www.dsl.org/cookbook/cookbook_5.html#SEC69
|
13 |
+
# Consistent BackSpace and Delete Configuration:
|
14 |
+
# http://www.ibb.net/~anne/keyboard.html
|
15 |
+
# The Linux Documentation Project: https://www.tldp.org/
|
16 |
+
# The Linux Cookbook: https://www.tldp.org/LDP/linuxcookbook/html/
|
17 |
+
# Greg's Wiki https://mywiki.wooledge.org/
|
18 |
+
|
19 |
+
# Setup some default paths. Note that this order will allow user installed
|
20 |
+
# software to override 'system' software.
|
21 |
+
# Modifying these default path settings can be done in different ways.
|
22 |
+
# To learn more about startup files, refer to your shell's man page.
|
23 |
+
|
24 |
+
MSYS2_PATH="/usr/local/bin:/usr/bin:/bin"
|
25 |
+
MANPATH='/usr/local/man:/usr/share/man:/usr/man:/share/man'
|
26 |
+
INFOPATH='/usr/local/info:/usr/share/info:/usr/info:/share/info'
|
27 |
+
|
28 |
+
case "${MSYS2_PATH_TYPE:-inherit}" in
|
29 |
+
strict)
|
30 |
+
# Do not inherit any path configuration, and allow for full customization
|
31 |
+
# of external path. This is supposed to be used in special cases such as
|
32 |
+
# debugging without need to change this file, but not daily usage.
|
33 |
+
unset ORIGINAL_PATH
|
34 |
+
;;
|
35 |
+
inherit)
|
36 |
+
# Inherit previous path. Note that this will make all of the Windows path
|
37 |
+
# available in current shell, with possible interference in project builds.
|
38 |
+
ORIGINAL_PATH="${ORIGINAL_PATH:-${PATH}}"
|
39 |
+
;;
|
40 |
+
*)
|
41 |
+
# Do not inherit any path configuration but configure a default Windows path
|
42 |
+
# suitable for normal usage with minimal external interference.
|
43 |
+
WIN_ROOT="$(PATH=${MSYS2_PATH} exec cygpath -Wu)"
|
44 |
+
ORIGINAL_PATH="${WIN_ROOT}/System32:${WIN_ROOT}:${WIN_ROOT}/System32/Wbem:${WIN_ROOT}/System32/WindowsPowerShell/v1.0/"
|
45 |
+
esac
|
46 |
+
|
47 |
+
unset MINGW_MOUNT_POINT
|
48 |
+
. '/etc/msystem'
|
49 |
+
case "${MSYSTEM}" in
|
50 |
+
MINGW*|CLANG*|UCRT*)
|
51 |
+
MINGW_MOUNT_POINT="${MINGW_PREFIX}"
|
52 |
+
PATH="${MINGW_MOUNT_POINT}/bin:${MSYS2_PATH}${ORIGINAL_PATH:+:${ORIGINAL_PATH}}"
|
53 |
+
PKG_CONFIG_PATH="${MINGW_MOUNT_POINT}/lib/pkgconfig:${MINGW_MOUNT_POINT}/share/pkgconfig"
|
54 |
+
PKG_CONFIG_SYSTEM_INCLUDE_PATH="${MINGW_MOUNT_POINT}/include"
|
55 |
+
PKG_CONFIG_SYSTEM_LIBRARY_PATH="${MINGW_MOUNT_POINT}/lib"
|
56 |
+
ACLOCAL_PATH="${MINGW_MOUNT_POINT}/share/aclocal:/usr/share/aclocal"
|
57 |
+
MANPATH="${MINGW_MOUNT_POINT}/local/man:${MINGW_MOUNT_POINT}/share/man:${MANPATH}"
|
58 |
+
INFOPATH="${MINGW_MOUNT_POINT}/local/info:${MINGW_MOUNT_POINT}/share/info:${INFOPATH}"
|
59 |
+
;;
|
60 |
+
*)
|
61 |
+
PATH="${MSYS2_PATH}:/opt/bin${ORIGINAL_PATH:+:${ORIGINAL_PATH}}"
|
62 |
+
PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/share/pkgconfig:/lib/pkgconfig"
|
63 |
+
esac
|
64 |
+
|
65 |
+
CONFIG_SITE="/etc/config.site"
|
66 |
+
|
67 |
+
MAYBE_FIRST_START=false
|
68 |
+
SYSCONFDIR="${SYSCONFDIR:=/etc}"
|
69 |
+
|
70 |
+
# TMP and TEMP as defined in the Windows environment must be kept
|
71 |
+
# for windows apps, even if started from msys2. However, leaving
|
72 |
+
# them set to the default Windows temporary directory or unset
|
73 |
+
# can have unexpected consequences for msys2 apps, so we define
|
74 |
+
# our own to match GNU/Linux behaviour.
|
75 |
+
#
|
76 |
+
# Note: this uppercase/lowercase workaround does not seem to work.
|
77 |
+
# In fact, it has been removed from Cygwin some years ago. See:
|
78 |
+
#
|
79 |
+
# * https://cygwin.com/git/gitweb.cgi?p=cygwin-apps/base-files.git;a=commitdiff;h=3e54b07
|
80 |
+
# * https://cygwin.com/git/gitweb.cgi?p=cygwin-apps/base-files.git;a=commitdiff;h=7f09aef
|
81 |
+
#
|
82 |
+
ORIGINAL_TMP="${ORIGINAL_TMP:-${TMP}}"
|
83 |
+
ORIGINAL_TEMP="${ORIGINAL_TEMP:-${TEMP}}"
|
84 |
+
#unset TMP TEMP
|
85 |
+
#tmp=$(exec cygpath -w "$ORIGINAL_TMP" 2> /dev/null)
|
86 |
+
#temp=$(exec cygpath -w "$ORIGINAL_TEMP" 2> /dev/null)
|
87 |
+
#TMP="/tmp"
|
88 |
+
#TEMP="/tmp"
|
89 |
+
case "$TMP" in *\\*) TMP="$(cygpath -m "$TMP")";; esac
|
90 |
+
case "$TEMP" in *\\*) TEMP="$(cygpath -m "$TEMP")";; esac
|
91 |
+
test -d "$TMPDIR" || test ! -d "$TMP" || {
|
92 |
+
TMPDIR="$TMP"
|
93 |
+
export TMPDIR
|
94 |
+
}
|
95 |
+
|
96 |
+
|
97 |
+
print_flags ()
|
98 |
+
{
|
99 |
+
(( $1 & 0x0002 )) && echo -n "binary" || echo -n "text"
|
100 |
+
(( $1 & 0x0010 )) && echo -n ",exec"
|
101 |
+
(( $1 & 0x0040 )) && echo -n ",cygexec"
|
102 |
+
(( $1 & 0x0100 )) && echo -n ",notexec"
|
103 |
+
}
|
104 |
+
|
105 |
+
# Shell dependent settings
|
106 |
+
profile_d ()
|
107 |
+
{
|
108 |
+
local file=
|
109 |
+
for file in $(export LC_COLLATE=C; echo /etc/profile.d/*.$1); do
|
110 |
+
[ -e "${file}" ] && . "${file}"
|
111 |
+
done
|
112 |
+
|
113 |
+
if [ -n "${MINGW_MOUNT_POINT}" ]; then
|
114 |
+
for file in $(export LC_COLLATE=C; echo ${MINGW_MOUNT_POINT}/etc/profile.d/*.$1); do
|
115 |
+
[ -e "${file}" ] && . "${file}"
|
116 |
+
done
|
117 |
+
fi
|
118 |
+
}
|
119 |
+
|
120 |
+
for postinst in $(export LC_COLLATE=C; echo /etc/post-install/*.post); do
|
121 |
+
[ -e "${postinst}" ] && . "${postinst}"
|
122 |
+
done
|
123 |
+
|
124 |
+
if [ ! "x${BASH_VERSION}" = "x" ]; then
|
125 |
+
HOSTNAME="$(exec /usr/bin/hostname)"
|
126 |
+
SHELL=`which bash`
|
127 |
+
profile_d sh
|
128 |
+
[ -f "/etc/bash.bashrc" ] && . "/etc/bash.bashrc"
|
129 |
+
elif [ ! "x${KSH_VERSION}" = "x" ]; then
|
130 |
+
typeset -l HOSTNAME="$(exec /usr/bin/hostname)"
|
131 |
+
profile_d sh
|
132 |
+
PS1=$(print '\033]0;${PWD}\n\033[32m${USER}@${HOSTNAME} \033[33m${PWD/${HOME}/~}\033[0m\n$ ')
|
133 |
+
elif [ ! "x${ZSH_VERSION}" = "x" ]; then
|
134 |
+
HOSTNAME="$(exec /usr/bin/hostname)"
|
135 |
+
profile_d sh
|
136 |
+
profile_d zsh
|
137 |
+
PS1='(%n@%m)[%h] %~ %% '
|
138 |
+
SHELL=`which zsh`
|
139 |
+
elif [ ! "x${POSH_VERSION}" = "x" ]; then
|
140 |
+
HOSTNAME="$(exec /usr/bin/hostname)"
|
141 |
+
PS1="$ "
|
142 |
+
else
|
143 |
+
HOSTNAME="$(exec /usr/bin/hostname)"
|
144 |
+
profile_d sh
|
145 |
+
PS1="$ "
|
146 |
+
fi
|
147 |
+
|
148 |
+
if [ -n "$ACLOCAL_PATH" ]
|
149 |
+
then
|
150 |
+
export ACLOCAL_PATH
|
151 |
+
fi
|
152 |
+
|
153 |
+
export PATH MANPATH INFOPATH PKG_CONFIG_PATH PKG_CONFIG_SYSTEM_INCLUDE_PATH PKG_CONFIG_SYSTEM_LIBRARY_PATH USER TMP TEMP HOSTNAME PS1 SHELL tmp temp ORIGINAL_TMP ORIGINAL_TEMP ORIGINAL_PATH CONFIG_SITE
|
154 |
+
unset PATH_SEPARATOR
|
155 |
+
|
156 |
+
if [ "$MAYBE_FIRST_START" = "true" ]; then
|
157 |
+
|
158 |
+
if [ -f "/usr/bin/update-ca-trust" ]
|
159 |
+
then
|
160 |
+
sh /usr/bin/update-ca-trust
|
161 |
+
fi
|
162 |
+
|
163 |
+
clear
|
164 |
+
echo
|
165 |
+
echo
|
166 |
+
echo "###################################################################"
|
167 |
+
echo "# #"
|
168 |
+
echo "# #"
|
169 |
+
echo "# C A U T I O N #"
|
170 |
+
echo "# #"
|
171 |
+
echo "# This is first start of MSYS2. #"
|
172 |
+
echo "# You MUST restart shell to apply necessary actions. #"
|
173 |
+
echo "# #"
|
174 |
+
echo "# #"
|
175 |
+
echo "###################################################################"
|
176 |
+
echo
|
177 |
+
echo
|
178 |
+
fi
|
179 |
+
unset MAYBE_FIRST_START
|
git/etc/profile.d/bash_profile.sh
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# add ~/.bash_profile if needed for executing ~/.bashrc
|
2 |
+
if [ -e ~/.bashrc -a ! -e ~/.bash_profile -a ! -e ~/.bash_login -a ! -e ~/.profile ]; then
|
3 |
+
printf "\n\033[31mWARNING: Found ~/.bashrc but no ~/.bash_profile, ~/.bash_login or ~/.profile.\033[m\n\n"
|
4 |
+
echo "This looks like an incorrect setup."
|
5 |
+
echo "A ~/.bash_profile that loads ~/.bashrc will be created for you."
|
6 |
+
cat >~/.bash_profile <<-\EOF
|
7 |
+
# generated by Git for Windows
|
8 |
+
test -f ~/.profile && . ~/.profile
|
9 |
+
test -f ~/.bashrc && . ~/.bashrc
|
10 |
+
EOF
|
11 |
+
fi
|
git/etc/profile.d/lang.sh
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# To the extent possible under law, the author(s) have dedicated all
|
2 |
+
# copyright and related and neighboring rights to this software to the
|
3 |
+
# public domain worldwide. This software is distributed without any warranty.
|
4 |
+
# You should have received a copy of the CC0 Public Domain Dedication along
|
5 |
+
# with this software.
|
6 |
+
# If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
|
7 |
+
|
8 |
+
# /etc/profile.d/lang.sh: sourced by /etc/profile.
|
9 |
+
|
10 |
+
# The latest version as installed by the MSYS2 Setup program can
|
11 |
+
# always be found at /etc/defaults/etc/profile.d/lang.sh
|
12 |
+
|
13 |
+
# Modifying /etc/profile.d/lang.sh directly will prevent
|
14 |
+
# setup from updating it.
|
15 |
+
|
16 |
+
# System-wide lang.sh file
|
17 |
+
|
18 |
+
# if no locale variable is set, indicate terminal charset via LANG
|
19 |
+
test -z "${LC_ALL:-${LC_CTYPE:-$LANG}}" && export LANG=$(exec /usr/bin/locale -uU)
|
git/etc/ssh/moduli
ADDED
The diff for this file is too large to render.
See raw diff
|
|
git/etc/ssh/ssh_config
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# $OpenBSD: ssh_config,v 1.35 2020/07/17 03:43:42 dtucker Exp $
|
2 |
+
|
3 |
+
# This is the ssh client system-wide configuration file. See
|
4 |
+
# ssh_config(5) for more information. This file provides defaults for
|
5 |
+
# users, and the values can be changed in per-user configuration files
|
6 |
+
# or on the command line.
|
7 |
+
|
8 |
+
# Configuration data is parsed as follows:
|
9 |
+
# 1. command line options
|
10 |
+
# 2. user-specific file
|
11 |
+
# 3. system-wide file
|
12 |
+
# Any configuration value is only changed the first time it is set.
|
13 |
+
# Thus, host-specific definitions should be at the beginning of the
|
14 |
+
# configuration file, and defaults at the end.
|
15 |
+
|
16 |
+
# Site-wide defaults for some commonly used options. For a comprehensive
|
17 |
+
# list of available options, their meanings and defaults, please see the
|
18 |
+
# ssh_config(5) man page.
|
19 |
+
|
20 |
+
# Host *
|
21 |
+
# ForwardAgent no
|
22 |
+
# ForwardX11 no
|
23 |
+
# PasswordAuthentication yes
|
24 |
+
# HostbasedAuthentication no
|
25 |
+
# GSSAPIAuthentication no
|
26 |
+
# GSSAPIDelegateCredentials no
|
27 |
+
# BatchMode no
|
28 |
+
# CheckHostIP yes
|
29 |
+
# AddressFamily any
|
30 |
+
# ConnectTimeout 0
|
31 |
+
# StrictHostKeyChecking ask
|
32 |
+
# IdentityFile ~/.ssh/id_rsa
|
33 |
+
# IdentityFile ~/.ssh/id_dsa
|
34 |
+
# IdentityFile ~/.ssh/id_ecdsa
|
35 |
+
# IdentityFile ~/.ssh/id_ed25519
|
36 |
+
# Port 22
|
37 |
+
# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
|
38 |
+
# MACs hmac-md5,hmac-sha1,[email protected]
|
39 |
+
# EscapeChar ~
|
40 |
+
# Tunnel no
|
41 |
+
# TunnelDevice any:any
|
42 |
+
# PermitLocalCommand no
|
43 |
+
# VisualHostKey no
|
44 |
+
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
45 |
+
# RekeyLimit 1G 1h
|
46 |
+
# UserKnownHostsFile ~/.ssh/known_hosts.d/%k
|
47 |
+
# Added by git-extra
|
48 |
+
Host ssh.dev.azure.com
|
49 |
+
HostkeyAlgorithms +ssh-rsa
|
50 |
+
PubkeyAcceptedAlgorithms +ssh-rsa
|
51 |
+
# Added by git-extra
|
52 |
+
Host *.visualstudio.com
|
53 |
+
HostkeyAlgorithms +ssh-rsa
|
54 |
+
PubkeyAcceptedAlgorithms +ssh-rsa
|
git/etc/ssh/sshd_config
ADDED
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# $OpenBSD: sshd_config,v 1.104 2021/07/02 05:11:21 dtucker Exp $
|
2 |
+
|
3 |
+
# This is the sshd server system-wide configuration file. See
|
4 |
+
# sshd_config(5) for more information.
|
5 |
+
|
6 |
+
# This sshd was compiled with PATH=/bin:/usr/sbin:/sbin:/usr/bin
|
7 |
+
|
8 |
+
# The strategy used for options in the default sshd_config shipped with
|
9 |
+
# OpenSSH is to specify options with their default value where
|
10 |
+
# possible, but leave them commented. Uncommented options override the
|
11 |
+
# default value.
|
12 |
+
|
13 |
+
#Port 22
|
14 |
+
#AddressFamily any
|
15 |
+
#ListenAddress 0.0.0.0
|
16 |
+
#ListenAddress ::
|
17 |
+
|
18 |
+
#HostKey /etc/ssh/ssh_host_rsa_key
|
19 |
+
#HostKey /etc/ssh/ssh_host_ecdsa_key
|
20 |
+
#HostKey /etc/ssh/ssh_host_ed25519_key
|
21 |
+
|
22 |
+
# Ciphers and keying
|
23 |
+
#RekeyLimit default none
|
24 |
+
|
25 |
+
# Logging
|
26 |
+
#SyslogFacility AUTH
|
27 |
+
#LogLevel INFO
|
28 |
+
|
29 |
+
# Authentication:
|
30 |
+
|
31 |
+
#LoginGraceTime 2m
|
32 |
+
#PermitRootLogin prohibit-password
|
33 |
+
#StrictModes yes
|
34 |
+
#MaxAuthTries 6
|
35 |
+
#MaxSessions 10
|
36 |
+
|
37 |
+
#PubkeyAuthentication yes
|
38 |
+
|
39 |
+
# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
|
40 |
+
# but this is overridden so installations will only check .ssh/authorized_keys
|
41 |
+
AuthorizedKeysFile .ssh/authorized_keys
|
42 |
+
|
43 |
+
#AuthorizedPrincipalsFile none
|
44 |
+
|
45 |
+
#AuthorizedKeysCommand none
|
46 |
+
#AuthorizedKeysCommandUser nobody
|
47 |
+
|
48 |
+
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
|
49 |
+
#HostbasedAuthentication no
|
50 |
+
# Change to yes if you don't trust ~/.ssh/known_hosts for
|
51 |
+
# HostbasedAuthentication
|
52 |
+
#IgnoreUserKnownHosts no
|
53 |
+
# Don't read the user's ~/.rhosts and ~/.shosts files
|
54 |
+
#IgnoreRhosts yes
|
55 |
+
|
56 |
+
# To disable tunneled clear text passwords, change to no here!
|
57 |
+
#PasswordAuthentication yes
|
58 |
+
#PermitEmptyPasswords no
|
59 |
+
|
60 |
+
# Change to no to disable s/key passwords
|
61 |
+
#KbdInteractiveAuthentication yes
|
62 |
+
|
63 |
+
# Kerberos options
|
64 |
+
#KerberosAuthentication no
|
65 |
+
#KerberosOrLocalPasswd yes
|
66 |
+
#KerberosTicketCleanup yes
|
67 |
+
#KerberosGetAFSToken no
|
68 |
+
|
69 |
+
# GSSAPI options
|
70 |
+
#GSSAPIAuthentication no
|
71 |
+
#GSSAPICleanupCredentials yes
|
72 |
+
|
73 |
+
# Set this to 'yes' to enable PAM authentication, account processing,
|
74 |
+
# and session processing. If this is enabled, PAM authentication will
|
75 |
+
# be allowed through the KbdInteractiveAuthentication and
|
76 |
+
# PasswordAuthentication. Depending on your PAM configuration,
|
77 |
+
# PAM authentication via KbdInteractiveAuthentication may bypass
|
78 |
+
# the setting of "PermitRootLogin without-password".
|
79 |
+
# If you just want the PAM account and session checks to run without
|
80 |
+
# PAM authentication, then enable this but set PasswordAuthentication
|
81 |
+
# and KbdInteractiveAuthentication to 'no'.
|
82 |
+
#UsePAM no
|
83 |
+
|
84 |
+
#AllowAgentForwarding yes
|
85 |
+
#AllowTcpForwarding yes
|
86 |
+
#GatewayPorts no
|
87 |
+
#X11Forwarding no
|
88 |
+
#X11DisplayOffset 10
|
89 |
+
#X11UseLocalhost yes
|
90 |
+
#PermitTTY yes
|
91 |
+
#PrintMotd yes
|
92 |
+
#PrintLastLog yes
|
93 |
+
#TCPKeepAlive yes
|
94 |
+
#PermitUserEnvironment no
|
95 |
+
#Compression delayed
|
96 |
+
#ClientAliveInterval 0
|
97 |
+
#ClientAliveCountMax 3
|
98 |
+
#UseDNS no
|
99 |
+
#PidFile /etc/ssh/sshd.pid
|
100 |
+
#MaxStartups 10:30:100
|
101 |
+
#PermitTunnel no
|
102 |
+
#ChrootDirectory none
|
103 |
+
#VersionAddendum none
|
104 |
+
|
105 |
+
# no default banner path
|
106 |
+
#Banner none
|
107 |
+
|
108 |
+
# override default of no subsystems
|
109 |
+
Subsystem sftp /usr/lib/ssh/sftp-server
|
110 |
+
|
111 |
+
# Example of overriding settings on a per-user basis
|
112 |
+
#Match User anoncvs
|
113 |
+
# X11Forwarding no
|
114 |
+
# AllowTcpForwarding no
|
115 |
+
# PermitTTY no
|
116 |
+
# ForceCommand cvs server
|
git/mingw64/bin/Atlassian.Bitbucket.UI.Shared.dll
ADDED
Binary file (22.9 kB). View file
|
|
git/mingw64/bin/Atlassian.Bitbucket.UI.exe
ADDED
Binary file (43.4 kB). View file
|
|
git/mingw64/bin/Atlassian.Bitbucket.UI.exe.config
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
2 |
+
<configuration>
|
3 |
+
<startup>
|
4 |
+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
5 |
+
</startup>
|
6 |
+
<runtime>
|
7 |
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
8 |
+
<dependentAssembly>
|
9 |
+
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
10 |
+
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
11 |
+
</dependentAssembly>
|
12 |
+
</assemblyBinding>
|
13 |
+
</runtime>
|
14 |
+
</configuration>
|
git/mingw64/bin/Atlassian.Bitbucket.dll
ADDED
Binary file (71.1 kB). View file
|
|
git/mingw64/bin/GitHub.UI.Shared.dll
ADDED
Binary file (30.1 kB). View file
|
|
git/mingw64/bin/GitHub.UI.exe
ADDED
Binary file (47 kB). View file
|
|
git/mingw64/bin/GitHub.UI.exe.config
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
2 |
+
<configuration>
|
3 |
+
<startup>
|
4 |
+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
5 |
+
</startup>
|
6 |
+
<runtime>
|
7 |
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
8 |
+
<dependentAssembly>
|
9 |
+
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
10 |
+
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
11 |
+
</dependentAssembly>
|
12 |
+
</assemblyBinding>
|
13 |
+
</runtime>
|
14 |
+
</configuration>
|
git/mingw64/bin/GitHub.dll
ADDED
Binary file (86.4 kB). View file
|
|
git/mingw64/bin/GitLab.UI.Shared.dll
ADDED
Binary file (25 kB). View file
|
|
git/mingw64/bin/GitLab.UI.exe
ADDED
Binary file (36.8 kB). View file
|
|
git/mingw64/bin/GitLab.UI.exe.config
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
2 |
+
<configuration>
|
3 |
+
<startup>
|
4 |
+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
5 |
+
</startup>
|
6 |
+
<runtime>
|
7 |
+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
8 |
+
<dependentAssembly>
|
9 |
+
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
10 |
+
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
11 |
+
</dependentAssembly>
|
12 |
+
</assemblyBinding>
|
13 |
+
</runtime>
|
14 |
+
</configuration>
|
git/mingw64/bin/GitLab.dll
ADDED
Binary file (40.3 kB). View file
|
|
git/mingw64/bin/Microsoft.AzureRepos.dll
ADDED
Binary file (62.9 kB). View file
|
|
git/mingw64/bin/Microsoft.Identity.Client.Desktop.dll
ADDED
Binary file (109 kB). View file
|
|
git/mingw64/bin/Microsoft.Identity.Client.Extensions.Msal.dll
ADDED
Binary file (63.4 kB). View file
|
|
git/mingw64/bin/Microsoft.Identity.Client.dll
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c513270651f635346916f4d334d7031a77341f55a497356819e4eb4903d18a13
|
3 |
+
size 1525136
|
git/mingw64/bin/Microsoft.Web.WebView2.Core.dll
ADDED
Binary file (223 kB). View file
|
|
git/mingw64/bin/Microsoft.Web.WebView2.WinForms.dll
ADDED
Binary file (33.7 kB). View file
|
|
git/mingw64/bin/Microsoft.Web.WebView2.Wpf.dll
ADDED
Binary file (37.8 kB). View file
|
|
git/mingw64/bin/Newtonsoft.Json.dll
ADDED
Binary file (704 kB). View file
|
|
git/mingw64/bin/System.Buffers.dll
ADDED
Binary file (21.9 kB). View file
|
|
git/mingw64/bin/System.CommandLine.dll
ADDED
Binary file (216 kB). View file
|
|
git/mingw64/bin/System.Memory.dll
ADDED
Binary file (142 kB). View file
|
|
git/mingw64/bin/System.Numerics.Vectors.dll
ADDED
Binary file (110 kB). View file
|
|
git/mingw64/bin/System.Runtime.CompilerServices.Unsafe.dll
ADDED
Binary file (17.8 kB). View file
|
|
git/mingw64/bin/WebView2Loader.dll
ADDED
Binary file (112 kB). View file
|
|
git/mingw64/bin/blocked-file-util.exe
ADDED
Binary file (48.4 kB). View file
|
|
git/mingw64/bin/brotli.exe
ADDED
Binary file (858 kB). View file
|
|
git/mingw64/bin/gcmcore.dll
ADDED
Binary file (282 kB). View file
|
|