From a2f499b6999f6fb9ec3dbcf9a71c57a1bd901fcf Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 4 Sep 2011 14:12:05 -0400 Subject: Removed unnecessary -a --- pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull.rb b/pull.rb index d06df66b..538e0bd2 100755 --- a/pull.rb +++ b/pull.rb @@ -24,5 +24,5 @@ dotfiles.each do |a, b| end system('git add .') -system('git commit -a') +system('git commit') system('git push') -- cgit 1.4.1 ss='form'>
libtls for OpenSSL
summary refs log tree commit diff
path: root/m4 (unfollow)
Commit message (Expand)Author
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