Browse Source
Specify git-merge's options in the option list, and pass any specified options to git-merge. These options are: * -n, --stat, --summary: sincemaintd8abe14
(merge, pull: introduce '--(no-)stat' option, 2008-04-06) * --log: sinceefb779f
(merge, pull: add '--(no-)log' command line option, 2008-04-06) * --squash: since7d0c688
(git-merge --squash, 2006-06-23) * --commit: since5072a32
(Teach git-pull about --[no-]ff, --no-squash and --commit, 2007-10-29) * --edit: since8580830
("git pull" doesn't know "--edit", 2012-02-11) * --ff, --ff-only: since5072a32
(Teach git-pull about --[no-]ff, --no-squash and --commit, 2007-10-29) * --verify-signatures: sinceefed002
(merge/pull: verify GPG signatures of commits being merged, 2013-03-31) * -s, --strategy: since60fb5b2
(Use git-merge in git-pull (second try)., 2005-09-25) * -X, --strategy-option: sinceee2c795
(Teach git-pull to pass -X<option> to git-merge, 2009-11-25) * -S, --gpg-sign: sinceea230d8
(pull: add the --gpg-sign option., 2014-02-10) Signed-off-by: Paul Tan <pyokagan@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Paul Tan
10 years ago
committed by
Junio C Hamano
1 changed files with 75 additions and 0 deletions
Loading…
Reference in new issue