Michael DeHaan
Michael DeHaan
Ok, let me know if that worked and gave you enough access, I just filled in your name in the maintainer field. If it does not, ping me at michael...
I'm actually seeing similar behavior to this on 2.5.1 lein on Ubuntu 14.04, default shell, etc. Can't figure out why. True even after exiting the repl with "exit" and getting...
While that *sounds* good for servers that don't offer things up over http (cobbler already did), it's important to understand the greatest security implications of a PXE network. TFTP is...
current idea: have a function that finds all the subdirectories for the directory in the query string default directory is "/" for each repo show sparklines for each directory in...
I've added code that allows graphs of commits (not LoC just yet, commits seemed more useful? Easy to do one or both really)... It should be fairly trivial to add...
added axes back looks like the commit graphs may be selecting things in the immediate directory and not subdirectories, which is an easy fix we should add top three commiters...
show files in each directory below directory list, same graphs? may need to limit for large number of files/dirs
pushed some nice updates - only files that have commits between the time range will be graphed. We don't yet have a good way to show what files are deleted...
looks like we can get this with "%d" in the git log "pretty" format, and should try this out: https://stackoverflow.com/questions/1841405/how-can-i-show-the-name-of-branches-in-git-log
also we have the working tree checked out locally ALREADY, so we are able to allow commit browsing from within the app. This could work just by opening the commit...