[go: up one dir, main page]

File: ChangeLog

package info (click to toggle)
coin3 4.0.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 54,428 kB
  • sloc: cpp: 256,086; ansic: 21,309; makefile: 8,661; sh: 3,141; perl: 1,504; lex: 1,372; lisp: 1,247; pascal: 961; xml: 604; yacc: 387; sed: 68
file content (7 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
The ChangeLog file is intentionally not updated in the repository as this
information can be easily gathered through the revision control system.

Upon release, don't forget to fill the ChangeLog file through e.g.:
$ git log --no-merges --pretty=format:"%ai  %an  <%ae> (%h)%n%n%x09%s%n" --name-status <CommitSHA>..HEAD > ChangeLog

(replace the <CommitSHA> token with the commit SHA for the previous release tag)