X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-pull.txt;h=ab4de103586e8382801dad7de2f43c57f4758e7e;hb=1ba5c532e1f6ede63fd46bf6b647e70baa10a364;hp=31f42ea21a249abfa1ab2e220a077fee30d3d5e4;hpb=4fd8145c0cb419a8b262115be8db9e18d63632db;p=git.git diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt index 31f42ea21..ab4de1035 100644 --- a/Documentation/git-pull.txt +++ b/Documentation/git-pull.txt @@ -31,6 +31,16 @@ in a state that is hard to back out of in the case of a conflict. OPTIONS ------- +-q:: +--quiet:: + This is passed to both underlying git-fetch to squelch reporting of + during transfer, and underlying git-merge to squelch output during + merging. + +-v:: +--verbose:: + Pass --verbose to git-fetch and git-merge. + Options related to merging ~~~~~~~~~~~~~~~~~~~~~~~~~~