[PATCH] tmp-objdir: mark some file local symbols static

2016-10-01 Thread Ramsay Jones
Signed-off-by: Ramsay Jones --- Hi Jeff, If you need to re-roll your 'jk/quarantine-received-objects' branch, could you please squash this into the relevant patches. [I also note that tmp_objdir_destroy(), declared to be part of the public interface, is not

Re: "Purposes, Concepts,Misfits, and a Redesign of Git" (a research paper)

2016-10-01 Thread Jakub Narębski
W dniu 01.10.2016 o 22:13, Kevin Daudt pisze: > On Sat, Oct 01, 2016 at 12:24:57AM +0200, Jakub Narębski wrote: >> >> | 7.2.1 Discussion >> [...] >> | There could be other use cases for the >> | staging area that Gitless doesn’t handle well but we expect >> | these to be fairly infrequent. I'd

Re: Two bugs in --pretty with %C(auto)

2016-10-01 Thread Anatoly Borodin
Hi René, On Thu, Sep 29, 2016 at 8:13 PM, René Scharfe wrote: > Reverts the change to t6006, so we'd need another test for this. > Anatoly? :) I've checked my example commands and couldn't find any regressions. -- Mit freundlichen Grüßen, Anatoly Borodin

Re: [PATCH v8 00/11] Git filter protocol

2016-10-01 Thread Jakub Narębski
W dniu 01.10.2016 o 20:59, Lars Schneider pisze: > On 29 Sep 2016, at 23:27, Junio C Hamano wrote: >> Lars Schneider writes: >> >>> We discussed that issue in v4 and v6: >>>

Re: "Purposes, Concepts,Misfits, and a Redesign of Git" (a research paper)

2016-10-01 Thread Kevin Daudt
On Sat, Oct 01, 2016 at 12:24:57AM +0200, Jakub Narębski wrote: > > | 7.2.1 Discussion > [...] > | There could be other use cases for the > | staging area that Gitless doesn’t handle well but we expect > | these to be fairly infrequent. > > Like handling merge conflict...??? Infrequent doesn't

Re: [PATCH v2 11/11] i18n: difftool: mark warnings for translation

2016-10-01 Thread Jakub Narębski
W dniu 26.09.2016 o 01:21, Junio C Hamano pisze: > Vasco Almeida writes: > >> -warn << 'EOF'; >> +warn __ <<'EOF'; >> Combined diff formats ('-c' and '--cc') are not supported in >> directory diff mode ('-d' and '--dir-diff'). >>

Re: [PATCH v2 09/11] i18n: send-email: mark warnings and errors for translation

2016-10-01 Thread Jakub Narębski
W dniu 31.08.2016 o 14:31, Vasco Almeida pisze: > Mark warnings, errors and other messages for translation. > Which discovered a few places with questionable code... (though there is one place with bad handling of translation) > Signed-off-by: Vasco Almeida > --- >

Re: [PATCH v8 00/11] Git filter protocol

2016-10-01 Thread Lars Schneider
> On 29 Sep 2016, at 23:27, Junio C Hamano wrote: > > Lars Schneider writes: > >> We discussed that issue in v4 and v6: >> http://public-inbox.org/git/20160803225313.pk3tfe5ovz4y3...@sigill.intra.peff.net/ >>

Re: [PATCH v2 08/11] i18n: send-email: mark strings for translation

2016-10-01 Thread Jakub Narębski
W dniu 26.09.2016 o 01:18, Junio C Hamano pisze: > Vasco Almeida writes: > >> @@ -1403,7 +1412,7 @@ Message-Id: $message_id >> if ($quiet) { >> printf (($dry_run ? "Dry-" : "")."Sent %s\n", $subject); >> } else { >> -print (($dry_run ?

Re: [PATCH v2 07/11] i18n: add--interactive: mark edit_hunk_manually message for translation

2016-10-01 Thread Jakub Narębski
W dniu 31.08.2016 o 14:31, Vasco Almeida pisze: > Mark message of edit_hunk_manually displayed in the editing file when > user chooses 'e' option. The message had to be unfolded to allow > translation of the $participle verb. Actually you need to unfold the message if exact translation (the

Re: [PATCH v2 04/11] i18n: add--interactive: mark plural strings

2016-10-01 Thread Jakub Narębski
W dniu 26.09.2016 o 20:15, Vasco Almeida pisze: > A Qua, 31-08-2016 às 12:31 +, Vasco Almeida escreveu: >> >> Mark plural strings for translation. Unfold each action case in one >> entire sentence. >> >> Pass new keyword for xgettext to extract. >> >> Update test to include new subrotine

Re: [PATCH 1/3] add QSORT

2016-10-01 Thread René Scharfe
Am 30.09.2016 um 00:36 schrieb Junio C Hamano: > 3. builtin/show-branch.c does this: > > qsort(ref_name + bottom, top - bottom, sizeof(ref_name[0]), > compare_ref_name); > > where ref_name[] is a file-scope global: > > static char *ref_name[MAX_REVS + 1]; > > and top and

Re: [PATCH v8 11/11] convert: add filter..process option

2016-10-01 Thread Lars Schneider
> On 29 Sep 2016, at 01:14, Jakub Narębski wrote: > > Part third (and last) of the review of v8 11/11. > > W dniu 20.09.2016 o 21:02, larsxschnei...@gmail.com napisał: > > >> @@ -31,7 +31,10 @@ test_expect_success setup ' >> cat test >test.i && >> git add test

Re: Impossible to change working directory

2016-10-01 Thread Torsten Bögershausen
On 29.09.16 21:30, Sebastian Feldmann wrote: > Hi there, > > I have a problem executing a pre-commit hook. > The hook script has to change the working directory to work and if I use plain > > git commit > > it works as expected, the script executes without errors, but if I use > > git commit —only

Re: [PATCH 1/5] pretty: allow formatting DATE_SHORT

2016-10-01 Thread Jeff King
On Fri, Sep 30, 2016 at 12:56:39PM +0200, SZEDER Gábor wrote: > > Nice. I use date=short in some of my aliases and switching to this is > > nicer. I assume this turns into "%(as)"? > > > > What about documenting this in pretty-formats.txt? > > Here you go :) > > >

Re: [PATCH] diff_unique_abbrev(): document its assumtion and limitation

2016-10-01 Thread Jeff King
On Fri, Sep 30, 2016 at 12:19:51PM -0700, Junio C Hamano wrote: > Jeff King writes: > > > ... Now that function _would_ > > want to be updated as a result of the other conversation (it would need > > to do something sensible with "-1", like turning it into "7", or > > whatever

Re: [PATCH 4/6] receive-pack: quarantine objects until pre-receive accepts

2016-10-01 Thread Jeff King
On Fri, Sep 30, 2016 at 03:36:30PM -0400, Jeff King wrote: > @@ -1639,6 +1666,18 @@ static const char *unpack(int err_fd, struct > shallow_info *si) > argv_array_push(, alt_shallow_file); > } > > + tmp_objdir = tmp_objdir_create(); > + if (!tmp_objdir) > +

hi git

2016-10-01 Thread SH
hey git http://owcomunicacao.com.br/swimming.php?henry=b2z10tymag0bzt5ut Best Wishes SH