Skip to content

Commit 9d5e351

Browse files
author
Fabian Wermelinger
committed
Update documentation for :Git {args} command
Added description for multifile edit behavior.
1 parent 89ed871 commit 9d5e351

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/fugitive.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ that are part of Git repositories).
2929
On UNIX this uses a pty and on other platforms it uses
3030
a pipe, which will cause some behavior differences
3131
such as the absence of progress bars. Any file the
32-
command edits (for example, a commit message) will be
33-
loaded into a split window. Closing that window will
34-
resume running the command. A few Git subcommands
35-
have different behavior; these are documented below.
32+
command edits (for example, a commit message or email
33+
drafts for multiple patches) will be loaded into a
34+
split window for each file to edit. Closing that
35+
window (or the last remaining window for multifile
36+
edits) will resume running the command. A few Git
37+
subcommands have different behavior; these are
38+
documented below.
3639

3740
*:Git!*
3841
:Git! {args} Run an arbitrary git command in the background and

0 commit comments

Comments
 (0)