From 24055ed0d1ca784b025e1eb26c1f9c60d597e089 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 24 Nov 2019 15:38:44 +0000 Subject: [PATCH] git: include fpp.config for fpp projects --- git/config | 3 +++ git/fpp.config | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 git/fpp.config diff --git a/git/config b/git/config index 266b579..edd6bab 100644 --- a/git/config +++ b/git/config @@ -49,3 +49,6 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true + +[includeIf "gitdir:~/src/fpp/**"] + path = ~/.config/git/fpp.config diff --git a/git/fpp.config b/git/fpp.config new file mode 100644 index 0000000..dcbc996 --- /dev/null +++ b/git/fpp.config @@ -0,0 +1,3 @@ +[user] + name = Samir Benmendil + email = samir@fppnt.com -- 2.48.1