Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nasamuffin/2e320892f5c2147e829cbcf5bd0759a2 to your computer and use it in GitHub Desktop.
Save nasamuffin/2e320892f5c2147e829cbcf5bd0759a2 to your computer and use it in GitHub Desktop.
Sample output of git bugreport (patch v2)
Thank you for filling out a Git bug report!
Please answer the following questions to help us understand your issue.
What did you do before the bug happened? (Steps to reproduce your issue)
What did you expect to happen? (Expected behavior)
What happened instead? (Actual behavior)
Anything else you want to add:
Please review the rest of the bug report below.
You can delete any lines you don't wish to send.
[System Information]
git version 2.23.0.rc1.180.gae3246d1e7.dirty
cpu: x86_64
built from commit: ae3246d1e73dc85083fa49908b05a9785fd147bf
sizeof-long: 8
sizeof-size_t: 8
Linux podkayne.svl.corp.google.com 4.19.37-5rodete4-amd64 #1 SMP Debian 4.19.37-5rodete4 (2019-07-17 > 2018) x86_64 GNU/Linux
libcurl 7.64.0
ldd (Debian GLIBC 2.28-10) 2.28
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
[Git Config]
file:/usr/local/google/home/emilyshaffer/.gitconfig color.ui=auto
file:/usr/local/google/home/emilyshaffer/.gitconfig user.email=emilyshaffer@google.com
file:/usr/local/google/home/emilyshaffer/.gitconfig user.name=Emily Shaffer
file:/usr/local/google/home/emilyshaffer/.gitconfig core.pager=less -+$LESS -R
file:/usr/local/google/home/emilyshaffer/.gitconfig sendemail.smtpencryption=tls
file:/usr/local/google/home/emilyshaffer/.gitconfig sendemail.smtpserver=/usr/bin/sendgmr
file:/usr/local/google/home/emilyshaffer/.gitconfig sendemail.smtpuser=emilyshaffer@google.com
file:/usr/local/google/home/emilyshaffer/.gitconfig sendemail.smtpserverport=587
file:/usr/local/google/home/emilyshaffer/.gitconfig sendemail.smtpsslcertpath=/etc/ssl/certs
file:/usr/local/google/home/emilyshaffer/.gitconfig credential.helper=netrc
file:/usr/local/google/home/emilyshaffer/.gitconfig merge.tool=vimdiff
file:/usr/local/google/home/emilyshaffer/.gitconfig grep.linenumber=true
file:/usr/local/google/home/emilyshaffer/.gitconfig trace2.eventtarget=
file:/usr/local/google/home/emilyshaffer/.gitconfig rerere.enabled=true
file:.git/config core.repositoryformatversion=0
file:.git/config core.filemode=true
file:.git/config core.bare=false
file:.git/config core.logallrefupdates=true
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config branch.master.remote=origin
file:.git/config branch.master.merge=refs/heads/master
file:.git/config remote.nasamuffin.fetch=+refs/heads/*:refs/remotes/nasamuffin/*
[Configured Hooks]
/usr/local/google/home/emilyshaffer/git/.git/hooks/prepare-commit-msg
========
#!/bin/sh
if [ -x /usr/lib/git-core/google_hook ]; then
/usr/lib/git-core/google_hook prepare-commit-msg "$@"
else
echo 'warning: Cannot run /usr/lib/git-core/google_hook.' \
'If this is unexpected, please file a go/git-bug' >&2
fi
/usr/local/google/home/emilyshaffer/git/.git/hooks/pre-commit
========
#!/bin/sh
if [ -x /usr/lib/git-core/google_hook ]; then
/usr/lib/git-core/google_hook pre-commit "$@"
else
echo 'warning: Cannot run /usr/lib/git-core/google_hook.' \
'If this is unexpected, please file a go/git-bug' >&2
fi
/usr/local/google/home/emilyshaffer/git/.git/hooks/git-merge
========
<binary file>
[Git Logs]
/usr/local/google/home/emilyshaffer/git/.git/logs/HEAD
========
0000000000000000000000000000000000000000 7c20df84bd21ec0215358381844274fa10515017 Emily Shaffer <emilyshaffer@google.com> 1565208108 -0700 clone: from https://github.com/git/git
7c20df84bd21ec0215358381844274fa10515017 c2a8c3701b25929b6df2a999b3e8d1a19ee55fc0 Emily Shaffer <emilyshaffer@google.com> 1565370940 -0700 pull -r: Fast-forward
c2a8c3701b25929b6df2a999b3e8d1a19ee55fc0 c2a8c3701b25929b6df2a999b3e8d1a19ee55fc0 Emily Shaffer <emilyshaffer@google.com> 1565812822 -0700 checkout: moving from master to bugreport
c2a8c3701b25929b6df2a999b3e8d1a19ee55fc0 474b90644550e97fdc97236e523752944e000616 Emily Shaffer <emilyshaffer@google.com> 1565825077 -0700 commit: bugreport: add tool to generate debugging info
474b90644550e97fdc97236e523752944e000616 85b591dfc5ca1137ecb5bfb181d3a7808b3602c6 Emily Shaffer <emilyshaffer@google.com> 1565826328 -0700 commit (amend): bugreport: add tool to generate debugging info
85b591dfc5ca1137ecb5bfb181d3a7808b3602c6 a6eeba6e5dde0b587391d3e069387623e3c50c46 Emily Shaffer <emilyshaffer@google.com> 1565826348 -0700 checkout: moving from bugreport to origin/next
a6eeba6e5dde0b587391d3e069387623e3c50c46 a6eeba6e5dde0b587391d3e069387623e3c50c46 Emily Shaffer <emilyshaffer@google.com> 1565826375 -0700 checkout: moving from a6eeba6e5dde0b587391d3e069387623e3c50c46 to next
a6eeba6e5dde0b587391d3e069387623e3c50c46 85b591dfc5ca1137ecb5bfb181d3a7808b3602c6 Emily Shaffer <emilyshaffer@google.com> 1565826392 -0700 checkout: moving from next to bugreport
85b591dfc5ca1137ecb5bfb181d3a7808b3602c6 a6eeba6e5dde0b587391d3e069387623e3c50c46 Emily Shaffer <emilyshaffer@google.com> 1565826394 -0700 rebase: checkout next
a6eeba6e5dde0b587391d3e069387623e3c50c46 a1edcc652d7e8b69fe99a695a181d4f965829b71 Emily Shaffer <emilyshaffer@google.com> 1565826394 -0700 rebase: bugreport: add tool to generate debugging info
a1edcc652d7e8b69fe99a695a181d4f965829b71 a1edcc652d7e8b69fe99a695a181d4f965829b71 Emily Shaffer <emilyshaffer@google.com> 1565826394 -0700 rebase finished: returning to refs/heads/bugreport
a1edcc652d7e8b69fe99a695a181d4f965829b71 88e04552037781dd0065e5230d4a87e4299f52f9 Emily Shaffer <emilyshaffer@google.com> 1565826466 -0700 commit (amend): bugreport: add tool to generate debugging info
88e04552037781dd0065e5230d4a87e4299f52f9 ae3246d1e73dc85083fa49908b05a9785fd147bf Emily Shaffer <emilyshaffer@google.com> 1565830932 -0700 commit (amend): bugreport: add tool to generate debugging info
ae3246d1e73dc85083fa49908b05a9785fd147bf d3e3d79b8fcaaa51ecdae2c457ce9f310d05949a Emily Shaffer <emilyshaffer@google.com> 1565835684 -0700 commit (amend): bugreport: add tool to generate debugging info
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/heads/next
========
0000000000000000000000000000000000000000 a6eeba6e5dde0b587391d3e069387623e3c50c46 Emily Shaffer <emilyshaffer@google.com> 1565826366 -0700 branch: Created from HEAD
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/heads/bugreport
========
0000000000000000000000000000000000000000 c2a8c3701b25929b6df2a999b3e8d1a19ee55fc0 Emily Shaffer <emilyshaffer@google.com> 1565812822 -0700 branch: Created from HEAD
c2a8c3701b25929b6df2a999b3e8d1a19ee55fc0 474b90644550e97fdc97236e523752944e000616 Emily Shaffer <emilyshaffer@google.com> 1565825077 -0700 commit: bugreport: add tool to generate debugging info
474b90644550e97fdc97236e523752944e000616 85b591dfc5ca1137ecb5bfb181d3a7808b3602c6 Emily Shaffer <emilyshaffer@google.com> 1565826328 -0700 commit (amend): bugreport: add tool to generate debugging info
85b591dfc5ca1137ecb5bfb181d3a7808b3602c6 a1edcc652d7e8b69fe99a695a181d4f965829b71 Emily Shaffer <emilyshaffer@google.com> 1565826394 -0700 rebase finished: returning to refs/heads/bugreport
a1edcc652d7e8b69fe99a695a181d4f965829b71 88e04552037781dd0065e5230d4a87e4299f52f9 Emily Shaffer <emilyshaffer@google.com> 1565826466 -0700 commit (amend): bugreport: add tool to generate debugging info
88e04552037781dd0065e5230d4a87e4299f52f9 ae3246d1e73dc85083fa49908b05a9785fd147bf Emily Shaffer <emilyshaffer@google.com> 1565830932 -0700 commit (amend): bugreport: add tool to generate debugging info
ae3246d1e73dc85083fa49908b05a9785fd147bf d3e3d79b8fcaaa51ecdae2c457ce9f310d05949a Emily Shaffer <emilyshaffer@google.com> 1565835684 -0700 commit (amend): bugreport: add tool to generate debugging info
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/heads/git-second
========
0000000000000000000000000000000000000000 7c20df84bd21ec0215358381844274fa10515017 Emily Shaffer <emilyshaffer@google.com> 1565209215 -0700 branch: Created from HEAD
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/heads/master
========
0000000000000000000000000000000000000000 7c20df84bd21ec0215358381844274fa10515017 Emily Shaffer <emilyshaffer@google.com> 1565208108 -0700 clone: from https://github.com/git/git
7c20df84bd21ec0215358381844274fa10515017 c2a8c3701b25929b6df2a999b3e8d1a19ee55fc0 Emily Shaffer <emilyshaffer@google.com> 1565370940 -0700 pull -r: Fast-forward
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/origin/next
========
deed80330f2f849fecaf1d22eaf715b93ef96954 a6eeba6e5dde0b587391d3e069387623e3c50c46 Emily Shaffer <emilyshaffer@google.com> 1565370940 -0700 pull -r: fast-forward
a6eeba6e5dde0b587391d3e069387623e3c50c46 e5444969c986fc1503282c63d33931021c78d991 Emily Shaffer <emilyshaffer@google.com> 1565826387 -0700 pull: fast-forward
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/origin/HEAD
========
0000000000000000000000000000000000000000 7c20df84bd21ec0215358381844274fa10515017 Emily Shaffer <emilyshaffer@google.com> 1565208108 -0700 clone: from https://github.com/git/git
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/origin/pu
========
966a32db047eb83e5585be9765203b25c2f1e722 1ae5ec4053bb363edb121eb71f68728703d8bd3a Emily Shaffer <emilyshaffer@google.com> 1565370940 -0700 pull -r: forced-update
1ae5ec4053bb363edb121eb71f68728703d8bd3a 6cf2e4a04610efe882eb663cd36436b80b343fa0 Emily Shaffer <emilyshaffer@google.com> 1565826387 -0700 pull: forced-update
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/origin/maint
========
4d8ec15c66f32e29e4dfcdf64d0826c425d8ad7d 75b2f01a0f642b39b0f29b6218515df9b5eb798e Emily Shaffer <emilyshaffer@google.com> 1565826387 -0700 pull: fast-forward
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/origin/todo
========
47972ae489c25f94da01ad88ad3a5f41c7ce6314 0eadf92077f6dc6a25582835c9257df5a295bf8b Emily Shaffer <emilyshaffer@google.com> 1565826387 -0700 pull: fast-forward
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/origin/master
========
7c20df84bd21ec0215358381844274fa10515017 c2a8c3701b25929b6df2a999b3e8d1a19ee55fc0 Emily Shaffer <emilyshaffer@google.com> 1565370940 -0700 pull -r: fast-forward
c2a8c3701b25929b6df2a999b3e8d1a19ee55fc0 ff66981f4593aec0f3b3eeace0eacb7dbe44fd8c Emily Shaffer <emilyshaffer@google.com> 1565826387 -0700 pull: fast-forward
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/next
========
0000000000000000000000000000000000000000 deed80330f2f849fecaf1d22eaf715b93ef96954 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/myfirstcontrib
========
0000000000000000000000000000000000000000 5ef0167775a19c3e385455042fd618361f2b1235 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/foobar
========
0000000000000000000000000000000000000000 74583d89127e21255c12dd3c8a3bf60b497d7d03 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/myfirstrevwalk
========
0000000000000000000000000000000000000000 5ba0a845f6b4f3ae4c1bdcc0e6690925582561b2 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/revwalk
========
0000000000000000000000000000000000000000 47da5cd6775788dd3e795ca02508ae3a2c3ccdb7 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/abbrev
========
0000000000000000000000000000000000000000 5954e17680e1127b632dfccbe22769bef5627070 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/pu
========
0000000000000000000000000000000000000000 0ce1cc6cada70bd29b327b6280943e1c4a756efa Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/maint
========
0000000000000000000000000000000000000000 aeb582a98374c094361cba1bd756dc6307432c42 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/psuh
========
0000000000000000000000000000000000000000 0449ea2bc56e197e1e6b62bf36ba76c17a12e046 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/stray-whitespace
========
0000000000000000000000000000000000000000 c30e0653dc673b730087db0d1824e51b3af32325 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/todo
========
0000000000000000000000000000000000000000 e9a8faeebdf5de956ca5790d9b6bd3518eeed6ca Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/atomic-branches
========
0000000000000000000000000000000000000000 02feb4f56942d6c1ee56cbbce922228df3b43b27 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/git-gerrit
========
0000000000000000000000000000000000000000 318da4a6494d75aaa0530cd995495c09c9cb5396 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
/usr/local/google/home/emilyshaffer/git/.git/logs/refs/remotes/nasamuffin/master
========
0000000000000000000000000000000000000000 8dca754b1e874719a732bc9ab7b0e14b21b1bc10 Emily Shaffer <emilyshaffer@google.com> 1565209199 -0700 fetch nasamuffin: storing head
[Loose Objects]
/usr/local/google/home/emilyshaffer/git/.git/objects/1d: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/20: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/22: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/29: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/34: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/39: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/40: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/47: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/48: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/51: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/59: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/5a: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/65: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/69: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/6e: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/78: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/85: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/88: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/8f: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/91: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/a1: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/ae: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/b4: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/ba: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/be: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/c5: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/d3: 1 objects
/usr/local/google/home/emilyshaffer/git/.git/objects/f7: 1 objects
[Pack Data]
total 137944
-r--r--r-- 1 emilyshaffer primarygroup 65360 Aug 7 13:19 pack-6688859cd1684f0b65218a1a5b919ab6ba594d0c.idx
-r--r--r-- 1 emilyshaffer primarygroup 4669213 Aug 7 13:19 pack-6688859cd1684f0b65218a1a5b919ab6ba594d0c.pack
-r--r----- 1 emilyshaffer primarygroup 9668 Aug 9 10:15 pack-98a10d9558534ec11cc564a8fac94baf83335db3.idx
-r--r----- 1 emilyshaffer primarygroup 659543 Aug 9 10:15 pack-98a10d9558534ec11cc564a8fac94baf83335db3.pack
-r--r--r-- 1 emilyshaffer primarygroup 7622420 Aug 7 13:01 pack-c88563a8886f186bafa156ae7db6967d21027b9f.idx
-r--r--r-- 1 emilyshaffer primarygroup 127092853 Aug 7 13:01 pack-c88563a8886f186bafa156ae7db6967d21027b9f.pack
-r--r----- 1 emilyshaffer primarygroup 16276 Aug 14 16:46 pack-ed38a61f6a92623bf0dc178d7e76cd4dc5503e09.idx
-r--r----- 1 emilyshaffer primarygroup 1107125 Aug 14 16:46 pack-ed38a61f6a92623bf0dc178d7e76cd4dc5503e09.pack
[Object Info Data]
/usr/local/google/home/emilyshaffer/git/.git/objects/info:
total 0
[Alternates File]
/usr/local/google/home/emilyshaffer/git/.git/objects/info/alternates
========
<file does not exist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment