summaryrefslogtreecommitdiff
path: root/.git-hooks/post-merge
blob: b1be51202a3fd0d1e8f564acf700a74a00894166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# Do not warn if there were no real merge
git rev-parse -q --verify HEAD^2 >/dev/null || exit

echo
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "! You probably used 'git pull' instead of 'git pull -r' !"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo
echo "You can still fix it - please do 'git pull -r' now."
echo
17 +0000'>2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2014-01-30convert cert path page to .uiCaolán McNamara 2014-01-30convert view certs tabdialog to .uiCaolán McNamara 2014-01-28bool improvementsStephan Bergmann 2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin 2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin 2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann 2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist