Skip to content

Instantly share code, notes, and snippets.

@mschulkind
Created October 30, 2014 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mschulkind/5589ba0464f0a8bcf335 to your computer and use it in GitHub Desktop.
Save mschulkind/5589ba0464f0a8bcf335 to your computer and use it in GitHub Desktop.
$ GIT_TRACE=1 git pull --rebase origin master
trace: exec: 'git-pull' '--rebase' 'origin' 'master'
trace: run_command: 'git-pull' '--rebase' 'origin' 'master'
trace: built-in: git 'rev-parse' '--git-dir'
trace: built-in: git 'rev-parse' '--is-bare-repository'
trace: built-in: git 'rev-parse' '--show-toplevel'
trace: built-in: git 'ls-files' '-u'
trace: built-in: git 'symbolic-ref' '-q' 'HEAD'
trace: built-in: git 'config' 'pull.ff'
trace: built-in: git 'rev-parse' '-q' '--verify' 'HEAD'
trace: built-in: git 'rev-parse' '--verify' 'HEAD'
trace: built-in: git 'update-index' '-q' '--ignore-submodules' '--refresh'
trace: built-in: git 'diff-files' '--quiet' '--ignore-submodules'
trace: built-in: git 'diff-index' '--cached' '--quiet' '--ignore-submodules' 'HEAD' '--'
trace: built-in: git 'rev-parse' '-q' '--git-dir'
trace: built-in: git 'rev-parse' '-q' '--verify' 'HEAD'
trace: built-in: git 'fetch' '--update-head-ok' 'origin' 'master'
trace: run_command: 'ssh' 'git@github.com' 'git-upload-pack '\''<SNIP>.git'\'''
trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all' '--quiet'
trace: run_command: 'rev-list' '--objects' '--stdin' '--not' '--all'
trace: exec: 'git' 'rev-list' '--objects' '--stdin' '--not' '--all'
trace: built-in: git 'rev-list' '--objects' '--stdin' '--not' '--all'
From github.com:<SNIP>
* branch master -> FETCH_HEAD
trace: run_command: 'gc' '--auto'
trace: exec: 'git' 'gc' '--auto'
trace: built-in: git 'gc' '--auto'
trace: built-in: git 'rev-parse' '-q' '--verify' 'HEAD'
trace: built-in: git 'show-branch' '--merge-base' 'refs/heads/master' 'c448b7fd2f529fd58878eff320086957d36a9fe2' 'c448b7fd2f529fd58878eff320086957d36a9fe2'
trace: built-in: git 'fmt-merge-msg'
trace: built-in: git 'rev-parse' '--parseopt' '--stuck-long' '--' '--onto' 'c448b7fd2f529fd58878eff320086957d36a9fe2' 'c448b7fd2f529fd58878eff320086957d36a9fe2'
trace: built-in: git 'rev-parse' '--git-dir'
trace: built-in: git 'rev-parse' '--is-bare-repository'
trace: built-in: git 'rev-parse' '--show-toplevel'
trace: built-in: git 'config' '--bool' 'rebase.stat'
trace: built-in: git 'config' '--bool' 'rebase.autostash'
trace: built-in: git 'config' '--bool' 'rebase.autosquash'
trace: built-in: git 'rev-parse' '--verify' 'c448b7fd2f529fd58878eff320086957d36a9fe2^0'
trace: built-in: git 'rev-parse' '--verify' 'c448b7fd2f529fd58878eff320086957d36a9fe2^0'
trace: built-in: git 'symbolic-ref' '-q' 'HEAD'
trace: built-in: git 'rev-parse' '--verify' 'HEAD'
trace: built-in: git 'rev-parse' '--verify' 'HEAD'
trace: built-in: git 'update-index' '-q' '--ignore-submodules' '--refresh'
trace: built-in: git 'diff-files' '--quiet' '--ignore-submodules'
trace: built-in: git 'diff-index' '--cached' '--quiet' '--ignore-submodules' 'HEAD' '--'
trace: built-in: git 'merge-base' 'c448b7fd2f529fd58878eff320086957d36a9fe2' 'c448b7fd2f529fd58878eff320086957d36a9fe2'
trace: built-in: git 'rev-list' '--parents' 'c448b7fd2f529fd58878eff320086957d36a9fe2..c448b7fd2f529fd58878eff320086957d36a9fe2'
Current branch master is up to date.
trace: built-in: git 'gc' '--auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment