aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Remove SVN related Git attributesMinsoo Choo2023-12-261-2/+0
| | | | | | Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me> Reviewed by: imp, zlei Pull Request: https://github.com/freebsd/freebsd-src/pull/938
* Revert "awk: Merge upstream 2nd Edition Awk Book"Warner Losh2023-11-151-1/+0
| | | | | | | | | | | | | | The pre-push testing I did turned out to be testing the old version with the old testsuite (for reasons I don't understnad). There's issues with the new version, the new test in the suite or (likely) both. Revert until they can be chased down. This should also fix the github CI that's gone red since this commit. This reverts commit 3fd60a6b73ac01a72df89751f173970fae4cae73, reversing changes made to 194df014feebd8b169b41ecd75ae73d63a792d6b. Sponsored by: Netflix
* awk: Merge upstream 2nd Edition Awk BookWarner Losh2023-11-141-0/+1
| | | | | | | | | | Merge in the November 2nd, 2023 version of one true awk. This brings in Unicode support, CSV support and a number of bug fixes. Sponsored by: Netflix Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D42447
* Add a basic clang-format configuration fileAlex Richardson2019-06-071-0/+1
| | | | | | | | | | | | | | | | This gets reasonably close to the existing format in sys/kern but will probably require some changes to upstream clang-format before it can be used as the default formatting tool. I tried formatting a few files in sys/kern and the result is pretty close to the existing code. However, this configuration file is not ready to be used without manually checking the output. Reviewed By: emaste Differential Revision: https://reviews.freebsd.org/D20533 Notes: svn path=/head/; revision=348777
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-051-0/+1
| | | | | | | | | | | ZFS but keep the boot-loaders when using ZoL port. MFC after: 1 week Reviewed by: rgrimes Differential Revision: https://reviews.freebsd.org/D18739 Notes: svn path=/head/; revision=342793
* sfxge(4): fix incorrectly set svn propertiesAndrew Rybchenko2018-11-261-2/+0
| | | | | | | | File name was used by the svn property value since real value was lost in the command. Notes: svn path=/head/; revision=340931
* sfxge(4): update autogenerated headers from firmwaresrcAndrew Rybchenko2018-11-261-0/+2
| | | | | | | | | | | | Pick up Medford2 interfaces. Split AOE operations out into own header. Sponsored by: Solarflare Communications, Inc. Differential Revision: https://reviews.freebsd.org/D18137 Notes: svn path=/head/; revision=340930
* Remove spuriously added svn propertiesBen Widawsky2018-08-021-1/+0
| | | | Notes: svn path=/head/; revision=337158
* tools: Add a git-svn bootstrap scriptBen Widawsky2018-08-021-0/+1
| | | | | | | | | | | codified version of https://wiki.freebsd.org/GitWorkflow/GitSvn#Using_git-svn Approved by: emaste (mentor) Suggested by: Warner Losh (imp) Differential Revision: https://reviews.freebsd.org/D16528 Notes: svn path=/head/; revision=337157
* .git*: add gitattributes and gitignoreEitan Adler2017-12-251-0/+5
For users of the git mirrors, lets provide useful git configuration files. Notes: svn path=/head/; revision=327183