Conflicting "-n" short options for git-pull?
From: Frans Pop <hidden>
Date: 2016-06-15 22:43:34
From: Frans Pop <hidden>
Date: 2016-06-15 22:43:34
Hello,
According to the man page for git-pull from git-core 1.5.3.1 (Debian
package), two options are defined as having the short option "-n":
-n, --no-summary
Do not show diffstat at the end of the merge.
[...]
-n, --no-tags
By default, git-fetch fetches tags that point at objects that are
downloaded from the remote repository and stores them locally. This
option disables this automatic tag following.
Cheers,
Frans Pop