;ELC   
;;; Compiled
;;; in Emacs version 26.3
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(byte-code "\301\302!\210\303\304\305\306\307\310\311\312&\210\313\314\315\316\317DD\320\311\304\321\322&\210\313\323\315\316\324DD\325\326\327\311\304\321\322\330\331&\210\313\332\315\316\333DD\334\326\335\311\304\321\322&	\210\313\336\315\316\337DD\340\326\341\311\304\321\342&	\210\313\343\315\316\344DD\345\326\346\311\304\321\347&	\210\313\350\315\316\351DD\352\326\353\311\304\311\354\321\355\356\357\360\361\362\363\364\"&\207" [magit-log-margin--custom-type require magit custom-declare-group magit-status nil "Inspect and manipulate Git repositories." :link (info-link "(magit)Status Buffer") :group magit-modes custom-declare-variable magit-status-mode-hook funcall function #[0 "\300\207" [nil] 1] "Hook run after entering Magit-Status mode." :type hook magit-status-headers-hook #[0 "\300\207" [(magit-insert-error-header magit-insert-diff-filter-header magit-insert-head-branch-header magit-insert-upstream-branch-header magit-insert-push-branch-header magit-insert-tags-header)] 1] "Hook run to insert headers into the status buffer.\n\nThis hook is run by `magit-insert-status-headers', which in turn\nhas to be a member of `magit-status-sections-hook' to be used at\nall." :package-version (magit . "2.1.0") :options (magit-insert-error-header magit-insert-diff-filter-header magit-insert-repo-header magit-insert-remote-header magit-insert-head-branch-header magit-insert-upstream-branch-header magit-insert-push-branch-header magit-insert-tags-header) magit-status-sections-hook #[0 "\300\207" [(magit-insert-status-headers magit-insert-merge-log magit-insert-rebase-sequence magit-insert-am-sequence magit-insert-sequencer-sequence magit-insert-bisect-output magit-insert-bisect-rest magit-insert-bisect-log magit-insert-untracked-files magit-insert-unstaged-changes magit-insert-staged-changes magit-insert-stashes magit-insert-unpushed-to-pushremote magit-insert-unpushed-to-upstream-or-recent magit-insert-unpulled-from-pushremote magit-insert-unpulled-from-upstream)] 1] "Hook run to insert sections into a status buffer." (magit . "2.12.0") magit-status-initial-section #[0 "\300\207" [(1)] 1] "The section point is placed on when a status buffer is created.\n\nWhen such a buffer is merely being refreshed or being shown again\nafter it was merely burried, then this option has no effect.\n\nIf this is nil, then point remains on the very first section as\nusual.  Otherwise it has to be a list of integers and section\nidentity lists.  The members of that list are tried in order\nuntil a matching section is found.\n\nAn integer means to jump to the nth section, 1 for example\njumps over the headings.  To get a section's \"identity list\"\nuse \\[universal-argument] \\[magit-describe-section-briefly].\n\nIf, for example, you want to jump to the commits that haven't\nbeen pulled from the upstream, or else the second section, then\nuse: (((unpulled . \"..@{upstream}\") (status)) 1).\n\nSee option `magit-section-initial-visibility-alist' for how to\ncontrol the initial visibility of the jumped to section." (magit . "2.90.0") (choice (const :tag "as usual" nil) (repeat (choice (number :tag "nth top-level section") (sexp :tag "section identity")))) magit-status-show-hashes-in-headers #[0 "\300\207" [nil] 1] "Whether headers in the status buffer show hashes.\nThe functions which respect this option are\n`magit-insert-head-branch-header',\n`magit-insert-upstream-branch-header', and\n`magit-insert-push-branch-header'." (magit . "2.4.0") boolean magit-status-margin #[0 "\301A@\302\301\3038\257\207" [magit-log-margin nil magit-log-margin-width 4] 6] "Format of the margin in `magit-status-mode' buffers.\n\nThe value has the form (INIT STYLE WIDTH AUTHOR AUTHOR-WIDTH).\n\nIf INIT is non-nil, then the margin is shown initially.\nSTYLE controls how to format the committer date.  It can be one\n  of `age' (to show the age of the commit), `age-abbreviated' (to\n  abbreviate the time unit to a character), or a string (suitable\n  for `format-time-string') to show the actual date.\nWIDTH controls the width of the margin.  This exists for forward\n  compatibility and currently the value should not be changed.\nAUTHOR controls whether the name of the author is also shown by\n  default.\nAUTHOR-WIDTH has to be an integer.  When the name of the author\n  is shown, then this specifies how much space is used to do so." (magit . "2.9.0") magit-margin :initialize magit-custom-initialize-reset :set-after (magit-log-margin) :set apply-partially magit-margin-set-variable magit-status-mode] 20)
#@375 Initialize a Git repository, then show its status.

If the directory is below an existing repository, then the user
has to confirm that a new one should be created inside.  If the
directory is the root of the existing repository, then the user
has to confirm that it should be reinitialized.

Non-interactively DIRECTORY is (re-)initialized unconditionally.

(fn DIRECTORY)
(defalias 'magit-init #[257 "\300\301\302\303!!\"\210\304!\207" [magit-call-git "init" magit-convert-filename-for-git expand-file-name magit-status-internal] 6 (#$ . 4948) (byte-code "\300\301\302\303!!!\304!\211\203/ \301!\262\305\306\"\203\" \307\310\"\202' \307\311#!\204/ \312\313!\210\210\211C\207" [file-name-as-directory expand-file-name read-directory-name "Create repository in: " magit-toplevel y-or-n-p file-equal-p format "Reinitialize existing repository %s? " "%s is a repository.  Create another in %s? " user-error "Abort"] 7)])
#@1299 Show the status of the current Git repository in a buffer.

If the current directory isn't located within a Git repository,
then prompt for an existing repository or an arbitrary directory,
depending on option `magit-repository-directories' and show the
status of the selected repository instead.

* If that option specifies any existing repositories, then offer
  those for completion and show the status buffer for the
  selected one.

* Otherwise read an arbitrary directory using regular file-name
  completion.  If the selected directory is the top-level of an
  existing working tree, then show the status buffer for that.

* Otherwise offer to initialize the selected directory as a new
  repository.  After creating the repository show its status
  buffer.

These fallback behaviors can also be forced using one or more
prefix arguments:

* With two prefix arguments (or more precisely a numeric prefix
  value of 16 or greater) read an arbitrary directory and act on
  it as described above.  The same could be accomplished using
  the command `magit-init'.

* With a single prefix argument read an existing repository, or
  if none can be found based on `magit-repository-directories',
  then fall back to the same behavior as with two prefix
  arguments.

(fn &optional DIRECTORY CACHE)
(defalias 'magit-status #[512 "\211\206 \302\211BC\203H \303!\304\305!!\262\211\203( \306\"\203( \307!\202C \310\2036 \311\312#\202: \311\313\"!\205C \314\315!\262\202K \307	!)\207" [magit--refresh-cache default-directory 0 magit-toplevel file-name-as-directory expand-file-name file-equal-p magit-status-internal y-or-n-p format "%s is a repository.  Create another in %s? " "Create repository in %s? " nil magit-init] 8 (#$ . 5885) (byte-code "\302\211BC	\204 \303 ?\205 \304\305	!\306Y!)D\207" [magit--refresh-cache current-prefix-arg 0 magit-toplevel magit-read-repository prefix-numeric-value 16] 3)])
(byte-code "\300\301\302\303#\210\304\305\301\306#\207" [put magit-status interactive-only magit-status-internal defalias magit "An alias for `magit-status' for better discoverability.\n\nInstead of invoking this alias for `magit-status' using\n\"M-x magit RET\", you should bind a key to `magit-status'\nand read the info node `(magit)Getting Started', which\nalso contains other useful hints."] 4)
#@18 

(fn DIRECTORY)
(defalias 'magit-status-internal #[257 "\301!\210\211\302\303!)\207" [default-directory magit--tramp-asserts magit-mode-setup magit-status-mode] 3 (#$ . 8217)])
(defvar magit--remotes-using-recent-git nil)
#@18 

(fn DIRECTORY)
(defalias 'magit--tramp-asserts #[257 "\303!\211\205? \211\235?\205? \304 )\211\2035 \305\n\"\203& \211B\211\202= \306\307\310\311\n$\312#\202= \306\307\310\313\"\312#\262\207" [magit--remotes-using-recent-git default-directory magit--minimal-git file-remote-p magit-git-version version<= display-warning magit format "Magit requires Git >= %s, but on %s the version is %s.\n\nIf multiple Git versions are installed on the host, then the\nproblem might be that TRAMP uses the wrong executable.\n\nFirst check the value of `magit-git-executable'.  Its value is\nused when running git locally as well as when running it on a\nremote host.  The default value is \"git\", except on Windows\nwhere an absolute path is used for performance reasons.\n\nIf the value already is just \"git\" but TRAMP never-the-less\ndoesn't use the correct executable, then consult the info node\n`(tramp)Remote programs'.\n" :error "Magit cannot find Git on %s.\n\nFirst check the value of `magit-git-executable'.  Its value is\nused when running git locally as well as when running it on a\nremote host.  The default value is \"git\", except on Windows\nwhere an absolute path is used for performance reasons.\n\nIf the value already is just \"git\" but TRAMP never-the-less\ndoesn't find the executable, then consult the info node\n`(tramp)Remote programs'.\n"] 10 (#$ . 8448)])
#@33 Keymap for `magit-status-mode'.
(defvar magit-status-mode-map (byte-code "\301 \302\"\210\303\304\305#\210\303\306\307#\210\303\310\311#\210\303\312\313#\210\303\314\315#\210\303\316\317#\210\303\320\321#\210\303\322\323#\210\303\324\325#\210\303\326\327#\210\211\207" [magit-mode-map make-sparse-keymap set-keymap-parent define-key "jz" magit-jump-to-stashes "jt" magit-jump-to-tracked "jn" magit-jump-to-untracked "ju" magit-jump-to-unstaged "js" magit-jump-to-staged "jfu" magit-jump-to-unpulled-from-upstream "jfp" magit-jump-to-unpulled-from-pushremote "jpu" magit-jump-to-unpushed-to-upstream "jpp" magit-jump-to-unpushed-to-pushremote [remap dired-jump] magit-dired-jump] 5) (#$ . 9842))
(defvar magit-status-mode-hook nil)
(byte-code "\300\301N\204\f \302\300\301\303#\210\304\305!\204 \302\305\306\307#\210\300\207" [magit-status-mode-hook variable-documentation put "Hook run after entering Magit mode.\nNo problems result if this variable is not bound.\n`add-hook' automatically binds it.  (This is true for all hook variables.)" boundp magit-status-mode-map definition-name magit-status-mode] 4)
(defvar magit-status-mode-map (make-sparse-keymap))
(byte-code "\301\302N\204 \303\301\302\304\305!#\210\306\307!\204 \303\307\310\311#\210\312\313 !\210\307\302N\204- \303\307\302\304\314!#\210\306\300!\204B \303\300\310\311#\210\315\316\300\317\"\210!\210\300\302N\204P \303\300\302\304\320!#\210\303\311\321\322#\210\303\311\323\324#\207" [magit-status-mode-abbrev-table magit-status-mode-map variable-documentation put purecopy "Keymap for `magit-status-mode'." boundp magit-status-mode-syntax-table definition-name magit-status-mode (lambda (#1=#:def-tmp-var) (defvar magit-status-mode-syntax-table #1#)) make-syntax-table "Syntax table for `magit-status-mode'." (lambda (#1#) (defvar magit-status-mode-abbrev-table #1#)) define-abbrev-table nil "Abbrev table for `magit-status-mode'." derived-mode-parent magit-mode custom-mode-group magit-status] 5)
#@953 Mode for looking at Git status.

This mode is documented in info node `(magit)Status Buffer'.

\<magit-mode-map>Type \[magit-refresh] to refresh the current buffer.
Type \[magit-section-toggle] to expand or hide the section at point.
Type \[magit-visit-thing] to visit the change or commit at point.

Type \[magit-dispatch-popup] to see available prefix popups.

Staging and applying changes is documented in info node
`(magit)Staging and Unstaging' and info node `(magit)Applying'.

\<magit-hunk-section-map>Type \[magit-apply] to apply the change at point, \[magit-stage] to stage,
\[magit-unstage] to unstage, \[magit-discard] to discard, or \[magit-reverse] to reverse it.

\<magit-status-mode-map>Type \[magit-commit-popup] to create a commit.

\{magit-status-mode-map}

In addition to any hooks its parent mode `magit-mode' might have run,
this mode runs the hook `magit-status-mode-hook', as the final or penultimate step
during initialization.
(defalias 'magit-status-mode #[0 "\306\300!\210\307\310 \210\311\312\310\313N\203 \314\311\313\310\313N#\210\315!\204' \316\317 \"\210\320\f!\211\2035 \211\321 =\203; \322\f\323 \"\210\210\324\325\"\204R =\204R \326\325C#\210\327!\210\330\f!\210\331 \210\332 \306\333!\210\334)\335\336!\207" [delay-mode-hooks major-mode mode-name magit-status-mode-map magit-status-mode-syntax-table magit-status-mode-abbrev-table make-local-variable t magit-mode magit-status-mode "Magit" mode-class put keymap-parent set-keymap-parent current-local-map char-table-parent standard-syntax-table set-char-table-parent syntax-table abbrev-table-get :parents abbrev-table-put use-local-map set-syntax-table hack-dir-local-variables-non-file-buffer magit-imenu--status-create-index-function bookmark-make-record-function magit-bookmark--status-make-record run-mode-hooks magit-status-mode-hook local-abbrev-table imenu-create-index-function] 5 (#$ . 11830) nil])
(defalias 'magit-status-refresh-buffer #[0 "\306\307\310\"\210\311\312!\203 \211\202 \211\236A\206 \313\314\312!\203/ \315\"@\2060 \316\317\300#\2020 \320\321\322\323 \324	&\325\326\327\330\"\211\203J \211\331=\202| \n\205U \332\333!\n\"\211\203` \334\326\"\202z \335\"\211\205x \336!\203u \211!\262\211\331=\262\262\262#\210\211\n\206\216 	?\205\216 \f\33720\340\341!\210\342\343!\210\344!\210\345\334\346\"\347\"\210\325\350\323 #\351\352\353\334\354\"\"!\351\352\355\334\354\"\"!\356!\203\315 J\206\325 \356!\205\325 \211J\212\334\346\"b\210`W\203\357`\313\"\206\352 \360`\313\"\204\361`\313	$\210\203\361`\362$\210\211b\266\202\334 )\266\211\f=\203\3216\363!)\202/\325\334\364\"\365\334\211\364\"\365\"C\244#0\210+\207" [magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-insert-section--current magit-git-exit-code "update-index" "--refresh" status class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value nil :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section magit-run-section-hook magit-status-sections-hook run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start t end intern format "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap magit-section-show parent children magit-section-cache-visibility] 12])
#@296 In a `magit-status-mode' buffer, jump `magit-status-initial-section'.
Actually doing so is deferred until `magit-refresh-buffer-hook'
runs `magit-status-goto-initial-section-1'.  That function then
removes itself from the hook, so that this only happens when the
status buffer is first created.
(defalias 'magit-status-goto-initial-section #[0 "\205 \301\302!\205 \303\304\305\306\307$\207" [magit-status-initial-section derived-mode-p magit-status-mode add-hook magit-refresh-buffer-hook magit-status-goto-initial-section-1 nil t] 5 (#$ . 15432)])
#@134 In a `magit-status-mode' buffer, jump `magit-status-initial-section'.
This function removes itself from `magit-refresh-buffer-hook'.
(defalias 'magit-status-goto-initial-section-1 #[0 "\302\303\304\2039 \2039 @\203 \302\262\202- \211\250\203( \211S\305\306 \307\"8\202+ \310!\262\210\211T\262A\262\202 \266\211\262\211\203b \311\312\"b\210\300	\236A\211\203a \211\313=\203] \314!\210\202a \315!\210\210\210\316\317\320\303#\207" [magit-status-initial-section magit-section-initial-visibility-alist nil t 0 magit-section-siblings magit-current-section next magit-get-section eieio-oref start hide magit-section-hide magit-section-show remove-hook magit-refresh-buffer-hook magit-status-goto-initial-section-1] 9 (#$ . 15991)])
#@148 When moving in the status buffer, update the revision buffer.
If there is no revision buffer in the same frame, then do nothing.

(fn &optional _)
(defalias 'magit-status-maybe-update-revision-buffer #[256 "\300\301!\205 \302 \207" [derived-mode-p magit-status-mode magit-log-maybe-update-revision-buffer-1] 3 (#$ . 16742)])
#@140 When moving in the status buffer, update the blob buffer.
If there is no blob buffer in the same frame, then do nothing.

(fn &optional _)
(defalias 'magit-status-maybe-update-blob-buffer #[256 "\300\301!\205 \302 \207" [derived-mode-p magit-status-mode magit-log-maybe-update-blob-buffer-1] 3 (#$ . 17075)])
#@161 Insert header sections appropriate for `magit-status-mode' buffers.
The sections are inserted by running the functions on the hook
`magit-status-headers-hook'.
(defalias 'magit-insert-status-headers #[0 "\300\301!\203\n \302\303!\207\304c\207" [magit-rev-verify "HEAD" magit-insert-headers magit-status-headers-hook "In the beginning there was darkness\n\n"] 2 (#$ . 17392)])
#@30 Keymap for `error' sections.
(defvar magit-error-section-map (byte-code "\300 \301\302\303#\210\211\207" [make-sparse-keymap define-key [remap magit-visit-thing] magit-process-buffer] 5) (#$ . 17774))
#@316 Insert the message about the Git error that just occured.

This function is only aware of the last error that occur when Git
was run for side-effects.  If, for example, an error occurs while
generating a diff, then that error won't be inserted.  Refreshing
the status buffer causes this section to disappear again.
(defalias 'magit-insert-error-header #[0 "\205X\306\307!\203 \211\202 \211	\236A\206 \310\311\307!\203. \312	\"@\206/ \306\313\301#\202/ \314\315\316\317 \320\n&\321\322\323\324\"\211\203I \211\325=\202{ \205T \326\327!\"\211\203_ \330\322\"\202y \331\f\"\211\205w \332!\203t \211!\262\211\325=\262\262\262#\210\211\206\215 \n?\205\215 <\3332Q\334\335\336\337\"\340\341#c\210\334\340\342#c\210\343\344!@\211\203\266 \335\345\346!\"c\210\210\347c\210\350\351!\210\352!\210\353\330\354\"\355\"\210\321\356\317 #\357\335\360\330\361\"\"!\357\335\362\330\361\"\"!\363!\203\356 J\206\366 \363!\205\366 \211J\212\330\354\"b\210`W\203,\364`\310\"\206\365`\310\"\204%\366`\310	$\210\203%\366`\367$\210\211b\266\202\375 )\266\211=\203?\370=\371!)\202P\321\330\372\"\373\330\211\372\"\373\"C\244#0\210+\266\370\211\207" [magit-this-error magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section error class-p magit-section :type rassq "BUG: No entry for %s in %s" :value git :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section propertize format "%-10s" "GitError! " face magit-section-heading font-lock-warning-face where-is-internal magit-process-buffer "  [Type `%s' for details]" key-description 10 run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start t end intern "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap nil magit-section-show parent children magit-insert-section--current magit-section-cache-visibility] 12 (#$ . 17983)])
#@58 Insert a header line showing the effective diff filters.
(defalias 'magit-insert-diff-filter-header #[0 "\301 \211\204\n \205/ \302\303\304\305\"\306\307#c\210\211\203\" \211c\210\203\" \310c\210\203- \311\312\313#c\210\314c\207" [magit-diff-section-file-args magit-ignore-submodules-p propertize format "%-10s" "Filter! " face magit-section-heading " -- " mapconcat identity " " 10] 5 (#$ . 20174)])
#@165 Insert a header line about BRANCH.
When BRANCH is nil, use the current branch or, if none, the
detached `HEAD'.

(fn &optional (BRANCH (magit-get-current-branch)))
(defalias 'magit-insert-head-branch-header #[128 "\211\203 \211A\262\242\202 \306 \203 \307\310\311GTD\"\210\312\313\206# \314\"\315\316\"\210\211\317\320\"\317\321\"\203\235\322\323!\203A \211\202I \211\236A\206I \324\325\323!\203` \326\"@\206a \327\330\300#\202a \331	\332\333 \334	&\335\336\337\340\"\211\203| \211\341=\202\256 \n\205\207 \342\343!\n\"\211\203\222 \344\336\"\202\254 \345\"\211\205\252 \346!\203\247 \211!\262\211\341=\262\262\262#\210\211\n\206\300 	?\205\300 \f\3472\226\350\351\352\"c\210@\203\333 \353\354\355#\356\261\210\353\354\357#c\210\356c\210A\"c\210\360c\210\361\362!\210\363!\210\364\344\365\"\366\"\210\335\367\333 #\370\350\371\344\372\"\"!\370\350\373\344\372\"\"!\374!\203%J\206-\374!\205-\211J\212\344\365\"b\210`W\203e\375`\324\"\206B\376`\324\"\204^\377`\324	$\210\203^\377`\201C $\210\211b\266\2024)\266\211\f=\203|\201D B\201E !)\202\225\335\344\201F \"\201G \344\211\201F \"\201G \"C\244#0\210+\262\202\354\201H \323!\203\252\211\202\262\211\236A\206\262\324\325\323!\203\311\326\"@\206\312\327\330\300#\202\312\331\332\333 \334	&\335\336\337\340\"\211\203\345\211\341=\202\n\205\360\342\343!\n\"\211\203\373\344\336\"\202\345\"\211\205\346!\203\211!\262\211\341=\262\262\262#\210\211\n\206)	?\205)\f\3472\350\350\351\352\"c\210\353\354\355#c\210\356\360\261\210\361\362!\210\363!\210\364\344\365\"\366\"\210\335\367\333 #\370\350\371\344\372\"\"!\370\350\373\344\372\"\"!\374!\203wJ\206\374!\205\211J\212\344\365\"b\210`W\203\267\375`\324\"\206\224\376`\324\"\204\260\377`\324	$\210\203\260\377`\201C $\210\211b\266\202\206)\266\211\f=\203\316\201D B\201E !)\202\347\335\344\201F \"\201G \344\211\201F \"\201G \"C\244#0\210+\262\266\202\262\262\207" [magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-insert-section--current magit-get-current-branch signal wrong-number-of-arguments magit-insert-head-branch-header magit-rev-format "%h %s" "HEAD" string-match "^\\([^ ]+\\) \\(.*\\)" match-string 1 2 branch class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section format "%-10s" "Head: " propertize face magit-hash 32 magit-branch-local 10 run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start t end intern "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property magit-status-show-hashes-in-headers magit-log-format-message-function magit-section-cache-visibility keymap nil magit-section-show parent children commit] 18 (#$ . 20586)])
#@173 Insert a header line about branch usually pulled into current branch.

(fn &optional (BRANCH (magit-get-current-branch)) (PULL (magit-get-upstream-branch branch)) KEYWORD)
(defalias 'magit-insert-upstream-branch-header #[128 "\211\203 \211A\262\242\202 \306 \203 \211A\262\242\202 \307!\211A\262\242\2034 \310\311\312\313G\\D\"\210\205;\314\315!\203C \211\202K \211\236A\206K \316\317\315!\203b \320\"@\206c \321\322\300#\202c \323\324\325 \326	&\327\330\331\332\"\211\203~ \211\333=\202\260 \n\205\211 \334\335!\n\"\211\203\224 \336\330\"\202\256 \337\"\211\205\254 \340!\203\251 \211!\262\211\333=\262\262\262#\210\211\n\206\302 	?\205\302 \f\34127\342\343\344#\211\345\232\204\346 \211\346\232\203\341 \347\262\202\346 \350\351!\262\352\353\206\365 \203\364 \354\202\365 \355\"c\266@\205\356\347\357A\360#)\266\203?\205\361\362\"\211\203!\363\364\365#\356\261\210\210\356\347\357A\360#)\266\203\203L\366\356\"\211@A\211@A\367\356\261\266\202q\356\261\210\370!\205[\361\371\"\211\203iB\"c\210\202p\363\372\364\373#c\210\210\374c\210\375\376!\210\377!\210\201D \336\201E \"\357\"\210\327\201F \325 #\201G \352\201H \336\201I \"\"!\201G \352\201J \336\201I \"\"!\201K !\203\274J\206\306\201K !\205\306\211J\212\336\201E \"b\210`W\203\201L `\316\"\206\337\201M `\316\"\204\201N `\316	$\210\203\201N `\201O $\210\211b\266\202\317)\266\211\f=\203\347C\201P !)\2026\327\336\201Q \"\201R \336\211\201Q \"\201R \"C\244#0\210+\262\207" [magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-insert-section--current magit-get-current-branch magit-get-upstream-branch signal wrong-number-of-arguments magit-insert-upstream-branch-header 3 branch class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section magit-get "branch" "rebase" "true" "false" nil magit-get-boolean "pull.rebase" format "%-10s" "Rebase: " "Merge: " " " t string-match magit-rev-format "%h" propertize face magit-hash split-string " from " magit-rev-verify "%s" "is missing" font-lock-warning-face 10 run-hooks magit-insert-section-hook magit-insert-child-count magit-status-show-hashes-in-headers inhibit-changing-match-data magit-log-format-message-function magit-section-cache-visibility set-marker-insertion-type start end intern "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap magit-section-show parent children] 17 (#$ . 23761)])
#@162 Insert a header line about the branch the current branch is pushed to.

(fn &optional (BRANCH (magit-get-current-branch)) (PUSH (magit-get-push-branch branch)))
(defalias 'magit-insert-push-branch-header #[128 "\211\203 \211A\262\242\202 \306 \203 \211A\262\242\202 \307!\203. \310\311\312\313G\\D\"\210\211\205\264\314\315!\203= \211\202E \211\236A\206E \316\317\315!\203\\ \320\"@\206] \321\322\300#\202] \323\324\325 \326	&\327\330\331\332\"\211\203w \211\333=\202\251 \n\205\202 \334\335!\n\"\211\203\215 \336\330\"\202\247 \337\"\211\205\245 \340!\203\242 \211!\262\211\333=\262\262\262#\210\211\n\206\273 	?\205\273 \f\3412\260\342\343\344\"c\210@\205\321 \345\346\"\211\203\336 \347\350\351#\352\261\210\210\347\350\353#\352\261\210\354!\205\362 \345\355\"\211\203 A\"c\210\202\347\356\350\357#c\210\210\360c\210\361\362!\210\363!\210\364\336\365\"\366\"\210\327\367\325 #\370\342\371\336\372\"\"!\370\342\373\336\372\"\"!\374!\203?J\206G\374!\205G\211J\212\336\365\"b\210`W\203\375`\316\"\206\\\376`\316\"\204x\377`\316	$\210\203x\377`\201C $\210\211b\266\202N)\266\211\f=\203\226\201D B\201E !)\202\257\327\336\201F \"\201G \336\211\201F \"\201G \"C\244#0\210+\262\207" [magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-insert-section--current magit-get-current-branch magit-get-push-branch signal wrong-number-of-arguments magit-insert-push-branch-header 2 branch class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section format "%-10s" "Push: " magit-rev-format "%h" propertize face magit-hash 32 magit-branch-remote magit-rev-verify "%s" "is missing" font-lock-warning-face 10 run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start t end intern "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property magit-status-show-hashes-in-headers magit-log-format-message-function magit-section-cache-visibility keymap nil magit-section-show parent children] 15 (#$ . 26611)])
#@57 Insert a header line about the current and/or next tag.
(defalias 'magit-insert-tags-header #[0 "\306\307\310\"\311\307\310\"A@A@@@\205 \211\205 \310\204# \205\205\312\313!\203. \211\2026 \211\236A\2066 \314\315\313!\203M \316\"@\206N \317\320\300#\202N \321\206V \322\323 \324	&\325\326\327\330\"\211\203n \211\331=\202\240 \n\205y \332\333!\n\"\211\203\204 \334\326\"\202\236 \335\"\211\205\234 \336!\203\231 \211!\262\211\331=\262\262\262#\210\211\n\206\262 	?\205\262 \f\3372\201\340\341\203\303 \342\202\304 \343\"c\210\344\203\324 \211	\345#\210\203\333 \346c\210\203\346 \211\347#\210\210\350c\210\351\352!\210\353!\210\354\334\355\"\310\"\210\325\356\323 #\357\340\360\334\361\"\"!\357\340\362\334\361\"\"!\363!\203J\206&\363!\205&\211J\212\334\355\"b\210`W\203\\\364`\314\"\206;\365`\314\"\204U\366`\314	$\210\203U\366`\367$\210\211b\266\202-)\266\211\f=\203o\307;\370!)\202\200\325\334\371\"\372\334\211\371\"\372\"C\244#0\210+\262\207" [magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-insert-section--current magit-get-current-tag nil t magit-get-next-tag tag class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section format "%-10s" "Tags: " "Tag: " #[771 "\300\301\302#\303V\205 \304\305\300\304\306\"\301#\"Pc\207" [propertize face magit-tag 0 format " (%s)" "%s"] 10 "\n\n(fn TAG COUNT FACE)"] magit-branch-local ", " magit-tag 10 run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start end intern "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap magit-section-show parent children magit-section-cache-visibility] 19 (#$ . 29031)])
#@46 Insert a header line about the current user.
(defalias 'magit-insert-user-header #[0 "\306\307!\306\310!\205M\211\205M\311\312!\203 \211\202! \211\236A\206! \313\314\312!\2038 \315\"@\2069 \316\317\300#\2029 \320\321\322 \323	&\324\325\326\327\"\211\203T \211\330=\202\206 \n\205_ \331\332!\n\"\211\203j \333\325\"\202\204 \334\"\211\205\202 \335!\203 \211!\262\211\330=\262\262\262#\210\211\n\206\230 	?\205\230 \f\3362I\337\340\341\"c\210\342\343\344#c\210\345\346\261\210\347\350!\210\351!\210\352\333\353\"\354\"\210\324\355\322 #\356\337\357\333\360\"\"!\356\337\361\333\360\"\"!\362!\203\346 J\206\356 \362!\205\356 \211J\212\333\353\"b\210`W\203$\363`\313\"\206\364`\313\"\204\365`\313	$\210\203\365`\366$\210\211b\266\202\365 )\266\211\f=\2037\367;\370!)\202H\324\333\371\"\372\333\211\371\"\372\"C\244#0\210+\262\207" [magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-insert-section--current magit-get "user.name" "user.email" user class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section format "%-10s" "User: " propertize face magit-log-author " <" ">\n" run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start t end intern "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap nil magit-section-show parent children magit-section-cache-visibility] 14 (#$ . 31134)])
#@68 Insert a header line showing the path to the repository top-level.
(defalias 'magit-insert-repo-header #[0 "\306 \307\310!\203 \211\202 \211\236A\206 \311\312\310!\203, \313\"@\206- \314\315\300#\202- \316\317\320 \321	&\322\323\324\325\"\211\203G \211\326=\202y \n\205R \327\330!\n\"\211\203] \331\323\"\202w \332\"\211\205u \333!\203r \211!\262\211\326=\262\262\262#\210\211\n\206\213 	?\205\213 \f\33423\335\336\337\340!#c\210\341\342!\210\343!\210\344\331\345\"\346\"\210\322\347\320 #\350\335\351\331\352\"\"!\350\335\353\331\352\"\"!\354!\203\320 J\206\330 \354!\205\330 \211J\212\331\345\"b\210`W\203\355`\311\"\206\355 \356`\311\"\204\357`\311	$\210\203\357`\360$\210\211b\266\202\337 )\266\211\f=\203!\3615\362!)\2022\322\331\363\"\364\331\211\363\"\364\"C\244#0\210+\262\207" [magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-insert-section--current magit-toplevel repo class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section format "%-10s%s\n" "Repo: " abbreviate-file-name run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start t end intern "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap nil magit-section-show parent children magit-section-cache-visibility] 13 (#$ . 32941)])
#@222 Insert a header line about the remote of the current branch.

If no remote is configured for the current branch, then fall back
showing the "origin" remote, or if that does not exist the first
remote in alphabetic order.
(defalias 'magit-insert-remote-header #[0 "\306 \211\205 \307\310\311#\211\205O\312\313!\203 \211\202\" \211\236A\206\" \314\315\313!\2039 \316\"@\206: \317\320\300#\202: \321\322\323 \324	&\325\326\327\330\"\211\203U \211\331=\202\207 \n\205` \332\333!\n\"\211\203k \334\326\"\202\205 \335\"\211\205\203 \336!\203\200 \211!\262\211\331=\262\262\262#\210\211\n\206\231 	?\205\231 \f\3372K\340\341\342\"c\210\343\344\345#\346\261\210\347\261\210\350\351!\210\352!\210\353\334\354\"\355\"\210\325\356\323 #\357\340\360\334\361\"\"!\357\340\362\334\361\"\"!\363!\203\350 J\206\360 \363!\205\360 \211J\212\334\354\"b\210`W\203&\364`\314\"\206\365`\314\"\204\366`\314	$\210\203\366`\367$\210\211b\266\202\367 )\266\211\f=\2039\370<\371!)\202J\325\334\372\"\373\334\211\372\"\373\"C\244#0\210+\262\207" [magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-insert-section--current magit-get-some-remote magit-get "remote" "url" remote class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section format "%-10s" "Remote: " propertize face magit-branch-remote 32 10 run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start t end intern "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap nil magit-section-show parent children magit-section-cache-visibility] 14 (#$ . 34664)])
#@37 Keymap for the `untracked' section.
(defvar magit-untracked-section-map (byte-code "\300 \301\302\303#\210\301\304\305#\210\211\207" [make-sparse-keymap define-key [remap magit-delete-thing] magit-discard "s" magit-stage] 5) (#$ . 36676))
#@102 Jump to the section "Untracked files".
With a prefix argument also expand it.

(fn &optional EXPAND)
(defalias 'magit-jump-to-untracked #[256 "\303\304\305B\306!B!\211\2032 \307\310\"b\210\2055 \3111% \305\312!)0\202+ \210\313\314\315!\210\316\317!\2025 \320\321!\207" [magit-root-section inhibit-quit quit-flag magit-get-section untracked nil magit-section-ident eieio-oref start (quit) magit-section-show t eval (ignore nil) recenter 0 message "Section \"Untracked files\" wasn't found"] 5 (#$ . 36924) "P"])
#@446 Maybe insert a list or tree of untracked files.

Do so depending on the value of `status.showUntrackedFiles'.
Note that even if the value is `all', Magit still initially
only shows directories.  But the directory sections can then
be expanded using "TAB".

If the first element of `magit-diff-section-arguments' is a
directory, then limit the list to files below that.  The value
value of that variable can be set using "D = f DIRECTORY RET g".
(defalias 'magit-insert-untracked-files #[0 "\306\307!\206 \310@\211\205 \311!\205 \211\312\232?\205\313\232\203f\314\315\"\211\205a\316\317!\2034 \211\202< \211	\236A\206< \320\321\317!\203S \322	\"@\206T \323\324\301#\202T \325\315\326\327 \330\n&\331\332\333\334\"\211\203n \211\335=\202\240 \205y \336\337!\"\211\203\204 \340\332\"\202\236 \341\f\"\211\205\234 \342!\203\231 \211!\262\211\335=\262\262\262#\210\211\206\262 \n?\205\262 @\3432]\344\345!\210\346\"\210\347c\210\350\351!\210\352!\210\353\340\354\"\355\"\210\331\356\327 #\357\360\361\340\362\"\"!\357\360\363\340\362\"\"!\364!\203\372 J\206\364!\205\211J\212\340\354\"b\210`W\2038\365`\320\"\206\366`\320\"\2041\367`\320	$\210\2031\367`\370$\210\211b\266\202	)\266\211=\203K\315A\371!)\202\\\331\340\372\"\373\340\211\372\"\373\"C\244#0\210+\262\262\202\374\375\376\377\201B \201C \201D \201E \201F  \201G \n&\"\"\211\205\316\317!\203\222\211\202\232\211	\236A\206\232\320\321\317!\203\261\322	\"@\206\262\323\324\301#\202\262\325\315\326\327 \330\n&\331\332\333\334\"\211\203\314\211\335=\202\376\205\327\336\337!\"\211\203\342\340\332\"\202\374\341\f\"\211\205\372\342!\203\367\211!\262\211\335=\262\262\262#\210\211\206\n?\205@\3432\344\345!\210\211\203g\211@\201H \317!\2030\211\2028\211	\236A\2068\320\321\317!\203O\322	\"@\206P\323\324\301#\202P\325\326\327 \330\n&\331\332\333\334\"\211\203j\211\335=\202\234\205u\336\337!\"\211\203\200\340\332\"\202\232\341\f\"\211\205\230\342!\203\225\211!\262\211\335=\262\262\262#\210\211\206\256\n?\205\256@\3432\\\201I \201J \201K #\347\261\210\350\351!\210\352!\210\353\340\354\"\355\"\210\331\356\327 #\357\360\361\340\362\"\"!\357\360\363\340\362\"\"!\364!\203\371J\206\364!\205\211J\212\340\354\"b\210`W\2037\365`\320\"\206\366`\320\"\2040\367`\320	$\210\2030\367`\370$\210\211b\266\202)\266\211=\203J\315A\371!)\202[\331\340\372\"\373\340\211\372\"\373\"C\244#0\210+\266A\266\202\202\210\347c\210\350\351!\210\352!\210\353\340\354\"\355\"\210\331\356\327 #\357\360\361\340\362\"\"!\357\360\363\340\362\"\"!\364!\203\237J\206\247\364!\205\247\211J\212\340\354\"b\210`W\203\335\365`\320\"\206\274\366`\320\"\204\326\367`\320	$\210\203\326\367`\370$\210\211b\266\202\256)\266\211=\203\360\315A\371!)\202\331\340\372\"\373\340\211\372\"\373\"C\244#0\210+\262\262\207" [magit-diff-section-file-args magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-get "status.showUntrackedFiles" "normal" file-directory-p "no" "all" magit-untracked-files nil untracked class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section magit-insert-heading "Untracked files:" magit-insert-files 10 run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start t end intern format "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap magit-section-show parent children apply append mapcar #[257 "\211\300H\301=\205 \211\302\303OC\207" [0 63 3 nil] 4 "\n\n(fn IT)"] magit-insert-section--current magit-section-cache-visibility magit-git-items "status" "-z" "--porcelain" magit-ignore-submodules-p "--" file propertize face magit-filename] 20 (#$ . 37448)])
#@100 Jump to the section "Tracked files".
With a prefix argument also expand it.

(fn &optional EXPAND)
(defalias 'magit-jump-to-tracked #[256 "\303\304\305B\306!B!\211\2032 \307\310\"b\210\2055 \3111% \305\312!)0\202+ \210\313\314\315!\210\316\317!\2025 \320\321!\207" [magit-root-section inhibit-quit quit-flag magit-get-section tracked nil magit-section-ident eieio-oref start (quit) magit-section-show t eval (ignore nil) recenter 0 message "Section \"Tracked files\" wasn't found"] 5 (#$ . 41659) "P"])
#@222 Insert a tree of tracked files.

If the first element of `magit-diff-section-arguments' is a
directory, then limit the list to files below that.  The value
value of that variable can be set using "D = f DIRECTORY RET g".
(defalias 'magit-insert-tracked-files #[0 "\306 \211\205Q@\211\205 \307!\205 \211\310\311!\203 \211\202& \211	\236A\206& \312\313\311!\203= \314	\"@\206> \315\316\301#\202> \317\320\321\322 \323\n&\324\325\326\327\"\211\203X \211\330=\202\216 \205c \331\332!\"\211\203n \333\325\"\202\214 \334\f\"\211\203\211 \335!\203\203 \211!\262\211\330=\202\212 \336\262\262\262#\210\211\206\240 \n?\205\240 7\3372K\340\341!\210\342\"\210\343c\210\344\345!\210\346!\210\347\333\350\"\336\"\210\324\351\322 #\352\353\354\333\355\"\"!\352\353\356\333\355\"\"!\357!\203\350 J\206\360 \357!\205\360 \211J\212\333\350\"b\210`W\203&\360`\312\"\206\361`\312\"\204\362`\312	$\210\203\362`\363$\210\211b\266\202\367 )\266\211=\2039\3208\364!)\202J\324\333\365\"\366\333\211\365\"\366\"C\244#0\210+\262\266\202\207" [magit-diff-section-file-args magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-list-files file-directory-p tracked class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value nil :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp t cancel-section magit-insert-heading "Tracked files:" magit-insert-files 10 run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start end intern format "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap magit-section-show parent children magit-insert-section--current magit-section-cache-visibility] 15 (#$ . 42175)])
#@216 Insert a tree of ignored files.

If the first element of `magit-diff-section-arguments' is a
directory, then limit the list to files below that.  The value
of that variable can be set using "D = f DIRECTORY RET g".
(defalias 'magit-insert-ignored-files #[0 "\306 \211\205Q@\211\205 \307!\205 \211\310\311!\203 \211\202& \211	\236A\206& \312\313\311!\203= \314	\"@\206> \315\316\301#\202> \317\320\321\322 \323\n&\324\325\326\327\"\211\203X \211\330=\202\216 \205c \331\332!\"\211\203n \333\325\"\202\214 \334\f\"\211\203\211 \335!\203\203 \211!\262\211\330=\202\212 \336\262\262\262#\210\211\206\240 \n?\205\240 7\3372K\340\341!\210\342\"\210\343c\210\344\345!\210\346!\210\347\333\350\"\336\"\210\324\351\322 #\352\353\354\333\355\"\"!\352\353\356\333\355\"\"!\357!\203\350 J\206\360 \357!\205\360 \211J\212\333\350\"b\210`W\203&\360`\312\"\206\361`\312\"\204\362`\312	$\210\203\362`\363$\210\211b\266\202\367 )\266\211=\2039\3208\364!)\202J\324\333\365\"\366\333\211\365\"\366\"C\244#0\210+\262\266\202\207" [magit-diff-section-file-args magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-ignored-files file-directory-p tracked class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value nil :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp t cancel-section magit-insert-heading "Ignored files:" magit-insert-files 10 run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start end intern format "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap magit-section-show parent children magit-insert-section--current magit-section-cache-visibility] 15 (#$ . 44202)])
#@24 

(fn FILES DIRECTORY)
(defalias 'magit-insert-files #[514 "\203\234\306\206\n \307@\"\203\234\310@!\211\232\203W\211A\262\242\311\312!\203+ \211\2023 \211\236A\2063 \313\314\312!\203J \315\"@\206K \316\317\300#\202K \320\321\322 \323	&\324\325\326\327\"\211\203e \211\330=\202\227 \n\205p \331\332!\n\"\211\203{ \333\325\"\202\225 \334\"\211\205\223 \335!\203\220 \211!\262\211\330=\262\262\262#\210\211\n\206\251 	?\205\251 \f\3362P\337\340\341#\342\261\210\343\344!\210\345!\210\346\333\347\"\350\"\210\324\351\322 #\352\353\354\333\355\"\"!\352\353\356\333\355\"\"!\357!\203\355 J\206\365 \357!\205\365 \211J\212\333\347\"b\210`W\203+\360`\313\"\206\n\361`\313\"\204$\362`\313	$\210\203$\362`\363$\210\211b\266\202\374 )\266\211\f=\203>\364:\365!)\202O\324\333\366\"\367\333\211\366\"\367\"C\244#0\210+\266\202\230\311\312!\203b\211\202j\211\236A\206j\313\314\312!\203\201\315\"@\206\202\316\317\300#\202\202\320\321\322 \323	&\324\325\326\327\"\211\203\234\211\330=\202\322\n\205\247\331\332!\n\"\211\203\262\333\325\"\202\320\334\"\211\203\315\335!\203\307\211!\262\211\330=\202\316\350\262\262\262#\210\211\n\206\344	?\205\344\f\3362\224\337\311\341#\342\261\210\370 \210\371\"\262\343\344!\210\345!\210\346\333\347\"\350\"\210\324\351\322 #\352\353\354\333\355\"\"!\352\353\356\333\355\"\"!\357!\2031J\2069\357!\2059\211J\212\333\347\"b\210`W\203o\360`\313\"\206N\361`\313\"\204h\362`\313	$\210\203h\362`\363$\210\211b\266\202@)\266\211\f=\203\202\364:\365!)\202\223\324\333\366\"\367\333\211\366\"\367\"C\244#0\210+\266\210\202  \207" [magit--section-type-alist magit-insert-section--parent magit-insert-section--oldroot magit-section-initial-visibility-alist magit-root-section magit-insert-section--current string-prefix-p "" file-name-directory file class-p magit-section :type rassq error "BUG: No entry for %s in %s" :value :start point-marker :parent eieio-oset hidden run-hook-with-args-until-success magit-section-set-visibility-hook hide magit-get-section magit-section-ident eieio-oref magit-section-match-assoc functionp cancel-section propertize face magit-filename 10 run-hooks magit-insert-section-hook magit-insert-child-count set-marker-insertion-type start t end intern format "magit-%s-section-map" type "forge-%s-section-map" boundp next-single-property-change get-text-property put-text-property keymap nil magit-section-show parent children magit-insert-heading magit-insert-files magit-section-cache-visibility] 16 (#$ . 46225)])
(provide 'magit-status)
