Changeset 5ab3b81401389f1834b9957eaa9b715a94833046
- Timestamp:
- 05/12/08 19:21:05
(2 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210612865 +0300
- git-parent:
[f5f7c36c4351a71129e4d2f6e6a1d03823387713]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210612865 +0300
- Message:
No need for sed here
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r16402c2 |
r5ab3b81 |
|
| 52 | 52 | $(CHANGELOGS): Makefile.am |
|---|
| 53 | 53 | if test -d "$(top_srcdir)/.git"; then \ |
|---|
| 54 | | y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ |
|---|
| | 54 | y="$@"; y="$${y##ChangeLog-}" ; |
|---|
| 55 | 55 | git --git-dir="$(top_srcdir)/.git" log \ |
|---|
| 56 | 56 | --since="$$y-01-01" \ |
|---|