update packages

This commit is contained in:
2025-07-13 14:06:54 +02:00
parent 373aa8226e
commit fc97ce061b
28 changed files with 508 additions and 215 deletions

View File

@@ -8474,6 +8474,9 @@ for git to complete before letting the user do something else. For
example after staging a change it is useful to wait until after the
refresh because that also automatically moves to the next change.
The synchronous functions return the exit code, while the
asynchronous functions return the process object.
-- Function: magit-call-git &rest args
Calls git synchronously with ARGS.
@@ -10099,8 +10102,8 @@ Appendix D Function and Command Index
* magit-builtin-completing-read: Completion Confirmation and the Selection.
(line 358)
* magit-bundle: Bundle. (line 8)
* magit-call-git: Calling Git. (line 135)
* magit-call-process: Calling Git. (line 138)
* magit-call-git: Calling Git. (line 138)
* magit-call-process: Calling Git. (line 141)
* magit-cancel-section: Section Plumbing. (line 72)
* magit-checkout: Branching. (line 97)
* magit-cherry: Logging. (line 382)
@@ -10272,7 +10275,7 @@ Appendix D Function and Command Index
* magit-generate-buffer-name-default-function: Modes and Buffers.
(line 141)
* magit-get-section: Section Plumbing. (line 130)
* magit-git: Calling Git. (line 153)
* magit-git: Calling Git. (line 156)
* magit-git-command: Running Git. (line 97)
* magit-git-command-topdir: Running Git. (line 89)
* magit-git-exit-code: Calling Git. (line 37)
@@ -10287,7 +10290,7 @@ Appendix D Function and Command Index
* magit-git-string: Calling Git. (line 59)
* magit-git-success: Calling Git. (line 40)
* magit-git-true: Calling Git. (line 48)
* magit-git-wash: Calling Git. (line 157)
* magit-git-wash: Calling Git. (line 160)
* magit-go-backward: Logging. (line 116)
* magit-go-backward <1>: Diffing. (line 173)
* magit-go-forward: Logging. (line 119)
@@ -10506,11 +10509,11 @@ Appendix D Function and Command Index
* magit-revert-and-commit: Cherry Picking. (line 106)
* magit-revert-no-commit: Cherry Picking. (line 111)
* magit-run: Running Git. (line 85)
* magit-run-git: Calling Git. (line 141)
* magit-run-git-async: Calling Git. (line 166)
* magit-run-git: Calling Git. (line 144)
* magit-run-git-async: Calling Git. (line 169)
* magit-run-git-gui: Running Git. (line 131)
* magit-run-git-with-editor: Calling Git. (line 178)
* magit-run-git-with-input: Calling Git. (line 144)
* magit-run-git-with-editor: Calling Git. (line 181)
* magit-run-git-with-input: Calling Git. (line 147)
* magit-run-gitk: Running Git. (line 122)
* magit-run-gitk-all: Running Git. (line 125)
* magit-run-gitk-branches: Running Git. (line 128)
@@ -10580,8 +10583,8 @@ Appendix D Function and Command Index
(line 63)
* magit-stage-modified: Staging and Unstaging.
(line 36)
* magit-start-git: Calling Git. (line 189)
* magit-start-process: Calling Git. (line 207)
* magit-start-git: Calling Git. (line 192)
* magit-start-process: Calling Git. (line 210)
* magit-stash: Stashing. (line 9)
* magit-stash-apply: Stashing. (line 52)
* magit-stash-both: Stashing. (line 14)
@@ -10800,7 +10803,7 @@ Appendix E Variable Index
* magit-prefer-remote-upstream: Branching. (line 431)
* magit-prefix-use-buffer-arguments: Transient Arguments and Buffer Variables.
(line 65)
* magit-process-raise-error: Calling Git. (line 232)
* magit-process-raise-error: Calling Git. (line 235)
* magit-pull-or-fetch: Fetching. (line 52)
* magit-reflog-margin: Logging. (line 344)
* magit-refresh-args: Refreshing Buffers. (line 52)
@@ -10841,7 +10844,7 @@ Appendix E Variable Index
* magit-status-sections-hook: Status Buffer. (line 122)
* magit-status-show-untracked-files: Status Buffer. (line 197)
* magit-submodule-list-columns: Submodules. (line 25)
* magit-this-process: Calling Git. (line 228)
* magit-this-process: Calling Git. (line 231)
* magit-uniquify-buffer-names: Modes and Buffers. (line 190)
* magit-unstage-committed: Staging and Unstaging.
(line 52)
@@ -11016,39 +11019,39 @@ Node: Plumbing361017
Node: Calling Git361842
Ref: Getting a Value from Git363301
Ref: Calling Git for Effect366913
Node: Section Plumbing372699
Ref: Creating Sections372851
Ref: Section Selection376644
Ref: Matching Sections378317
Node: Refreshing Buffers384131
Node: Conventions387271
Ref: Theming Faces387435
Node: FAQ395468
Node: FAQ - How to ...?395904
Ref: How to pronounce Magit?396037
Ref: How to show git's output?396729
Ref: How to install the gitman info manual?397346
Ref: How to show diffs for gpg-encrypted files?398151
Ref: How does branching and pushing work?398560
Ref: Should I disable VC?398724
Node: FAQ - Issues and Errors399207
Ref: Magit is slow399352
Ref: I changed several thousand files at once and now Magit is unusable399498
Ref: I am having problems committing400037
Ref: I am using MS Windows and cannot push with Magit400302
Ref: I am using macOS and SOMETHING works in shell but not in Magit400700
Ref: Expanding a file to show the diff causes it to disappear401287
Ref: Point is wrong in the COMMIT_EDITMSG buffer401637
Ref: The mode-line information isn't always up-to-date402461
Ref: A branch and tag sharing the same name breaks SOMETHING403292
Ref: My Git hooks work on the command-line but not inside Magit403940
Ref: git-commit-mode isn't used when committing from the command-line404532
Ref: Point ends up inside invisible text when jumping to a file-visiting buffer406520
Ref: I am no longer able to save popup defaults407112
Node: Debugging Tools407907
Node: Keystroke Index411842
Node: Function and Command Index449938
Node: Variable Index501594
Node: Section Plumbing372811
Ref: Creating Sections372963
Ref: Section Selection376756
Ref: Matching Sections378429
Node: Refreshing Buffers384243
Node: Conventions387383
Ref: Theming Faces387547
Node: FAQ395580
Node: FAQ - How to ...?396016
Ref: How to pronounce Magit?396149
Ref: How to show git's output?396841
Ref: How to install the gitman info manual?397458
Ref: How to show diffs for gpg-encrypted files?398263
Ref: How does branching and pushing work?398672
Ref: Should I disable VC?398836
Node: FAQ - Issues and Errors399319
Ref: Magit is slow399464
Ref: I changed several thousand files at once and now Magit is unusable399610
Ref: I am having problems committing400149
Ref: I am using MS Windows and cannot push with Magit400414
Ref: I am using macOS and SOMETHING works in shell but not in Magit400812
Ref: Expanding a file to show the diff causes it to disappear401399
Ref: Point is wrong in the COMMIT_EDITMSG buffer401749
Ref: The mode-line information isn't always up-to-date402573
Ref: A branch and tag sharing the same name breaks SOMETHING403404
Ref: My Git hooks work on the command-line but not inside Magit404052
Ref: git-commit-mode isn't used when committing from the command-line404644
Ref: Point ends up inside invisible text when jumping to a file-visiting buffer406632
Ref: I am no longer able to save popup defaults407224
Node: Debugging Tools408019
Node: Keystroke Index411954
Node: Function and Command Index450050
Node: Variable Index501706

End Tag Table