Re: [PATCH 2/2] format-patch: teach format.notes config option

2019-05-06 Thread Junio C Hamano
Denton Liu writes: > In git-format-patch, notes can be appended with the `--notes` option. > However, this must be specified by the user on an > invocation-by-invocation basis. If a user is not careful, it's possible > that they may forget to include it and generate a patch series without > notes

[PATCH 2/2] format-patch: teach format.notes config option

2019-04-27 Thread Denton Liu
In git-format-patch, notes can be appended with the `--notes` option. However, this must be specified by the user on an invocation-by-invocation basis. If a user is not careful, it's possible that they may forget to include it and generate a patch series without notes. Teach git-format-patch the `