1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/package
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
..
linux build: get rid of build/ground subdirectory, fix qt-creator builds 2013-03-30 17:33:38 +02:00
osx Merge remote-tracking branch 'origin/amedee/OP-888' into next 2013-04-05 19:38:17 +02:00
winx86 build: get rid of build/ground subdirectory, fix qt-creator builds 2013-03-30 17:33:38 +02: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
Darwin.mk Packaging: now should work for all 3 platforms 2013-03-24 13:06:20 +02:00
Linux.mk Packaging: now should work for all 3 platforms 2013-03-24 13:06:20 +02:00
Windows.mk build: get rid of build/ground subdirectory, fix qt-creator builds 2013-03-30 17:33:38 +02:00