mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-08-12 02:32:27 +08:00
Begin phasing out :Git --paginate special case
This was a mistake. I took --paginate to be the opposite of --no-pager, but it forces $PAGER over $GIT_PAGER and pager configuration. This defeats the purpose of using it as way to trick :Git into running a regular command with :terminal. References https://github.com/tpope/vim-fugitive/issues/1415
This commit is contained in:
+2
-3
@@ -92,9 +92,8 @@ request the password via a GUI. Fugitive will configure this for you
|
||||
automatically if you have `ssh-askpass` or `git-gui` installed; otherwise it's
|
||||
your responsibility to set this up.
|
||||
|
||||
As an absolute last resort, you can invoke `:Git --paginate push`. Fugitive
|
||||
recognizes the pagination request and fires up a `:terminal`, which allows for
|
||||
interactive password entry.
|
||||
If you absolutely must type in your password by hand, sidestep Fugitive and
|
||||
use `:terminal git push`.
|
||||
|
||||
[credentials caching]: https://help.github.com/en/articles/caching-your-github-password-in-git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user