tomheon / git_by_a_bus

Analyze your git repo for developers with unique knowledge.
83 stars 14 forks source link

Use md5 to limit dev page filename length. #4

Closed ralphbean closed 11 years ago

ralphbean commented 11 years ago

For large projects like the Linux Kernel, those file names could grow to be hundreds and hundreds of characters long.. so long that it would cause X to crash.

This should circumvent that.

tomheon commented 11 years ago

Thanks for the pull request @ralphbean.

A repo the size of the kernel breaks gbab in scads of other ways, too (something that the long delayed v2 looks to fix), but this is a nice incremental fix in the meantime, and I'll merge it in.

Thanks!

Edmund