mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-14 02:59:53 -06:00
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ c2387a4b | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' 69bccf2e..c2387a4b
Brad King (3):
1ea01a46 Tell Git to export '.gitattributes'
4f39791b Glob: Add explicit assignment operator to Message member
c2387a4b DynamicLoader: Fix CloseLibrary for failed OpenLibrary on HP-UX
17 lines
625 B
Plaintext
17 lines
625 B
Plaintext
.git* export-ignore
|
|
.gitattributes -export-ignore
|
|
|
|
/GitSetup export-ignore
|
|
/SetupForDevelopment.sh export-ignore eol=lf
|
|
|
|
/CONTRIBUTING.rst conflict-marker-size=78
|
|
|
|
*.c whitespace=tab-in-indent,no-lf-at-eof
|
|
*.h whitespace=tab-in-indent,no-lf-at-eof
|
|
*.h.in whitespace=tab-in-indent,no-lf-at-eof
|
|
*.cxx whitespace=tab-in-indent,no-lf-at-eof
|
|
*.hxx whitespace=tab-in-indent,no-lf-at-eof
|
|
*.hxx.in whitespace=tab-in-indent,no-lf-at-eof
|
|
*.txt whitespace=tab-in-indent,no-lf-at-eof
|
|
*.cmake whitespace=tab-in-indent,no-lf-at-eof
|