[ANN] Pro Git Reedited 2nd Edition

2016-07-23 Thread Jon Forrest
This an announcement of Pro Git Reedited 2nd Edition, which is a substantial edit of Chacon and Straub's Pro Git 2nd Edition. I spent a lot of time tightening it up and maybe clearing up some explanations. The pdf is downloadable at: https://drive.google.com/open?id=0B-Llso12P94-Ujg5Z1dhWUhhMm8

[PATCH 1/2] mailinfo: extract is_from_line from mailsplit

2016-07-23 Thread Eric Wong
We will be reusing is_from_line for quoting format-patch output in the next commit. Suggested-by: Johannes Schindelin Signed-off-by: Eric Wong --- builtin/mailsplit.c | 32 +--- mailinfo.c | 31

[PATCH 2/2] format-patch: escape "From " lines recognized by mailsplit

2016-07-23 Thread Eric Wong
Users have mistakenly copied "From " lines into commit messages in the past, and will certainly make the same mistakes in the future. Since not everyone uses mboxrd, yet, we should at least prevent miss-split mails by always escaping "From " lines based on the check used by mailsplit. mailsplit

Re: [PATCH] format-patch: escape "From " lines recognized by mailsplit

2016-07-23 Thread Eric Wong
Johannes Schindelin wrote: > I think that this change: > deserves to live in a separate patch... It would make the real change > stick out better. Good point, I actually wrote a looser check based on is_mboxrd_from before realizing the stricter check from mailsplit

Is me Ruth

2016-07-23 Thread nsk_inskoi_a5
Njena me Ruth, ste dobili mojo e-pošto? pišite mi nazaj takoj, da mi sporocite, poljubi. Ruth. Waiting. It's me Ruth, are you getting my email? please write me back immediately to let me know, kisses. Ruth. Waiting. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of

Re;为各跨境电商提供物流服务

2016-07-23 Thread Paul Tsang
Dear Sir/Miss This is the e-mail from Paul of HAOCHING INT'L LOGISTICS LTD in China. Our company is a well-staffed freight forwarding and logistics service company located in Shenzhen/Dongguan/Guangzhou/HuiZhou/Zhongshan GuangDong Province china,and provide safety, convenient & speedy logistic

Re: Complex gitweb URL

2016-07-23 Thread Jakub Narębski
W dniu 2016-07-20 o 21:24, CLOSE Dave pisze: > I'm trying to create a URL that will always refer to the latest version > of a file stored under Gerrit. gitweb access is available. The man page > specification doesn't seem to work for me. Instead, I seem to need to > put most of the information

Re: [RFC/PATCH 0/8] Add configuration options for split-index

2016-07-23 Thread Christian Couder
On Tue, Jul 12, 2016 at 6:01 PM, Duy Nguyen wrote: > On Mon, Jul 11, 2016 at 7:22 PM, Christian Couder > wrote: >> Future work >> ~~~ >> >> One thing that is probably missing is a mechanism to avoid having too >> many changes accumulating in

[PATCH] push: allow pushing new branches with --force-with-lease

2016-07-23 Thread John Keeping
If there is no upstream information for a branch, it is likely that it is newly created and can safely be pushed under the normal fast-forward rules. Relax the --force-with-lease check so that we do not reject these branches immediately but rather attempt to push them as new branches, using the

Kedves baratom

2016-07-23 Thread ochoa
Kedves baratom, En Mrs. Denis Perman Izland, felesegul keso Engineer Denis Perman {PhD} aki dolgozott egy olajvallalat Kuvait 19 evvel halala elott az 2009. augusztus 22 hazasodtunk huszonnegy even keresztul nem gyermek. Meghalt rovid betegseg utan tartott, hogy csak negy nap. Halala elott, o az

Kedves baratom

