Alfie
Alfie
Opening up the Unreal Engine source code in Gittyup reveals a flaw in `Commit::description`. It's goal is to essentially find the closest tag and either return the tag name or...
This will have to be split into multiple issues, but at the core of it, opening up a very large repository in Gittyup has some issues. Most notably, the indexer...
The indexer code currently uses QDataStream to read and write data. This defaults to big endian byte order. While this is great for compatibility and data exchange, it also adds...
For larger repositories, the indexer seems to struggle quite a bit and takes many minutes to complete. For particularly large projects such as the Linux kernel, you can basically forget...