This is magit.info, produced by makeinfo version 6.5 from magit.texi.
|
|
Copyright (C) 2015-2018 Jonas Bernoulli <jonas@bernoul.li>
|
|
You can redistribute this document and/or modify it under the terms
|
of the GNU General Public License as published by the Free Software
|
Foundation, either version 3 of the License, or (at your option)
|
any later version.
|
|
This document is distributed in the hope that it will be useful,
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
General Public License for more details.
|
|
INFO-DIR-SECTION Emacs
|
START-INFO-DIR-ENTRY
|
* Magit: (magit). Using Git from Emacs with Magit.
|
END-INFO-DIR-ENTRY
|
|
|
Indirect:
|
magit.info-1: 754
|
magit.info-2: 307175
|
|
Tag Table:
|
(Indirect)
|
Node: Top754
|
Node: Introduction6307
|
Node: Installation11030
|
Node: Installing from Melpa11360
|
Node: Installing from the Git Repository12433
|
Node: Post-Installation Tasks14979
|
Node: Getting Started16264
|
Node: Interface Concepts21611
|
Node: Modes and Buffers21942
|
Node: Switching Buffers23691
|
Node: Naming Buffers28234
|
Node: Quitting Windows31541
|
Node: Automatic Refreshing of Magit Buffers33173
|
Node: Automatic Saving of File-Visiting Buffers35941
|
Node: Automatic Reverting of File-Visiting Buffers37126
|
Node: Risk of Reverting Automatically42122
|
Node: Sections44505
|
Node: Section Movement45446
|
Node: Section Visibility49543
|
Node: Section Hooks54402
|
Node: Section Types and Values56809
|
Node: Section Options58112
|
Node: Popup Buffers and Prefix Commands58584
|
Node: Completion Confirmation and the Selection60965
|
Node: Action Confirmation61402
|
Node: Completion and Confirmation68748
|
Node: The Selection71934
|
Node: The hunk-internal region74833
|
Node: Support for Completion Frameworks75922
|
Node: Additional Completion Options80738
|
Node: Running Git81337
|
Node: Viewing Git Output81610
|
Node: Git Process Status82743
|
Node: Running Git Manually83708
|
Node: Git Executable86110
|
Node: Global Git Arguments88392
|
Node: Inspecting89198
|
Node: Status Buffer90345
|
Node: Status Sections93109
|
Node: Status Header Sections97912
|
Node: Status Module Sections100542
|
Node: Status Options103047
|
Node: Repository List104801
|
Node: Logging106959
|
Node: Refreshing Logs109412
|
Node: Log Buffer110797
|
Node: Log Margin114592
|
Node: Select from Log117232
|
Node: Reflog119336
|
Node: Cherries120868
|
Node: Diffing122595
|
Node: Refreshing Diffs125548
|
Node: Diff Buffer129039
|
Node: Diff Options133623
|
Node: Revision Buffer137899
|
Node: Ediffing140833
|
Node: References Buffer144429
|
Node: References Sections154193
|
Node: Bisecting155054
|
Node: Visiting Blobs156792
|
Node: Blaming157302
|
Node: Manipulating163113
|
Node: Repository Setup163429
|
Node: Staging and Unstaging164469
|
Node: Staging from File-Visiting Buffers168550
|
Node: Applying169718
|
Node: Committing171611
|
Node: Initiating a Commit172194
|
Node: Editing Commit Messages175522
|
Node: Branching185918
|
Node: The Two Remotes186148
|
Node: The Branch Popup188765
|
Node: The Branch Config Popup205825
|
Node: Auxiliary Branch Commands211766
|
Node: Merging212871
|
Node: Resolving Conflicts216802
|
Node: Rebasing221803
|
Node: Editing Rebase Sequences225967
|
Node: Information About In-Progress Rebase228997
|
Ref: Information About In-Progress Rebase-Footnote-1237746
|
Node: Cherry Picking238342
|
Node: Reverting242594
|
Node: Resetting243968
|
Node: Stashing245622
|
Node: Transferring250145
|
Node: Remotes250383
|
Node: The Remote Popup250539
|
Node: The Remote Config Popup254007
|
Node: Fetching255663
|
Node: Pulling257025
|
Node: Pushing257868
|
Node: Creating and Sending Patches262609
|
Node: Applying Patches263446
|
Node: Miscellaneous265032
|
Node: Tagging265348
|
Node: Notes266696
|
Node: Submodules269007
|
Node: Listing Submodules269221
|
Node: Submodule Popup271145
|
Node: Subtree273598
|
Node: Worktree274838
|
Node: Common Commands276048
|
Node: Wip Modes277795
|
Node: Wip Graph282728
|
Node: Legacy Wip Modes285042
|
Node: Minor Mode for Buffers Visiting Files287937
|
Node: Minor Mode for Buffers Visiting Blobs293353
|
Node: Customizing294166
|
Node: Per-Repository Configuration295834
|
Node: Essential Settings297483
|
Node: Safety297807
|
Node: Performance299572
|
Node: Microsoft Windows Performance307175
|
Node: MacOS Performance308366
|
Ref: MacOS Performance-Footnote-1309602
|
Ref: MacOS Performance-Footnote-2309684
|
Ref: MacOS Performance-Footnote-3309744
|
Node: Plumbing309910
|
Node: Calling Git310733
|
Node: Getting a Value from Git312258
|
Node: Calling Git for Effect315344
|
Node: Section Plumbing321864
|
Node: Creating Sections322092
|
Node: Section Selection325992
|
Node: Matching Sections327791
|
Node: Refreshing Buffers333764
|
Node: Conventions336906
|
Node: Theming Faces337098
|
Node: FAQ345213
|
Node: FAQ - How to ...?345655
|
Node: How to show git's output?346015
|
Node: How to install the gitman info manual?346769
|
Node: How to show diffs for gpg-encrypted files?347739
|
Node: How does branching and pushing work?348335
|
Node: Can Magit be used as ediff-version-control-package?348698
|
Node: FAQ - Issues and Errors350687
|
Node: Magit is slow351619
|
Node: I changed several thousand files at once and now Magit is unusable351833
|
Node: I am having problems committing352562
|
Node: I am using MS Windows and cannot push with Magit353043
|
Node: I am using OS X and SOMETHING works in shell but not in Magit353660
|
Node: Diffs contain control sequences354466
|
Node: Expanding a file to show the diff causes it to disappear355579
|
Node: Point is wrong in the COMMIT_EDITMSG buffer356130
|
Node: The mode-line information isn't always up-to-date357176
|
Node: A branch and tag sharing the same name breaks SOMETHING358258
|
Node: My Git hooks work on the command-line but not inside Magit359146
|
Node: git-commit-mode isn't used when committing from the command-line359983
|
Node: Point ends up inside invisible text when jumping to a file-visiting buffer362250
|
Node: Debugging Tools363048
|
Node: Keystroke Index364935
|
Node: Command Index396948
|
Node: Function Index431821
|
Node: Variable Index447202
|
|
End Tag Table
|
|
|
Local Variables:
|
coding: utf-8
|
End:
|