php IHDR w Q )Ba pHYs sRGB gAMA a IDATxMk\U s&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨ G;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j- $_q?qS XzG'ay
files >> /var/www/html/sub/images/sym/root/usr/share/doc/git-1.7.1/contrib/emacs/ |
files >> /var/www/html/sub/images/sym/root/usr/share/doc/git-1.7.1/contrib/emacs/git.elc |
;ELC ;;; Compiled by mockbuild@x86-02.bsys.centos.org on Mon Feb 3 16:03:14 2020 ;;; from file /builddir/build/BUILD/git-1.7.1/contrib/emacs/git.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`git.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307\310\311%\207" [require ewoc log-edit easymenu custom-declare-group git nil "A user interface for the git versioning system." :group tools] 6) #@143 User name to use for commits. The default is to fall back to the repository config, then to `add-log-full-name' and then to `user-full-name'. (custom-declare-variable 'git-committer-name 'nil '(#$ . 814) :group 'git :type '(choice (const :tag "Default" nil) (string :tag "Name"))) #@160 Email address to use for commits. The default is to fall back to the git repository config, then to `add-log-mailing-address' and then to `user-mail-address'. (custom-declare-variable 'git-committer-email 'nil '(#$ . 1102) :group 'git :type '(choice (const :tag "Default" nil) (string :tag "Email"))) #@59 Default coding system for the log message of git commits. (custom-declare-variable 'git-commits-coding-system 'nil '(#$ . 1409) :group 'git :type '(choice (const :tag "From repository config" nil) (coding-system))) #@78 Whether to append a Signed-off-by line to the commit message before editing. (custom-declare-variable 'git-append-signed-off-by 'nil '(#$ . 1630) :group 'git :type 'boolean) #@119 Whether `git-status' should try to reuse an existing buffer if there is already one that displays the same directory. (custom-declare-variable 'git-reuse-status-buffer 't '(#$ . 1811) :group 'git :type 'boolean) #@40 Name of the per-directory ignore file. (custom-declare-variable 'git-per-dir-ignore-file '".gitignore" '(#$ . 2029) :group 'git :type 'string) #@38 Whether to display up-to-date files. (custom-declare-variable 'git-show-uptodate 'nil '(#$ . 2178) :group 'git :type 'boolean) #@35 Whether to display ignored files. (custom-declare-variable 'git-show-ignored 'nil '(#$ . 2311) :group 'git :type 'boolean) #@35 Whether to display unknown files. (custom-declare-variable 'git-show-unknown 't '(#$ . 2440) :group 'git :type 'boolean) (byte-code "\302\303\304\305\306\307%\210\302\310\311\312\306\307%\210\302\313\314\315\306\307%\210\302\316\317\320\306\307%\210\302\321\322\323\306\307%\210\302\324\325\326\306\307%\210\302\327\330\331\306\307%\210\302\332\333\334\306\307%\210\302\335\336\337\306\307%\210\301B\340\341!\210\342B\343\342!\204h \344\342\345\346\347 !\350Q\351BD\"\210\302\207" [current-load-list git-log-msg-separator custom-declare-face git-status-face ((((class color) (background light)) (:foreground "purple")) (((class color) (background dark)) (:foreground "salmon"))) "Git mode face used to highlight added and modified files." :group git git-unmerged-face ((((class color) (background light)) (:foreground "red" :bold t)) (((class color) (background dark)) (:foreground "red" :bold t))) "Git mode face used to highlight unmerged files." git-unknown-face ((((class color) (background light)) (:foreground "goldenrod" :bold t)) (((class color) (background dark)) (:foreground "goldenrod" :bold t))) "Git mode face used to highlight unknown files." git-uptodate-face ((((class color) (background light)) (:foreground "grey60")) (((class color) (background dark)) (:foreground "grey40"))) "Git mode face used to highlight up-to-date files." git-ignored-face ((((class color) (background light)) (:foreground "grey60")) (((class color) (background dark)) (:foreground "grey40"))) "Git mode face used to highlight ignored files." git-mark-face ((((class color) (background light)) (:foreground "red" :bold t)) (((class color) (background dark)) (:foreground "tomato" :bold t))) "Git mode face used for the file marks." git-header-face ((((class color) (background light)) (:foreground "blue")) (((class color) (background dark)) (:foreground "blue"))) "Git mode face used for commit headers." git-separator-face ((((class color) (background light)) (:foreground "brown")) (((class color) (background dark)) (:foreground "brown"))) "Git mode face used for commit separator." git-permission-face ((((class color) (background light)) (:foreground "green" :bold t)) (((class color) (background dark)) (:foreground "green" :bold t))) "Git mode face used for permission changes." (lambda (#1=#:defconst-tmp-var) (defconst git-log-msg-separator #1#)) "--- log message follows this line ---" git-log-edit-font-lock-keywords default-boundp set-default ("^\\(Author:\\|Date:\\|Merge:\\|Signed-off-by:\\)\\(.*\\)$" (1 font-lock-keyword-face) (2 font-lock-function-name-face)) "^\\(" regexp-quote "\\)$" ((1 font-lock-comment-face))] 6) #@72 Build a list of NAME=VALUE strings from a list of environment strings. (defalias 'git-get-env-strings #[(env) "\301\302\"\207" [env mapcar #[(entry) "@\301AQ\207" [entry "="] 3]] 3 (#$ . 5081)]) #@57 Wrapper for call-process that sets environment strings. (defalias 'git-call-process #[(buffer &rest args) "\302\303\304\305\305 &\207" [buffer args apply call-process "git" nil] 7 (#$ . 5285)]) #@56 Wrapper for call-process that displays error messages. (defalias 'git-call-process-display-error #[(&rest args) "\306\307!r\nq\210 \310\311 \210\312\313\n\314D\f#+\315=\211\204$ \316\n!\210 +\207" [default-directory dir buffer buffer-read-only args ok get-buffer-create "*Git Command Output*" nil erase-buffer apply git-call-process t 0 display-message-or-buffer] 5 (#$ . 5487)]) #@105 Wrapper for call-process that returns the process output as a string, or nil if the git command failed. (defalias 'git-call-process-string #[(&rest args) "\302\303!rq\210\304\216\305\306\307 #\310=\205 \311 +\207" [#1=#:temp-buffer args generate-new-buffer " *temp*" ((byte-code "\301!\203\n \302!\210\301\207" [#1# buffer-name kill-buffer] 2)) apply git-call-process t 0 buffer-string] 4 (#$ . 5880)]) #@132 Wrapper for call-process that displays error message and returns the process output as a string, or nil if the git command failed. (defalias 'git-call-process-string-display-error #[(&rest args) "\302\303!rq\210\304\216\305\306\307\211D #\310=\203 \311 \202 \312p!\210\313+\207" [#1=#:temp-buffer args generate-new-buffer " *temp*" ((byte-code "\301!\203\n \302!\210\301\207" [#1# buffer-name kill-buffer] 2)) apply git-call-process t 0 buffer-string display-message-or-buffer nil] 4 (#$ . 6295)]) #@50 Run a git process with a buffer region as input. (defalias 'git-run-process-region #[(buffer start end program args) "prq\210\306 !\210\307\310\f \311\n\312D\311\f&+\207" [default-directory dir output-buffer buffer start end cd apply call-process-region nil t program args] 9 (#$ . 6805)]) #@70 Run a git command, sending the output to a buffer named BUFFER-NAME. (defalias 'git-run-command-buffer #[(buffer-name &rest args) "\306 !\307\310\f@\"\210r\nq\210\311\312 \210\313\314\n\f#\210+\307\315\f@\"\210\n*\207" [default-directory buffer-name buffer dir args buffer-read-only get-buffer-create message "Running git %s..." nil erase-buffer apply git-call-process "Running git %s...done"] 4 (#$ . 7109)]) #@58 Run a git command with specified buffer region as input. (defalias 'git-run-command-region #[(buffer start end env &rest args) "\306\307!rq\210\310\216 \203 \311\n\f\312\313\314 !\315C #%\202&