]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-pull.txt
Merge branch 'bc/faq'
[thirdparty/git.git] / Documentation / git-pull.txt
index 9c7ab2d48f1a91a7e3be27e5eb6828df8dad3b67..5c3fb67c01483957359df5cbadd0e839809c3c85 100644 (file)
@@ -134,15 +134,6 @@ unless you have read linkgit:git-rebase[1] carefully.
 --no-rebase::
        Override earlier --rebase.
 
---autostash::
---no-autostash::
-       Before starting rebase, stash local modifications away (see
-       linkgit:git-stash[1]) if needed, and apply the stash entry when
-       done. `--no-autostash` is useful to override the `rebase.autoStash`
-       configuration variable (see linkgit:git-config[1]).
-+
-This option is only valid when "--rebase" is used.
-
 Options related to fetching
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~