Revision ac7459d9d763f4d04a5f4d68fbbfd7d793b75278 authored by Katie Hyatt on 22 February 2017, 00:49:21 UTC, committed by Katie Hyatt on 22 February 2017, 00:57:37 UTC
Create a DiffStat type so that we can get more information
about GitDiffs. Add a show method for this type and GitDiff.
Also add methods to get the number of files changed/insertions/
deletions in the diff.
1 parent d168287
Raw File
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.dwo
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.ji

.DS_Store
back to top