aboutsummaryrefslogtreecommitdiff
path: root/home/.gitconfig
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-02-24 22:45:00 -0800
committerJakob Odersky <jakob@odersky.com>2017-02-24 22:45:00 -0800
commit08f87da2cfdde295043ab9859786c92afd47b261 (patch)
treec3ccead6b726e7c83c0f0afa3619bed93a66a02f /home/.gitconfig
parentda480d5b8f883605502b4739bf8a1f76b48ca672 (diff)
downloaddotfiles-08f87da2cfdde295043ab9859786c92afd47b261.tar.gz
dotfiles-08f87da2cfdde295043ab9859786c92afd47b261.tar.bz2
dotfiles-08f87da2cfdde295043ab9859786c92afd47b261.zip
Configure apache git repository
Diffstat (limited to 'home/.gitconfig')
-rw-r--r--home/.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.gitconfig b/home/.gitconfig
index 488f04c..c651d9a 100644
--- a/home/.gitconfig
+++ b/home/.gitconfig
@@ -14,3 +14,6 @@
[core]
editor = emacsclient --alternate-editor='' --tty
excludesfile = ~/.gitignore_global
+[credential "https://git-wip-us.apache.org"]
+ username = jodersky
+ helper = "!f() { echo password=$(pass sites/apache.org); }; f" \ No newline at end of file