diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-19 13:01:51 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-19 13:01:51 -0700 |
commit | c3ec3f55d93e530a2c344812e734c02d49e5e7c0 (patch) | |
tree | ccdabf9898cc1985f23b8e147bd2b0813e5a712f /tools/gource | |
parent | e3e6050bf47724f168b7b03b8ee9194c266204fd (diff) |
Clean up output
Diffstat (limited to 'tools/gource')
-rwxr-xr-x | tools/gource/gource.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gource/gource.sh b/tools/gource/gource.sh index fb3598b7bc..8e658d2737 100755 --- a/tools/gource/gource.sh +++ b/tools/gource/gource.sh @@ -28,5 +28,4 @@ # (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 -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' |