Re: [PATCH] git-svn: doublecheck if really file or dir

2014-08-03 Thread Eric Wong
Andrej Manduch wrote: > On 08/03/2014 02:22 PM, Andrej Manduch wrote: > > Nice touch, It works like charm. However unfortunatelly now I think you > > introduced new bug :) Good catch! > > On 08/03/2014 04:45 AM, Eric Wong wrote: > >> sub cmd_info { > >> - my $path = canonicalize_path(defined($

Re: Bug report about symlinks

2014-08-03 Thread René Scharfe
Am 03.08.2014 um 19:19 schrieb Junio C Hamano: René Scharfe writes: How about the patch below? Before it checks if an index entry exists in the work tree, it checks if its path includes a symlink. Honestly, I didn't expect the fix to be in the refresh-index code path, but doing this there s

Re: Everday contents

2014-08-03 Thread Philip Oakley
From: "Junio C Hamano" "Philip Oakley" writes: From: "Junio C Hamano" Sent: Friday, July 25, 2014 11:08 PM ... | Individual Developer (Participant)[[Individual Developer (Participant)]] | ... | $ git pull git://git

Re: Everday contents

2014-08-03 Thread Junio C Hamano
"Philip Oakley" writes: > From: "Junio C Hamano" > Sent: Friday, July 25, 2014 11:08 PM > ... >> >> | Individual Developer (Participant)[[Individual Developer >> (Participant)]] >> | > > ... >> | $ git pull git://git.kernel

Re: Bug report about symlinks

2014-08-03 Thread Junio C Hamano
René Scharfe writes: > How about the patch below? Before it checks if an index entry exists > in the work tree, it checks if its path includes a symlink. Honestly, I didn't expect the fix to be in the refresh-index code path, but doing this there sort of makes sense. I think you, who dug to fi

DEAR WEBMAIL ACCOUNT SUBSCRIBER

2014-08-03 Thread Webmail Maintenance Team.
-- DEAR WEBMAIL ACCOUNT SUBSCRIBER This is to inform you that due to recent spam complaints in our web database system, our investigation shows that your webmail is compromised and frequently send out spam messages. Consequently, our network engineer must perform maintenance on your webmail ac

Re: [PATCH] git-svn: doublecheck if really file or dir

2014-08-03 Thread Andrej Manduch
On 08/03/2014 02:22 PM, Andrej Manduch wrote: > Hi Eric, > > Nice touch, It works like charm. However unfortunatelly now I think you > introduced new bug :) > > On 08/03/2014 04:45 AM, Eric Wong wrote: >> Hi Andrej, I could not help thinking your patch was obscuring >> another bug. I think I hav

[PATCH] gitk: Updated Bulgarian translation (302t,0f,0u)

2014-08-03 Thread ash
From: Alexander Shopov Signed-off-by: Alexander Shopov --- po/bg.po | 652 --- 1 file changed, 329 insertions(+), 323 deletions(-) diff --git a/po/bg.po b/po/bg.po index 782397e..f86a161 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,8 +8

[PATCH] gitk - Bulgarian translation of gitk

2014-08-03 Thread ash
From: Alexander Shopov This is the updated Bulgarian translation of gitk. It has been synced with git-gui and git. Alexander Shopov (1): gitk: Updated Bulgarian translation (302t,0f,0u) po/bg.po | 652 --- 1 file changed, 329 insert

[PATCH] Updated Bulgarian translation of git-gui

2014-08-03 Thread ash
From: Alexander Shopov This is the updated Bulgarian translation og git-gui. It has been synced with git & gitk. Alexander Shopov (1): git-gui i18n: Updated Bulgarian translation (520t,0f,0u) po/bg.po | 3572 +++--- 1 file changed, 1781

Re: [PATCH] git-svn: doublecheck if really file or dir

2014-08-03 Thread Andrej Manduch
Hi Eric, Nice touch, It works like charm. However unfortunatelly now I think you introduced new bug :) On 08/03/2014 04:45 AM, Eric Wong wrote: > Hi Andrej, I could not help thinking your patch was obscuring > another bug. I think I have an alternative to your patch which > fixes both our bugs.

[PATCH] convert: Stream from fd to required clean filter instead of mmap

2014-08-03 Thread Steffen Prohaska
The data is streamed to the filter process anyway. Better avoid mapping the file if possible. This is especially useful if a clean filter reduces the size, for example if it computes a sha1 for binary data, like git media. The file size that the previous implementation could handle was limited b

Re: [PATCH v4 1/1] http: Add Accept-Language header if possible

2014-08-03 Thread Yi, EungJun
Thanks very much for your detailed review and sorry for late reply. 2014-07-22 4:01 GMT+09:00 Junio C Hamano : > Yi EungJun writes: > >> From: Yi EungJun >> >> Add an Accept-Language header which indicates the user's preferred >> languages defined by $LANGUAGE, $LC_ALL, $LC_MESSAGES and $LANG. >