[BUG?] git-pull and git-merge don't support option --ff as the document says

3 messages, 2 authors, 2016-06-15 · open the first message on its own page

[BUG?] git-pull and git-merge don't support option --ff as the document says

From: Yin Ping <hidden>
Date: 2016-06-15 22:43:45

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

Re: [BUG?] git-pull and git-merge don't support option --ff as the document says

From: Lars Hjemli <hidden>
Date: 2016-06-15 22:43:45

On 10/28/07, Yin Ping [off-list ref] wrote:
Released git version 1.5.3.4
--ff/--no-ff is not part of any released git version; you'll need to
build the 'master' branch of git.git. And they're currently only
supported by git-merge, not git-pull (the same goes for --no-squash).

-- 
larsh

Re: [BUG?] git-pull and git-merge don't support option --ff as the document says

From: Yin Ping <hidden>
Date: 2016-06-15 22:43:45

On 10/29/07, Lars Hjemli [off-list ref] wrote:
On 10/28/07, Yin Ping [off-list ref] wrote:
quoted
Released git version 1.5.3.4
--ff/--no-ff is not part of any released git version; you'll need to
build the 'master' branch of git.git. And they're currently only
supported by git-merge, not git-pull (the same goes for --no-squash).
see, 3x


-- 
franky
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help