Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit dfee0f6

Browse files
author
Nick Waywood
authored
Merge pull request #27 from hyperledger-labs/iterator-methods
Iterator methods
2 parents 075d2fc + 4a8a75c commit dfee0f6

16 files changed

+1449
-1051
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ fabric-chaincode-haskell.cabal
44
dist-newstyle
55
cabal.project.local
66

7-
.vscode
8-
hie.yaml
7+
.vscode

commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
4+
grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"

create-commit-msg-hook.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
cp commit-msg .git/hooks

0 commit comments

Comments
 (0)