@@ -2489,6 +2489,9 @@ int diff_opt_parse(struct diff_options *options, const char **av, int ac)elseif(!prefixcmp(arg,"--output=")){options->file=fopen(arg+strlen("--output="),"w");options->close_file=1;+}+elseif(!strcmp(arg,"--pirate")){+printf("Arrrr! These be yer fine changes, me 'earty!!\n");}elsereturn0;return1;
From: Jeff King <hidden> Date: 2016-06-15 22:45:32
The uptake of git by script kiddies has been disappointingly
minimal. Let's make it more palatable by allowing mixed-case
and l33t-speak commands.
Signed-off-by: Jeff King <redacted>
---
This commit was made by "git c0mM1t".
git.c | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
On Wed, Oct 29, 2008 at 01:06:31PM -0400, Jeff King [off-list ref] wrote:
The uptake of git by script kiddies has been disappointingly
minimal. Let's make it more palatable by allowing mixed-case
and l33t-speak commands.
Signed-off-by: Jeff King <redacted>
---
This commit was made by "git c0mM1t".
Testcase?
(I hope it was not serious, just like my question. ;-)
From: Daniel Barkalow <hidden> Date: 2016-06-15 22:45:33
On Wed, 29 Oct 2008, Jeff King wrote:
quoted hunk
The uptake of git by script kiddies has been disappointingly
minimal. Let's make it more palatable by allowing mixed-case
and l33t-speak commands.
Signed-off-by: Jeff King <redacted>
---
This commit was made by "git c0mM1t".
git.c | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
@@ -261,6 +261,31 @@ static int run_command(struct cmd_struct *p, int argc, const char **argv)return0;}+staticchardeelite(charin){+if(isalpha(in))+returntolower(in);+switch(in){+case'0':return'o';+case'1':return'i';+case'3':return'e';+case'5':return's';+case'7':return'l';
Your mapping doesn't comply with ISO 1337.5p34k; 1 can be l (in addition
to i), and 7 is T. Also, you're missing 4.
-Daniel
*This .sig left intentionally blank*
From: Petr Baudis <hidden> Date: 2016-06-15 22:45:33
On Tue, Oct 28, 2008 at 10:23:52PM -0700, Petr Baudis wrote:
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Scott Chacon <redacted>
Signed-off-by: Tom Preston-Werner <redacted>
Signed-off-by: Jeff King <redacted>
Signed-off-by: J.H. <redacted>
Signed-off-by: Sam Vilain <redacted>
Signed-off-by: Christian Couder <redacted>
Signed-off-by: Kai Blin <redacted>
Acked-by: Petr Baudis <redacted>
Enabled-by: Cascade "Smooth" Amber [off-list ref]