[Pcsclite-git-commit] [CCID] 01/03: Generate ChangeLog file using git instead of svn
Ludovic Rousseau
rousseau at moszumanska.debian.org
Wed May 13 07:35:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
rousseau pushed a commit to branch master
in repository CCID.
commit 9fa3a2243ea597cde4ee4efd7dfdc6c9a6643a27
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Sun May 10 18:40:25 2015 +0200
Generate ChangeLog file using git instead of svn
The repository moved from SVN to GIT.
---
Makefile.am | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index d33fd97..69f7534 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,5 @@ libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
ChangeLog:
- svn2cl --group-by-day --stdout --include-rev --reparagraph \
- | perl -pe 's/ rousseau/ Ludovic Rousseau/; \
- s+trunk/Drivers/ccid/++g;' > $@
+ git log --stat --decorate=short > $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git
More information about the Pcsclite-cvs-commit
mailing list