Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
gitlet.maryrosecook.com
Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
1–10 of 78 posts
Re: Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
#2Re: Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
#3Re: Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
#4this is cool! but I'm curious to see a git blame implementation.
Re: Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
#5Re: Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
#6Earlier quoted context omitted.
You mean the most conflict driven and passive aggressive feature in any programming tooling?
I mean, it just tells you the commit that last changed a line...
Basically, I want to understand this code
Re: Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
#7Re: Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
#8So I guess I'm wondering what the real `git checkout -- .` actually does behind the scenes?
Re: Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
#9This is so cool, and also my first time seeing this brilliant format for long-form explanations of code. Is this a thing out there, and does anyone have any pointers on libraries that do this?
Edit: The author of backbone.js has a tool that generates documentation in this style. http://ashkenas.com/docco/
Re: Gitlet.js – Git implemented in 1k lines of JavaScript (2015)
#10This is so cool, and also my first time seeing this brilliant format for long-form explanations of code. Is this a thing out there, and does anyone have any pointers on libraries that do this?