aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-01-27 13:15:19 +0100
committert3sserakt <t3ss@posteo.de>2023-01-27 13:15:19 +0100
commit2652a92f5417b38e059e4d24ace9fb7328e0abdb (patch)
tree61eb197a7c332b30703b2aab8912320f042521cd
parentd3d994d338667d4bc263c8a6832cb592d678422f (diff)
parent56b93c5caabbb4357df25e5e3db6b25fea171bc8 (diff)
downloadgnunet-2652a92f5417b38e059e4d24ace9fb7328e0abdb.tar.gz
gnunet-2652a92f5417b38e059e4d24ace9fb7328e0abdb.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
-rw-r--r--ChangeLog2
-rwxr-xr-xcontrib/conf/commit-msg6
-rwxr-xr-xcontrib/conf/prepare-commit-msg4
m---------contrib/gana0
m---------contrib/sphinx0
5 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000000000..60fb7a6b6
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,2 @@
1 Please look at the git log.
2 If this is a tarball the git log can be found online at https://git.gnunet.org/gnunet.git/log/.
diff --git a/contrib/conf/commit-msg b/contrib/conf/commit-msg
index f6e73d5cc..cc532921c 100755
--- a/contrib/conf/commit-msg
+++ b/contrib/conf/commit-msg
@@ -15,7 +15,7 @@ do
15 if echo $f | grep \src\/include\/.\*\.h\$ > /dev/null 15 if echo $f | grep \src\/include\/.\*\.h\$ > /dev/null
16 then 16 then
17 RET=1 17 RET=1
18 # Check if it has a ChangeLog line 18 # Check if it has a NEWS line
19 if cat $COMMIT_MSG_FILE | grep -i "^NEWS:\s[-,a-zA-Z][a-zA-Z]*" > /dev/null 19 if cat $COMMIT_MSG_FILE | grep -i "^NEWS:\s[-,a-zA-Z][a-zA-Z]*" > /dev/null
20 then 20 then
21 RET=0 21 RET=0
@@ -24,10 +24,10 @@ do
24 fi 24 fi
25done 25done
26 26
27# If no ChangeLog line found, abort 27# If no NEWS line found, abort
28if [ $RET = 1 ]; 28if [ $RET = 1 ];
29then 29then
30 echo "Your commit includes staged changes that indicate an API change which requires a ChangeLog line." 30 echo "Your commit includes staged changes that indicate an API change which requires a NEWS line."
31else 31else
32 echo "Your commit does not include API changes" 32 echo "Your commit does not include API changes"
33fi 33fi
diff --git a/contrib/conf/prepare-commit-msg b/contrib/conf/prepare-commit-msg
index 0266f5558..8acca9e38 100755
--- a/contrib/conf/prepare-commit-msg
+++ b/contrib/conf/prepare-commit-msg
@@ -27,12 +27,10 @@ done
27if [ -z "$COMMIT_SOURCE" ]; 27if [ -z "$COMMIT_SOURCE" ];
28then 28then
29 hint=$(cat "$COMMIT_MSG_FILE") 29 hint=$(cat "$COMMIT_MSG_FILE")
30 echo ": Fixes #" > "$COMMIT_MSG_FILE"
31 echo -e "# Our commit subject format policy is:\n# <subsystem>: <description>\n# Adding 'Issue #1234'/'Fixes #1234' into the description will automatically update/resolve issue #1234 in mantis." >> "$COMMIT_MSG_FILE" 30 echo -e "# Our commit subject format policy is:\n# <subsystem>: <description>\n# Adding 'Issue #1234'/'Fixes #1234' into the description will automatically update/resolve issue #1234 in mantis." >> "$COMMIT_MSG_FILE"
32 if [ $RET = 1 ]; 31 if [ $RET = 1 ];
33 then 32 then
34 echo -e "\n# Your commit includes staged changes that indicate an API change which requires a ChangeLog line." >> "$COMMIT_MSG_FILE" 33 echo -e "# Your commit includes staged changes that indicate an API change which requires a NEWS line." >> "$COMMIT_MSG_FILE"
35 echo "NEWS: " >> "$COMMIT_MSG_FILE"
36 fi 34 fi
37 echo "$hint" >> "$COMMIT_MSG_FILE" 35 echo "$hint" >> "$COMMIT_MSG_FILE"
38fi 36fi
diff --git a/contrib/gana b/contrib/gana
Subproject 79163ab6ea6f6cfe7f4311f91fb45c747b8c33d Subproject 66228b8a4306f028d843d78fbfcca54260539ff
diff --git a/contrib/sphinx b/contrib/sphinx
Subproject 4f40b5deca02c8dc64ff6c73e6602e6abdd1bae Subproject 9c5b9d9040d21542eff792e26624cf9669b127a