mirror of
https://github.com/jlengrand/gource-organization-vizualization.git
synced 2026-03-10 08:21:21 +00:00
Version with video
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,2 +1,7 @@
|
|||||||
adyen*
|
adyen*
|
||||||
.github
|
.github
|
||||||
|
gource.ppm
|
||||||
|
gource.mp4
|
||||||
|
*.txt
|
||||||
|
*.mp4
|
||||||
|
.DS_Store
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
rm -rf *.txt; rm -rf *.txt-r
|
# Doc for gource is here : https://github.com/acaudwell/Gource/wiki/Visualizing-Multiple-Repositories
|
||||||
|
|
||||||
|
#rm -rf *.txt; rm -rf *.txt-r; rm gource.ppm; mv gource.mp4 gource.mp4.bak
|
||||||
|
|
||||||
for OUTPUT in $(ls . | grep adyen)
|
for OUTPUT in $(ls . | grep adyen)
|
||||||
do
|
do
|
||||||
@@ -20,10 +22,10 @@ gource -1920x1080 \
|
|||||||
--hide usernames \
|
--hide usernames \
|
||||||
--hide files \
|
--hide files \
|
||||||
--logo logo.png \
|
--logo logo.png \
|
||||||
--logo-offset 900x600 \
|
--logo-offset 1370x830 \
|
||||||
--title "Adyen on GitHub, 2021" \
|
--title "Adyen on GitHub, 2021" \
|
||||||
--start-date "2021-01-01" \
|
--start-date "2021-01-01" \
|
||||||
--stop-date "2022-01-01" \
|
--stop-date "2021-12-20" \
|
||||||
--max-files 100 \
|
--max-files 100 \
|
||||||
--highlight-dirs \
|
--highlight-dirs \
|
||||||
combined.txt \
|
combined.txt \
|
||||||
|
|||||||
Reference in New Issue
Block a user