diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-20 18:02:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-20 22:49:36 +0200 |
| commit | 47075e21ba9a5592c5a06601d2e357a360bf8d37 (patch) | |
| tree | 72d21166cf8b9d467147a814a1e39ba3d5ba8f7e /Documentation | |
| parent | 534ef5a649d2209707249447971133d54944cffa (diff) | |
Add support for "git bundle"
Closes #4392.
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/3.3.0.org | 3 | ||||
| -rw-r--r-- | Documentation/magit.org | 14 | ||||
| -rw-r--r-- | Documentation/magit.texi | 30 |
3 files changed, 43 insertions, 4 deletions
diff --git a/Documentation/RelNotes/3.3.0.org b/Documentation/RelNotes/3.3.0.org index 6fe14dd..5c49131 100644 --- a/Documentation/RelNotes/3.3.0.org +++ b/Documentation/RelNotes/3.3.0.org @@ -29,6 +29,9 @@ - Added new command ~magit-dired-am-apply-patches~ for use in Dired. #4094. +- Added new tranient prefix command ~magit-bundle~, which provides + support for ~git bundle~. #4392 + ** Fixes since v3.2.0 - Make ~magit-branch-remote-head~ and ~magit-branch-current~ fall back diff --git a/Documentation/magit.org b/Documentation/magit.org index 621c695..9cd5ce0 100644 --- a/Documentation/magit.org +++ b/Documentation/magit.org @@ -8,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Magit: (magit). #+TEXINFO_DIR_DESC: Using Git from Emacs with Magit. -#+SUBTITLE: for version 3.2.1 (v3.2.1-40-g678df30c3+1) +#+SUBTITLE: for version 3.2.1 (v3.2.1-43-g534ef5a64+1) #+TEXINFO_DEFFN: t #+OPTIONS: H:4 num:3 toc:2 @@ -25,7 +25,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. #+TEXINFO: @noindent -This manual is for Magit version 3.2.1 (v3.2.1-40-g678df30c3+1). +This manual is for Magit version 3.2.1 (v3.2.1-43-g534ef5a64+1). #+BEGIN_QUOTE Copyright (C) 2015-2021 Jonas Bernoulli <jonas@bernoul.li> @@ -6934,6 +6934,16 @@ Also see [[man:git-worktree]] If the worktree at point is the one whose status is already being displayed in the current buffer, then show it in Dired instead. +** Bundle + +Also see [[man:git-bundle]] + +- Command: magit-bundle + + This transient prefix command binds several suffix commands for + running ~git bundle~ subcommands and displays them in a temporary + buffer until a suffix is invoked. + ** Common Commands - Command: magit-switch-to-repository-buffer diff --git a/Documentation/magit.texi b/Documentation/magit.texi index db5c185..caf202e 100644 --- a/Documentation/magit.texi +++ b/Documentation/magit.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Magit User Manual -@subtitle for version 3.2.1 (v3.2.1-40-g678df30c3+1) +@subtitle for version 3.2.1 (v3.2.1-43-g534ef5a64+1) @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -53,7 +53,7 @@ directly from within Emacs. While many fine Git clients exist, only Magit and Git itself deserve to be called porcelains. @noindent -This manual is for Magit version 3.2.1 (v3.2.1-40-g678df30c3+1). +This manual is for Magit version 3.2.1 (v3.2.1-43-g534ef5a64+1). @quotation Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> @@ -261,6 +261,7 @@ Miscellaneous * Submodules:: * Subtree:: * Worktree:: +* Bundle:: * Common Commands:: * Wip Modes:: * Commands for Buffers Visiting Files:: @@ -9022,6 +9023,7 @@ discards all changes made since the sequence started. * Submodules:: * Subtree:: * Worktree:: +* Bundle:: * Common Commands:: * Wip Modes:: * Commands for Buffers Visiting Files:: @@ -9490,6 +9492,30 @@ If the worktree at point is the one whose status is already being displayed in the current buffer, then show it in Dired instead. @end table +@node Bundle +@section Bundle + +Also see +@ifinfo +@ref{git-bundle,,,gitman,}. +@end ifinfo +@ifhtml +@html +the <a href="http://git-scm.com/docs/git-bundle">git-bundle(1)</a> manpage. +@end html +@end ifhtml +@iftex +the git-bundle(1) manpage. +@end iftex + +@cindex magit-bundle +@deffn Command magit-bundle + +This transient prefix command binds several suffix commands for +running @code{git bundle} subcommands and displays them in a temporary +buffer until a suffix is invoked. +@end deffn + @node Common Commands @section Common Commands |
