From 6ff956880b8dde199fe9ac1314e43b66e0046f71 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 10 Jun 2017 16:49:51 -0400 Subject: Move actual dotfiles into home directory --- home/.config/git/config | 15 +++++++++++++++ home/.config/git/ignore | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 home/.config/git/config create mode 100644 home/.config/git/ignore (limited to 'home/.config/git') diff --git a/home/.config/git/config b/home/.config/git/config new file mode 100644 index 00000000..cb38682c --- /dev/null +++ b/home/.config/git/config @@ -0,0 +1,15 @@ +[user] + name = June McEnroe + email = programble@gmail.com + +[commit] + gpgSign = true + +[rebase] + autosquash = true + +[pretty] + log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an> + +[include] + path = ./private diff --git a/home/.config/git/ignore b/home/.config/git/ignore new file mode 100644 index 00000000..380a01a1 --- /dev/null +++ b/home/.config/git/ignore @@ -0,0 +1,2 @@ +*.DS_store +.pult* -- cgit 1.4.1 bretls/?h=3.2.0'>summary refs log tree commit diff
path: root/Makefile.am.common (unfollow)
Commit message (Expand)Author
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe