Created
June 6, 2022 15:51
-
-
Save chrisdone-artificial/4a6849cd046b3677a1dd42dae50d4e1c to your computer and use it in GitHub Desktop.
magit calls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calling magit-git-exit-code: ("update-index" "--refresh") | |
calling magit-git-string: ("symbolic-ref" "-q" "HEAD") [2 times] | |
calling magit-git-string: ("config" "branch.master.remote") | |
calling magit-git-string: ("config" "branch.master.merge") | |
magit-git-lines: ("config" "--get-all" "remote.origin.fetch") | |
calling magit-git-string: ("config" "--bool" "branch.master.rebase") | |
calling magit-git-string: ("config" "branch.master.remote") | |
calling magit-git-string: ("config" "remote.origin.url") | |
calling magit-git-string: ("rev-parse" "--verify" "HEAD") | |
calling magit-git-string: ("log" "-1" "--pretty=format:%h %s" "HEAD") | |
calling magit-git-string: ("describe" "--long" "--tags" nil) | |
calling magit-git-string: ("describe" "--contains" "HEAD") | |
calling magit-git-string: ("rev-parse" "--git-dir") [7 times] | |
magit-git-lines: ("-c" "log.date=default" "stash" "list") | |
magit-git-lines: ("status" "--porcelain") | |
calling magit-git-string: ("rev-parse" "--git-dir") | |
magit-cmd-insert-section: "git" (("--no-pager" "-c" "core.preloadindex=true") "diff-files") | |
magit-git-insert: ("-c" "diff.submodule=short" "diff" "-U2" "--" "scripts/frontend.sh") | |
calling magit-git-exit-code: ("log" "-1" "HEAD") | |
calling magit-git-exit-code: ("diff" "--quiet" "--cached") | |
calling magit-git-string: ("symbolic-ref" "-q" "HEAD") | |
calling magit-git-string: ("config" "branch.master.remote") | |
calling magit-git-string: ("config" "branch.master.merge") | |
magit-git-lines: ("config" "--get-all" "remote.origin.fetch") | |
magit-cmd-insert-section: "git" (("--no-pager" "-c" "core.preloadindex=true") "log" "--format=format:%h %s" "HEAD..refs/remotes/origin/master") | |
calling magit-git-string: ("config" "core.abbrev") | |
calling magit-git-string: ("symbolic-ref" "-q" "HEAD") | |
calling magit-git-string: ("config" "branch.master.remote") | |
calling magit-git-string: ("config" "branch.master.merge") | |
magit-git-lines: ("config" "--get-all" "remote.origin.fetch") | |
magit-cmd-insert-section: "git" (("--no-pager" "-c" "core.preloadindex=true") "log" "--format=format:%h %s" "refs/remotes/origin/master..HEAD") | |
calling magit-git-string: ("config" "core.abbrev") | |
calling magit-git-string: ("rev-parse" "--show-toplevel") | |
calling magit-git-string: ("rev-parse" "--git-dir") | |
magit-git-lines: ("ls-tree" "-r" "--name-only" "HEAD") | |
Mark set | |
C-x |
chrisdone
commented
Jun 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment