git.limo icon indicating copy to clipboard operation
git.limo copied to clipboard

A Git source code management tool powered by Elixir with easy installation & high extensibility.

Results 5 git.limo issues
Sort by recently updated
recently updated
newest added

This is just a heads-up to @redrabbit [posted before](https://elixirforum.com/t/gitgud-github-clone-entirely-written-in-elixir/12920/64) to Elixir forum, that a number of code forge related projects are working on ActivityPub-based federation support, which will allow different...

We are currently also looking at writing an git forge with elixir. We favor some different designs, like not using the erlang ssh module, indieweb integration and a plain json...

enhancement

Checkout the [Git protocol capabilities](https://github.com/git/git/blob/master/Documentation/technical/protocol-capabilities.txt) documentation. ## both - [ ] Support 'ofs-delta' capability: *Server can send delta referring to its base by position in pack rather than by an...

enhancement
refactor

When accessing the diff page of a repository's initial commit, a service exception occurs because old_tree is nil. Replication link: https://git.limo/edmondfrank/Test/commit/9b8aaf04f53429bba6b203dcafafca031b46e164

Now, if the repository contains sub-modules, it will give an error, when rendering the repository tree list. Here are logs ``` git-frank | 02:50:35.601 [info] Sent 500 in 4ms git-frank...