Re: [PATCH v2] add --signoff flag to `git-merge` command.

2017-07-04 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > On Tue, Jul 04 2017, Łukasz Gryglicki jotted: > >> add --signoff flag to `git-merge` command. > > We'd usually say this as: > > merge: add a --signoff flag > > Or something like that. I thought I gave a fairly complete example that can be imitated, but apparentl

Re: [PATCH v2] add --signoff flag to `git-merge` command.

2017-07-04 Thread Ævar Arnfjörð Bjarmason
On Tue, Jul 04 2017, Łukasz Gryglicki jotted: > add --signoff flag to `git-merge` command. We'd usually say this as: merge: add a --signoff flag Or something like that. > Some projects require every commit to be signed off. > Our workflow is to create feature branches and require every commit

[PATCH v2] add --signoff flag to `git-merge` command.

2017-07-03 Thread Łukasz Gryglicki
Some projects require every commit to be signed off. Our workflow is to create feature branches and require every commit to be signed off. When feature is finally approved we need to merge it into master. Merge itself is usually trivial and is done by `git merge origin/master`. Unfortunatelly this