We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f74e63 commit fb92531Copy full SHA for fb92531
3 files changed
.gitignore
@@ -1,5 +1,6 @@
1
_output/
2
_artifacts/
3
+AUTHORS
4
lima.REJECTED.yaml
5
default-template.yaml
6
schema-limayaml.json
.mailmap
@@ -0,0 +1 @@
+Anders F Björklund <anders.f.bjorklund@gmail.com>
Makefile
@@ -108,6 +108,10 @@ GO_BUILD := $(strip $(GO) build $(GO_BUILD_GCFLAGS) $(GO_BUILD_LDFLAGS) $(GO_BUI
108
.PHONY: all
109
all: binaries manpages
110
111
+################################################################################
112
+AUTHORS: .mailmap .git/HEAD
113
+ git shortlog --summary --email --group=Author --group=trailer:Co-Authored-By | cut -f2 | sort -fu > $@
114
+
115
################################################################################
116
# Help
117
.PHONY: help
0 commit comments