[PATCH] date-formats.txt: Typo fix

2016-12-12 Thread Luis Ressel
Last time I checked, I was living in the UTC+01:00 time zone. UTC+02:00 would be Central European _Summer_ Time. Signed-off-by: Luis Ressel --- Documentation/date-formats.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/date-formats.txt b/Documentation/date

[feature request] Make "commit --only" work with new files

2016-11-25 Thread Luis Ressel
k this limitation is intented. I've had a look at the relevant part of builtin/commit.c, but unfortunately it wasn't obvious to me how to fix this. Regards, Luis Ressel

[PATCH v2] date-formats.txt: Typo fix

2016-11-25 Thread Luis Ressel
Last time I checked, I was living in the UTC+01:00 time zone. UTC+02:00 would be Central European _Summer_ Time. --- Documentation/date-formats.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/date-formats.txt b/Documentation/date-formats.txt index 35e8da2..692

[PATCH] date-formats.txt: Typo fix

2016-11-25 Thread Luis Ressel
Last time I checked, I was living in the UTC+01:00 time zone. UTC+02:00 would be Central European _Summer_ Time. --- Documentation/date-formats.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/date-formats.txt b/Documentation/date-formats.txt index 35e8da2..9c3

Re: [GSoC microproject] Add XDG support to the credential-store helper

2015-03-05 Thread Luis Ressel
x27;t do if he has to stay compatible to previous git versions. Of course, my patch is definitly lacking a test case, and the documentation could be a tad better, too. Regards, Luis Ressel pgpUI1loUbPdU.pgp Description: OpenPGP digital signature

Re: [GSoC microproject] Add XDG support to the credential-store helper

2015-03-05 Thread Luis Ressel
oduces the problem, see > t/t6030-bisect-porcelain.sh.) > Oops. I had a quick glance at the list archives, but apparently I missed this. I'll have a look. > Welcome to the Git community! > > Best, > Christian. Thanks! Regards, Luis Ressel pgpwC6oLSqAfN.pgp Description: OpenPGP digital signature

[GSoC microproject] Add XDG support to the credential-store helper

2015-03-05 Thread Luis Ressel
uch a GSoC project? Oh, and should I add a testcase for the new functionality introduced by this patch? And if yes, what exactly should I test? Also, apologies if these mails arrive twice. I'm resending them because Majordomo seems to have ignored my initial attempt 6 hours ago. Regards, Luis

[PATCH] Add XDG support to the credential-store helper

2015-03-05 Thread Luis Ressel
credential-store will use ${XDG_CONFIG_HOME}/credentials to store credentials if this file already exists and no --file option is given. Otherwise it'll fall back to ~/.git-credentials (status quo). Signed-off-by: Luis Ressel --- Documentation/git-credential-store.txt | 4 +++- crede