Earlier quoted context omitted.
It is a git log viewer. So it follows `git log` behaviour.
I'd still like a way to see it first-to-last, if only to get the combined nostalgia from seeing those first commits and from the music.
StarWars + Git logs = StarLogs
51–60 of 75 posts
Re: StarWars + Git logs = StarLogs
#52It would be great if this worked on private repos.
Re: StarWars + Git logs = StarLogs
#53This is awesome! Is the entry box for the repo supposed to go away once it finds it? It stayed there, covering the text in Chrome 27 dev on Arch... It would be cool if it disappeared.
Re: StarWars + Git logs = StarLogs
#54Earlier quoted context omitted.
Just changed it so you can specify user/repo in hashtag: http://starlogs.net/#rails/rails
Nice, but please consider switching to HTML5 history (pushState). It's just as easy and a lot cleaner. Especially that you can use popstate to let people switch the URL. It's amazing anyway.
Re: StarWars + Git logs = StarLogs
#55I also have a similar site that manipulates DOM depending on hash value. If you are on instamovi.com/#bourne with bourne movies listed...and you change it to instamovi.com/#bond and hit ENTER, there's no change in the DOM. You have to hit ENTER again, then the movie listing changes to Bond movies.
Similar thing happens here on starlogs.net/#repo1 to starlogs.net/#repo2
Any idea how to fix this?
Re: StarWars + Git logs = StarLogs
#56Re: StarWars + Git logs = StarLogs
#57Edit: Found the repo[0] in the page source.
Re: StarWars + Git logs = StarLogs
#58Tried giving it both my Github user name as well as the URL to my Github profile. It "couldn't find the repo" in both cases. :/
It wants it in the format username/repo, not just username. So for example, rkuykendall/Simplici7y or moneypenny/GithubFacebook