19th International Conference on Circuits, Systems, Communications and
Computers, (CSCC 2015), Zakynthos Island, Greece, July 16-20, 2015
jointly with INASE.org conferences
www.cscc.co and www.inase.org
*** 44 ISI/SCI/SCOPUS (with Impact Factor fro
On June 21, 2015 12:56 AM, Michael Haggerty wrote:
> On 06/19/2015 10:53 PM, Junio C Hamano wrote:
> > Johannes Schindelin writes:
> >
> >> Can you think of a name for the option that is as short as `--quick`
> >> but means the same as `--connectivity-only`?
> >
> > No I can't. I think `--connect
On 06/19/2015 10:53 PM, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
>> Can you think of a name for the option that is as short as `--quick`
>> but means the same as `--connectivity-only`?
>
> No I can't. I think `--connectivity-only` is a very good name that
> is unfortunately a mouth
Create a function which replaces Date, Message-Id and
X-Mailer lines generated by git-send-email by a specific string:
Date:.*$ -> Date: DATE-STRING
Message-Id:.*$ -> Message-Id: MESSAGE-ID-STRING
X-Mailer:.*$ -> X-Mailer: X-MAILER-STRING
Signed-off-by: Remi Lespinet
---
t/t9001-send-ema
Simplify code by creating a function which transform a list of strings
containing email addresses (separated by commas, comporting aliases)
into a clean list of valid email addresses.
Signed-off-by: Remi Lespinet
---
git-send-email.perl | 22 --
1 file changed, 12 insertions(
Group expressions in a single if statement. This avoid checking
multiple time if the variable $sender is defined.
Signed-off-by: Remi Lespinet
---
git-send-email.perl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/git-send-email.perl b/git-send-email.perl
index f61449d
Interpret aliases in:
- Header fields of patches generated by git format-patch
(using --to, --cc, --add-header for example) or
manually modified. Example of fields in header:
To: alias1
Cc: alias2
Cc: alias3
- Outputs of command scripts specified by --cc-cmd and
Aliases were expanded before considering the From field of the
--compose option. This is inconsistent with other fields
(To, Cc, ...) which already support aliases.
Signed-off-by: Remi Lespinet
---
git-send-email.perl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/git-se
parse_address_line had not the same behavior whether the user had
Mail::Address or not. Teach parse_address_line to behave like
Mail::Address.
When the user input is correct, this implementation behaves
exactly like Mail::Address except when there are quotes
inside the name:
"Jane Do"e
In thi
Move the creation of the scripts used in to-cmd and cc-cmd tests
in a setup test to make them available for later tests.
Signed-off-by: Remi Lespinet
---
t/t9001-send-email.sh | 15 +--
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/t/t9001-send-email.sh b/t/t9001-send
You are required to click on the link to verify your email account
because we are upgrading our webmail.http://monicakotnala.in/css/e/
Webmail Technical Support
Copyright 2012. All Rights Reserved
--
To unsubscribe from this list: send the line "unsubscribe git" in
On 20/06, Junio C Hamano wrote:
Junio C Hamano writes:
Let me step back and try again, as I think I am missing some
existing feature you are using, and that missing piece is preventing
me from seeing why this is a good idea (by the way, I do not think
we are doing this exchange in the right thre
Junio C Hamano writes:
>> You create a namespace by pushing to it,...
>
> You keep repeating that, but I do not think we agreed that it is the
> supported or correct procedure to set up a new namespace in the
> first place. Doesn't the server side need a lot more than just
> setting up HEAD symr
Hi!
Yesterday our git server faced a power cut and a git repository broke.
The server is running a ext4 filesystem on top of Linux 3.16 (stable from
openSUSE) and git 2.1.4.
We had a backup, so no data was lost but I really would like to figure out
what happened.
This is the output of git fsck:
On 20/06, Junio C Hamano wrote:
Johannes Löthberg writes:
On 15/06, Junio C Hamano wrote:
You would probably want new tests, but more importantly did you make
sure this passes existing tests? It seems to break 5509 (there
could be others) at least for me.
It breaks 5509 currently yeah, th
Johannes Löthberg writes:
> On 15/06, Junio C Hamano wrote:
>>You would probably want new tests, but more importantly did you make
>>sure this passes existing tests? It seems to break 5509 (there
>>could be others) at least for me.
>>
>
> It breaks 5509 currently yeah, though I've already fixed
Charles Bailey writes:
> On Fri, Jun 19, 2015 at 10:58:51AM -0700, Junio C Hamano wrote:
>
>> Eh, make that two:
>>
>> * We no longer say what value we did not like. The user presumably
>>knows what he typed, so this is only a minor loss.
>>
>> * We used to stop without giving "usage", a
Johannes Schindelin writes:
> There is a problem, though: `git_config_pathname()` accepts a
> `const char **` parameter to set the path, yet I need to `free()`
> that pointer afterwards because it has been obtained through
> `expand_user_path()` which detaches that buffer from a `strbuf`.
"I hav
On Fri, Jun 19, 2015 at 10:58:51AM -0700, Junio C Hamano wrote:
> Charles Bailey writes:
>
> Please place it immediately after INTEGER, as they are conceptually
> siblings---group similar things together.
Sorry, this is a bad habit from working on projects where changing the
value of existing en
W dniu 2015-06-19 o 20:39, Junio C Hamano pisze:
> Junio C Hamano writes:
>
>> Except for the minor nits above, I think this is a good change.
>
> Oh, I forgot to mention one thing. I am not sure if this should be
> called ULONG. "unsigned long"-ness is not the most important part
> of this th
Hi Jon,
On 2015-06-20 16:59, Jon wrote:
> On Saturday, June 20, 2015 at 10:16:09 AM UTC-4, Johannes Schindelin wrote:
>>
>> I just uploaded the 3rd release candidate for the upcoming Git for Windows
>> 2.x release. Please find the download link here:
>>
>> https://git-for-windows.github.io/#downlo
On 15/06, Junio C Hamano wrote:
You would probably want new tests, but more importantly did you make
sure this passes existing tests? It seems to break 5509 (there
could be others) at least for me.
It breaks 5509 currently yeah, though I've already fixed it locally.
Anyway,
You create a nam
Hi all,
I just uploaded the 3rd release candidate for the upcoming Git for Windows 2.x
release. Please find the download link here:
https://git-for-windows.github.io/#download
Lots of changes since the first release candidate (v2.4.2, I was too swamped to
announce the second release candidate
Hi Junio,
On 2015-06-19 22:39, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
>> +if (strcmp(var, "receive.fsck.skiplist") == 0) {
>> +const char *path = is_absolute_path(value) ?
>> +value : git_path("%s", value);
>
> This "either absolute or inside $
Hi Junio,
On 2015-06-19 21:03, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
>> diff --git a/builtin/index-pack.c b/builtin/index-pack.c
>> index 48fa472..87ae9ba 100644
>> --- a/builtin/index-pack.c
>> +++ b/builtin/index-pack.c
>> @@ -75,6 +75,7 @@ static int nr_threads;
>> static int
Hi,
I am currently experiencing sporadic test failures on Mac OS X 10.10.3:
Test Summary Report
---
t7503-pre-commit-hook.sh (Wstat: 256 Tests: 11 Failed:
1)
Failed test: 9
Non-zero exit status: 1
t7502-commit.sh (Wsta
26 matches
Mail list logo