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

# 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
/collabora/cp-4.1&id=6f17a2f66fa2a4fec56334783410005c4f2f357a'>Java cleanup, access static methods using correct syntaxNoel Grandin 2013-04-26From the context of the code, this field should not be staticNoel Grandin 2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin 2013-02-23Fix typo accessable/accessibleJulien Nabet 2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet 2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl