Skip to content
Snippets Groups Projects
Commit 16970d83 authored by Chris Ball's avatar Chris Ball Committed by Sebastian Hahn
Browse files

doc/HACKING: Explain how to find when a given change was introduced

parent 28962eca
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@ To write a changes file, first categorize the change. Some common categories
are: Minor bugfixes, Major bugfixes, Minor features, Major features, Code
simplifications and refactoring. Then say what the change does. Then, if
it's a bugfix, then mention what bug it fixes and when the bug was
introduced.
introduced. To find out which Git tag the change was introduced in,
you can use "git describe --contains <sha1 of commit>".
If at all possible, try to create this file in the same commit where
you are making the change. Please give it a distinctive name that no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment