Skip to content

Commit 6cf9dee

Browse files
added 200 character limit to log message because of Labfolder limits
1 parent 8da6db4 commit 6cf9dee

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

projectId.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
#!/bin/sh
22
PROJECTID=1222
3-
4-
#more on the version with extension,Lap on the sphere with analytical initial condition and extension of the Lap,jupyter notebooks to plot scalar and vectorial quantities of the open surface benchmark,tested Euclidean Laplacian on the sphere with different settings: extending initial qty and/or using analytical qty, extending (or not) the Laplacian
5-
#more on the version with extension,Lap on the sphere with analytical initial condition and extension of the Lap,jupyter notebooks to plot scalar and vectorial quantities of the open surface benchmark,tested Euclidean Laplacian on the sphere with different
6-
#more on the version with extension,Lap on the sphere with analytical initial condition and extension of the Lap,jupyter notebooks to plot scalar and vectorial quantities of the open surface benchmar

scripts/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ url="$2"
9595

9696
while read local_ref local_sha remote_ref remote_sha
9797
do
98-
LOGMESSAGE=`git log --pretty=format:"%s" $remote_sha..$local_sha | tr '\n' ', '`
98+
LOGMESSAGE=`git log --pretty=format:"%s" $remote_sha..$local_sha | tr '\n' ', ' | cut -c 1-199`
9999
POSTJSON="{\"entry_id\": \"$ENTRID\", \"data_elements\": [ \
100100
{ \
101101
\"type\": \"DATA_ELEMENT_GROUP\", \

0 commit comments

Comments
 (0)