2016-07-23 Thread ochoa
Kedves baratom, En Mrs. Denis Perman Izland, felesegul keso Engineer Denis Perman {PhD} aki dolgozott egy olajvallalat Kuvait 19 evvel halala elott az 2009. augusztus 22 hazasodtunk huszonnegy even keresztul nem gyermek. Meghalt rovid betegseg utan tartott, hogy csak negy nap. Halala elott, o az

[PATCH v2] i18n: notes: mark comment for translation

2016-07-23 Thread Vasco Almeida
Mark comment displayed when editing a note for translation. Signed-off-by: Vasco Almeida --- It seems that strbuf_add_commented_lines adds a trailing newline. So adding another strbuf_addch(, '\n') would make 2 lines rather only one. builtin/notes.c | 5 +++-- 1 file

Re: [PATCH 00/10] git worktree (re)move

2016-07-23 Thread Duy Nguyen
On Sat, Jun 25, 2016 at 9:54 AM, Nguyễn Thái Ngọc Duy wrote: > Now that nd/worktree-lock seems to be on its way to 'next', let's > continue to review this one. The first 5 patches bring busybox's copy > functionality to git. The last 5 add support functions and the two new >

Re: [PATCH v2 5/6] date: document and test "raw-local" mode

2016-07-23 Thread Jakub Narębski
W dniu 2016-07-22 o 21:51, Jeff King pisze: > The "raw" format shows a Unix epoch timestamp, but with a > timezone tacked on. The timestamp is not _in_ that zone, but > it is extra information about the time (by default, the zone > the author was in). I would say that "Unix time" (name according

Re: [PATCH] format-patch: escape "From " lines recognized by mailsplit

2016-07-23 Thread Johannes Schindelin
Hi Eric, I think that this change: On Fri, 22 Jul 2016, Eric Wong wrote: > diff --git a/builtin/mailsplit.c b/builtin/mailsplit.c > index 3068168..bb8f9c9 100644 > --- a/builtin/mailsplit.c > +++ b/builtin/mailsplit.c > @@ -8,41 +8,11 @@ > #include "builtin.h" > #include "string-list.h" >

Re: [PATCH 0/3] minor git-jump improvements

2016-07-23 Thread Johannes Schindelin
Hi Peff, On Fri, 22 Jul 2016, Jeff King wrote: > Here are a few quick fixes and features for git-jump. The first is a bug > I noticed and fixed recently. And that reminded me of the second one, > which I'd been carrying in my local copy for a long time. > > [1/3]: contrib/git-jump: fix greedy

[PATCH v2 ew/daemon-socket-keepalive] Windows: add missing definition of ENOTSOCK

2016-07-23 Thread Johannes Sixt
The previous commit introduced the first use of ENOTSOCK. This macro is not available on Windows. Define it as WSAENOTSOCK because that is the corresponding error value reported by the Windows versions of socket functions. For details, see

Re: [PATCH v1 3/3] convert: add filter..useProtocol option

2016-07-23 Thread Eric Wong
larsxschnei...@gmail.com wrote: > Please note that the protocol filters do not support stream processing > with this implemenatation because the filter needs to know the length of > the result in advance. A protocol version 2 could address this in a > future patch. Would it be prudent to reuse

Re: [PATCH ew/daemon-socket-keepalive] Windows: add missing definition of ENOTSOCK

2016-07-23 Thread Johannes Schindelin
Hi Junio, On Fri, 22 Jul 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > On Thu, 21 Jul 2016, Johannes Sixt wrote: > > > >> The previous commit introduced the first use of ENOTSOCK. This macro is > >> not available on Windows. Define it as

Re: [PATCH v1 3/3] convert: add filter..useProtocol option

2016-07-23 Thread Eric Wong
Jakub Narębski wrote: > W dniu 2016-07-22 o 17:49, larsxschnei...@gmail.com pisze: > > +use strict; > > +use warnings; > > +use autodie; > > autodie? "set -e" for Perl (man autodie) It's been a part of Perl for ages, but I've never used it myself, either; I suppose it's fine