| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog is listed as EXTRA_DIST but there's no rule to create it
so dist target is broken except when invoked with Makefile.maint. Which
nobody finds because its such a strange thing to have.
Move back ChangeLog generation into main Makefile.am but do not
require git to create it. Instead have a rule to create an empty
file to appease EXTRA_DIST no matter what, and only create the
real thing if we're in a git checkout and git command is present.
|
|
|
| |
No need to query all commits and count lines of output, we can just ask git to provide information directly.
|
|
|
|
|
| |
- ...just to be avoid having to fiddle with separators when going
from snapshots to -beta, -rc etc...
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- allow "make dist" in one step with .maint..
|
|
|
|
|
| |
- .hg dir timestamp changes on commits, otherwise updating ChangeLog
requires removing it
|
|
|