Skip to content

Instantly share code, notes, and snippets.

@chrisdone-artificial
Created June 6, 2022 15:51
Show Gist options
  • Save chrisdone-artificial/4a6849cd046b3677a1dd42dae50d4e1c to your computer and use it in GitHub Desktop.
Save chrisdone-artificial/4a6849cd046b3677a1dd42dae50d4e1c to your computer and use it in GitHub Desktop.
magit calls
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
Copy link

calling magit-git-exit-code: ("diff" "--quiet" "--cached")
calling magit-git-exit-code: ("log" "-1" "HEAD")
calling magit-git-exit-code: ("update-index" "--refresh")
calling magit-git-string: ("config" "--bool" "branch.master.rebase")
calling magit-git-string: ("config" "branch.master.merge")
calling magit-git-string: ("config" "branch.master.merge")
calling magit-git-string: ("config" "branch.master.merge")
calling magit-git-string: ("config" "branch.master.remote")
calling magit-git-string: ("config" "branch.master.remote")
calling magit-git-string: ("config" "branch.master.remote")
calling magit-git-string: ("config" "branch.master.remote")
calling magit-git-string: ("config" "core.abbrev")
calling magit-git-string: ("config" "core.abbrev")
calling magit-git-string: ("config" "remote.origin.url")
calling magit-git-string: ("describe" "--contains" "HEAD")
calling magit-git-string: ("describe" "--long" "--tags" nil)
calling magit-git-string: ("log" "-1" "--pretty=format:%h %s" "HEAD")
calling magit-git-string: ("rev-parse" "--git-dir")
calling magit-git-string: ("rev-parse" "--git-dir")
calling magit-git-string: ("rev-parse" "--git-dir") [7 times]
calling magit-git-string: ("rev-parse" "--show-toplevel")
calling magit-git-string: ("rev-parse" "--verify" "HEAD")
calling magit-git-string: ("symbolic-ref" "-q" "HEAD")
calling magit-git-string: ("symbolic-ref" "-q" "HEAD")
calling magit-git-string: ("symbolic-ref" "-q" "HEAD") [2 times]
magit-cmd-insert-section: "git" (("--no-pager" "-c" "core.preloadindex=true") "diff-files")
magit-cmd-insert-section: "git" (("--no-pager" "-c" "core.preloadindex=true") "log" "--format=format:%h %s" "HEAD..refs/remotes/origin/master")
magit-cmd-insert-section: "git" (("--no-pager" "-c" "core.preloadindex=true") "log" "--format=format:%h %s" "refs/remotes/origin/master..HEAD")
magit-git-insert: ("-c" "diff.submodule=short" "diff" "-U2" "--" "scripts/frontend.sh")
magit-git-lines: ("-c" "log.date=default" "stash" "list")
magit-git-lines: ("config" "--get-all" "remote.origin.fetch")
magit-git-lines: ("config" "--get-all" "remote.origin.fetch")
magit-git-lines: ("config" "--get-all" "remote.origin.fetch")
magit-git-lines: ("ls-tree" "-r" "--name-only" "HEAD")
magit-git-lines: ("status" "--porcelain")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment