Generare un changelog dai commit git: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
m Created page with "Usare il comando git log, formattandone l'output: git log --format="%ai %aN %n%n%x09* %s%d%n" > Changelog"
 
(No difference)

Latest revision as of 10:36, 1 March 2012

Usare il comando git log, formattandone l'output:

git log --format="%ai %aN %n%n%x09* %s%d%n" > Changelog