git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG?] git-pull and git-merge don't support option --ff as the document says
@ 2007-10-28 16:36 Yin Ping
  2007-10-29  7:14 ` Lars Hjemli
  0 siblings, 1 reply; 3+ messages in thread
From: Yin Ping @ 2007-10-28 16:36 UTC (permalink / raw)
  To: git

Released git version 1.5.3.4

yinping@kooxoo235:~/git$ git-pull --ff
Usage: /usr/local/bin/git-fetch <fetch-options> <repository> <refspec>...
yinping@kooxoo235:~/git$ git-pull --no-ff
Usage: /usr/local/bin/git-fetch <fetch-options> <repository> <refspec>...


yinping@kooxoo235:~/git$ git-merge --ff origin/master
Usage: /usr/local/bin/git-merge [-n] [--summary] [--no-commit]
[--squash] [-s <strategy>] [-m=<merge-message>] <commit>+
yinping@kooxoo235:~/git$ git-merge --no-ff origin/master
Usage: /usr/local/bin/git-merge [-n] [--summary] [--no-commit]
[--squash] [-s <strategy>] [-m=<merge-message>] <commit>+

-- 
franky

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

end of thread, other threads:[~2007-10-29 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-28 16:36 [BUG?] git-pull and git-merge don't support option --ff as the document says Yin Ping
2007-10-29  7:14 ` Lars Hjemli
2007-10-29 13:05   ` Yin Ping

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 NNTP newsgroup(s).