242 captures
05 Jul 2020 - 19 Feb 2026
Jul AUG Sep
26
2020 2021 2022
success
fail

About this capture

COLLECTED BY

Collection: Wikipedia Eventstream

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20210826131352/https://git-scm.com/docs/git-bugreport
 
Git





About  

Branching and Merging  

Small and Fast  

Distributed  

Data Assurance  

Staging Area  

Free and Open Source  

Trademark  



Documentation  

Reference  

Book  

Videos  

External Links  



Downloads  

GUI Clients  

Logos  



Community  



English 
 
Localized versions of git-bugreport manual
 


(一) English  

(二) Français  

(三) Português (Brasil)  


Topics 


Setup and Config



git

config

help

bugreport

Getting and Creating Projects



init

clone

Basic Snapshotting



add

status

diff

commit

notes

restore

reset

rm

mv

Branching and Merging



branch

checkout

switch

merge

mergetool

log

stash

tag

worktree

Sharing and Updating Projects



fetch

pull

push

remote

submodule

 

Inspection and Comparison



show

log

diff

difftool

range-diff

shortlog

describe

Patching



apply

cherry-pick

diff

rebase

revert

Debugging



bisect

blame

grep

Email



am

apply

format-patch

send-email

request-pull

External Systems



svn

fast-import

Server Admin



daemon

update-server-info

 

Guides



gitattributes

Command-line interface conventions

Everyday Git

Frequently Asked Questions (FAQ)

Glossary

Hooks

gitignore

gitmodules

Revisions

Submodules

Tutorial

Workflows

All guides...

Administration



clean

gc

fsck

reflog

filter-branch

instaweb

archive

bundle

Plumbing Commands



cat-file

check-ignore

checkout-index

commit-tree

count-objects

diff-index

for-each-ref

hash-object

ls-files

ls-tree

merge-base

read-tree

rev-list

rev-parse

show-ref

symbolic-ref

update-index

update-ref

verify-pack

write-tree

 


Version 2.33.0    git-bugreport last updated in 2.33.0
 
Changes in the git-bugreport manual
 


(一)2.28.1  2.33.0 no changes

(二) 2.28.0   07/27/20  

(三) 
 

Check your version of git by running
 git --version  



NAME



git-bugreport - Collect information for user to file a bug report




SYNOPSIS



git bugreport [(-o | --output-directory) <path>] [(-s | --suffix) <format>]




DESCRIPTION




Captures information about the users machine, Git client, and repository state, as well as a form requesting information about the behavior the user observed, into a single text file which the user can then share, for example to the Git mailing list, in order to report an observed bug.


The following information is requested from the user:





Reproduction steps



Expected behavior



Actual behavior





The following information is captured automatically:





git version --build-options



uname sysname, release, version, and machine strings



Compiler-specific info string



A list of enabled hooks



$SHELL





This tool is invoked via the typical Git setup process, which means that in some cases, it might not be able to launch - for example, if a relevant config file is unreadable. In this kind of scenario, it may be helpful to manually gather the kind of information listed above when manually asking for help.




OPTIONS





 -o <path> 

--output-directory <path> 


Place the resulting bug report file in <path> instead of the root of the Git repository.


 -s <format> 

--suffix <format> 


Specify an alternate suffix for the bugreport name, to create a file named git-bugreport-<formatted suffix>. This should take the form of a strftime(3) format string; the current local time will be used.






GIT




Part of the git[1] suite



 



About this site
 Patches, suggestions, and comments are welcome.  

Git is a member of Software Freedom Conservancy