1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/make
Oleg Semyonov 3bebec22f7 OP-772: Enforce line ending agreements (git 1.7.2+ required for this to work)
This is a part of OP-726, OP-727 tasks to normalize source code.
Use the following to normalise your local repository to be able to merge:

git rm --cached -r .
git diff --cached --name-only -z | xargs -0 git add
git commit -m "Normalise line endings"
git ls-files -z | xargs -0 rm
git checkout .
2013-04-05 23:43:58 +03:00
..
boards Remove discontinued AHRS files 2013-03-24 13:03:50 +02:00
scripts version-info.py: fix coding style 2013-03-24 13:03:49 +02:00
templates Merge remote-tracking branch 'origin/os/get-rid-of-build-ground-dir' into next 2013-04-05 17:07:34 +02:00
winx86 tools: Makefile and sh.cmd minor updates (mostly comments) 2013-04-04 23:57:43 +03:00
.gitattributes OP-772: Enforce line ending agreements (git 1.7.2+ required for this to work) 2013-04-05 23:43:58 +03:00
apps-defs.mk Revert "Makefile: better solution for MODULE_MODULENAME_BUILTIN name conversion" 2013-03-25 17:27:47 +02:00
boot-defs.mk Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
common-defs.mk Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
firmware-defs.mk Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
tools.mk tools: fix MSYS tar problem with Windows path names with drive letter colon 2013-04-04 17:03:17 +02:00
unittest.mk ut: change xml output directory to make Bamboo a bit happier 2013-03-03 14:33:04 +01:00