perform git2cl on local project only
This commit is contained in:
@@ -8,5 +8,5 @@ distcheck-hook:
|
|||||||
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
||||||
|| true
|
|| true
|
||||||
test -d ../.git && \
|
test -d ../.git && \
|
||||||
git2cl > ChangeLog \
|
git log --pretty --numstat --summary . | git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ distcheck-hook:
|
|||||||
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
||||||
|| true
|
|| true
|
||||||
test -d ../.git && \
|
test -d ../.git && \
|
||||||
git2cl > ChangeLog \
|
git log --pretty --numstat --summary . | git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
@@ -41,5 +41,5 @@ distcheck-hook:
|
|||||||
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
||||||
|| true
|
|| true
|
||||||
test -d ../.git && \
|
test -d ../.git && \
|
||||||
git2cl > ChangeLog \
|
git log --pretty --numstat --summary . | git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
@@ -8,5 +8,5 @@ distcheck-hook:
|
|||||||
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
||||||
|| true
|
|| true
|
||||||
test -d ../.git && \
|
test -d ../.git && \
|
||||||
git2cl > ChangeLog \
|
git log --pretty --numstat --summary . | git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
@@ -8,5 +8,5 @@ distcheck-hook:
|
|||||||
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
svn2cl --group-by-day --reparagraph --separate-daylogs --include-actions --include-rev \
|
||||||
|| true
|
|| true
|
||||||
test -d ../.git && \
|
test -d ../.git && \
|
||||||
git2cl > ChangeLog \
|
git log --pretty --numstat --summary . | git2cl > ChangeLog \
|
||||||
|| true
|
|| true
|
||||||
|
|||||||
Reference in New Issue
Block a user