Live data from Hacker News

StarWars + Git logs = StarLogs

starlogs.net

31–40 of 75 posts

Re: StarWars + Git logs = StarLogs

#31

This 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.

It does on Chrome 26.0.1410.65 (osx) or Firefox or Safari

Perhaps it is because of switch to blink? Anyway, forewarned - forearmed. Thanks!

Re: StarWars + Git logs = StarLogs

#34

From now, every time I create a new repo, the first commit message is going to be "A long time ago in a galaxy far, far away".

Unfortunately it seem to scroll from newest to oldest

Continually rebasing a shared repos to keep the 'A long time ago ...' message at the top would probably be a bad idea

Re: StarWars + Git logs = StarLogs

#35
post #7
post #6

Surprisingly funny. :) I wish the url changed so one could link someone. Solved now, but it should be added.

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

#36
post #2

Neat, but shouldn't it show the commits first to last?

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.

Re: StarWars + Git logs = StarLogs

#37
post #7

Earlier 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.

If he were to use pushState for this, wouldn't he need a .htaccess (or other means) to point all requests to index.html? Meaning it's not just as easy?

Re: StarWars + Git logs = StarLogs

#40

Tried 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
Post reply on HN