lol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 4aa903b97d6532e46666f5aed966696716e5ee40 Mon Sep 17 00:00:00 2001 | |
| From: Vicent Marti <[email protected]> | |
| Date: Sat, 21 Dec 2013 14:33:46 +0100 | |
| Subject: [PATCH] Add `pack.honorpackkeep` config var | |
| --- | |
| builtin/repack.c | 8 +++++++- | |
| 1 file changed, 7 insertions(+), 1 deletion(-) | |
| diff --git a/builtin/repack.c b/builtin/repack.c |
I hereby claim:
- I am vmg on github.
- I am vmg (https://keybase.io/vmg) on keybase.
- I have a public key whose fingerprint is 6710 C221 95AF C7CD 4FB2 CA6F F6ED DD8B 825D 88AE
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Copyright (c) 2023, The Vitess Authors | |
| This program is free software; you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License, version 2.0, | |
| as published by the Free Software Foundation. | |
| This program is also distributed with certain software (including | |
| but not limited to OpenSSL) that is licensed under separate terms, | |
| as designated in a particular file or component or in included license | |
| documentation. The authors of MySQL hereby grant you an additional |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Thomas Edison", | |
| "label": "Inventor and Businessman", | |
| "picture": "https://example.com/photo.jpg", | |
| "email": "[email protected]", | |
| "phone": "(123) 456-7890", | |
| "website": "https://thomasedison.com", | |
| "summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.", | |
| "location": { |
OlderNewer