git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git pull --no-ff documentation
@ 2012-10-01  3:36 乙酸鋰
  2012-10-01  4:42 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: 乙酸鋰 @ 2012-10-01  3:36 UTC (permalink / raw)
  To: git

Hi,

The order of options in git pull is not clear in the documentation
It only says
git pull [options] [<repository> [<refspec>...]]
So we have no idea which options should come first

I tried
git pull -v --no-tags --progress --no-ff origin
but failed with unknown option 'no-ff'.

But if I ran
git pull -v --no-ff  --no-tags --progress origin
it succeeded.

Regards,
ch3cooli

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-01 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-01  3:36 git pull --no-ff documentation 乙酸鋰
2012-10-01  4:42 ` Junio C Hamano
2012-10-01 19:54   ` Philip Oakley
2012-10-01 20:24     ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).