Teach git-pull about --[no-]ff, --no-squash and --commit
commit5072a32382fb65fa7295811575d0f5c09cbe0dc3
authorLars Hjemli <hjemli@gmail.com>
Mon, 29 Oct 2007 08:41:18 +0000 (29 09:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Oct 2007 20:32:52 +0000 (29 13:32 -0700)
tree4e3609f8b9b9b900a2458ff67e7b2d42141c7090
parente2b7eaf0ca3897940961d23392d4ff718867ea9f
Teach git-pull about --[no-]ff, --no-squash and --commit

These options are supported by git-merge, but git-pull didn't know about
them.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pull.sh