aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gource/gource.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gource/gource.sh')
-rwxr-xr-xtools/gource/gource.sh12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/gource/gource.sh b/tools/gource/gource.sh
index 0199609e9b..b3dad5d7c7 100755
--- a/tools/gource/gource.sh
+++ b/tools/gource/gource.sh
@@ -28,5 +28,13 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-gource --multi-sampling -c 4 -s 0.1 --max-file-lag 0.05 --max-files 0 -e 0.05 --hide filenames,dirnames $*
-
+gource \
+ --multi-sampling \
+ -s 0.1 \
+ --max-file-lag 0.05 \
+ --max-files 0 \
+ -e 0.01 \
+ --hide filenames,dirnames \
+ --disable-auto-rotate \
+ --file-filter '/grpc/doc/ref' \
+ $*