Re: [PATCH v4 1/5] git-fetch.txt: document fetch output

2016-07-04 Thread Duy Nguyen
On Mon, Jul 4, 2016 at 5:25 PM, Jakub Narębski wrote: > W dniu 2016-07-04 o 17:17, Duy Nguyen pisze: >> On Mon, Jul 4, 2016 at 4:07 PM, Jakub Narębski wrote: >>> W dniu 2016-06-26 o 07:58, Nguyễn Thái Ngọc Duy pisze: +summary:: + For a

Re: [PATCH v4 1/5] git-fetch.txt: document fetch output

2016-07-04 Thread Jakub Narębski
W dniu 2016-07-04 o 17:17, Duy Nguyen pisze: > On Mon, Jul 4, 2016 at 4:07 PM, Jakub Narębski wrote: >> W dniu 2016-06-26 o 07:58, Nguyễn Thái Ngọc Duy pisze: >>> +summary:: >>> + For a successfully fetched ref, the summary shows the old and new >>> + values of the ref

Re: [PATCH v4 1/5] git-fetch.txt: document fetch output

2016-07-04 Thread Duy Nguyen
On Mon, Jul 4, 2016 at 4:07 PM, Jakub Narębski wrote: > W dniu 2016-06-26 o 07:58, Nguyễn Thái Ngọc Duy pisze: >> +summary:: >> + For a successfully fetched ref, the summary shows the old and new >> + values of the ref in a form suitable for using as an argument to >> +

Re: [PATCH v4 1/5] git-fetch.txt: document fetch output

2016-07-04 Thread Jakub Narębski
W dniu 2016-06-26 o 07:58, Nguyễn Thái Ngọc Duy pisze: > +summary:: > + For a successfully fetched ref, the summary shows the old and new > + values of the ref in a form suitable for using as an argument to > + `git log` (this is `..` in most cases, and > + `...` for forced

[PATCH v4 1/5] git-fetch.txt: document fetch output

2016-06-25 Thread Nguyễn Thái Ngọc Duy
This documents the ref update status of fetch. The structure of this output is defined in [1]. The ouput content is refined a bit in [2] [3] [4]. This patch is a copy from git-push.txt, modified a bit because the flag '-' means different things in push (delete) and fetch (tag update). PS. For