Re: [PATCH v3 2/4] format-patch: add '--base' option to record base tree info

2016-04-09 Thread Ye Xiaolong
On Thu, Mar 31, 2016 at 10:38:04AM -0700, Junio C Hamano wrote: >> diff --git a/builtin/log.c b/builtin/log.c >> index 0d738d6..03cbab0 100644 >> --- a/builtin/log.c >> +++ b/builtin/log.c >> @@ -1185,6 +1185,82 @@ static int from_callback(const struct option *opt, >> const char *arg, int unset)

Re: [PATCH v3 2/4] format-patch: add '--base' option to record base tree info

2016-04-04 Thread Ye Xiaolong
On Fri, Apr 01, 2016 at 09:00:20AM -0700, Junio C Hamano wrote: >Ye Xiaolong writes: > >> On Thu, Mar 31, 2016 at 10:38:04AM -0700, Junio C Hamano wrote: >> >>>The contents of this look OK, but does it format correctly via >>>AsciiDoc? I suspect that only the first

Re: [PATCH v3 2/4] format-patch: add '--base' option to record base tree info

2016-04-01 Thread Junio C Hamano
Ye Xiaolong writes: > On Thu, Mar 31, 2016 at 10:38:04AM -0700, Junio C Hamano wrote: > >>The contents of this look OK, but does it format correctly via >>AsciiDoc? I suspect that only the first paragraph up to "of this >>shape:" would appear correctly and all the rest

Re: [PATCH v3 2/4] format-patch: add '--base' option to record base tree info

2016-04-01 Thread Ye Xiaolong
On Thu, Mar 31, 2016 at 10:38:04AM -0700, Junio C Hamano wrote: >Xiaolong Ye writes: > >> Maintainers or third party testers may want to know the exact base tree >> the patch series applies to. Teach git format-patch a '--base' option to >> record the base tree info and

Re: [PATCH v3 2/4] format-patch: add '--base' option to record base tree info

2016-03-31 Thread Junio C Hamano
Xiaolong Ye writes: > Maintainers or third party testers may want to know the exact base tree > the patch series applies to. Teach git format-patch a '--base' option to > record the base tree info and append this information at the end of the > _first_ message (either the

[PATCH v3 2/4] format-patch: add '--base' option to record base tree info

2016-03-30 Thread Xiaolong Ye
Maintainers or third party testers may want to know the exact base tree the patch series applies to. Teach git format-patch a '--base' option to record the base tree info and append this information at the end of the _first_ message (either the cover letter or the first patch in the series).