{"id":13441158,"url":"https://github.com/gitahead/gitahead","last_synced_at":"2025-05-15T09:08:05.820Z","repository":{"id":37587674,"uuid":"159882575","full_name":"gitahead/gitahead","owner":"gitahead","description":"Understand your Git history!","archived":false,"fork":false,"pushed_at":"2024-04-16T01:47:40.000Z","size":66233,"stargazers_count":1872,"open_issues_count":298,"forks_count":250,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-05-05T20:03:59.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gitahead.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitahead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-30T21:52:34.000Z","updated_at":"2025-05-04T12:46:54.000Z","dependencies_parsed_at":"2024-01-02T21:54:19.970Z","dependency_job_id":"248c7c70-4736-4ea9-844e-cdaab7a16f62","html_url":"https://github.com/gitahead/gitahead","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitahead%2Fgitahead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitahead%2Fgitahead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitahead%2Fgitahead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitahead%2Fgitahead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitahead","download_url":"https://codeload.github.com/gitahead/gitahead/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253685217,"owners_count":21947306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:30.582Z","updated_at":"2025-05-15T09:08:00.812Z","avatar_url":"https://github.com/gitahead.png","language":"C++","funding_links":[],"categories":["C++","\u003ca name=\"cpp\"\u003e\u003c/a\u003eC++","others","Version Control","Repository app"],"sub_categories":[],"readme":"Please Note!\n============\nGitAhead is no longer under active development. Low-level maintenance and bug\nfix releases will be made as necessary for the foreseeable future, but no new\nfeatures or major changes are planned at this time. Please consider continuing\ndevelopment in a *rebranded* fork for anything other than trivial changes.\n\n\nGitAhead - Understand Your History\n==================================\n\nGitAhead is a graphical Git client designed to help you understand\nand manage your source code history. It's available as a [pre-built\nbinary for Windows, Linux, and macOS](https://gitahead.github.io/gitahead.com/), or can be built from source by\nfollowing the directions below.\n\nBuild Environment\n-----------------\n\n* C++11 compiler\n  * Windows - MSVC \u003e= 2017 recommended\n  * Linux - GCC \u003e= 6.2 recommended\n  * macOS - Xcode \u003e= 10.1 recommended\n* CMake \u003e= 3.3.1\n* Ninja (optional)\n\nDependencies\n------------\n\nExternal dependencies can be satisfied by system libraries or installed\nseparately. Included dependencies are submodules of this repository. Some\nsubmodules are optional or may also be satisfied by system libraries.\n\n**External Dependencies**\n\n* Qt (required \u003e= 5.9)\n\n**Included Dependencies**\n\n* libgit2 (required)\n* cmark (required)\n* git (only needed for the credential helpers)\n* libssh2 (needed by `libgit2` for SSH support)\n* openssl (needed by `libssh2` and `libgit2` on some platforms)\n\nNote that building `OpenSSL` on Windows requires `Perl` and `NASM`.\n\nHow to Build\n------------\n\n**Initialize Submodules**\n\n    git submodule init\n    git submodule update\n\n**Build OpenSSL**\n\n    # Start from root of gitahead repo.\n    cd dep/openssl/openssl\n\nWin:\n\n    perl Configure VC-WIN64A\n    nmake\n\nMac:\n\n    ./Configure darwin64-x86_64-cc no-shared\n    make\n\nLinux:\n\n    ./config -fPIC\n    make\n\n**Configure Build**\n\n    # Start from root of gitahead repo.\n    mkdir -p build/release\n    cd build/release\n    cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../..\n\nIf you have Qt installed in a non-standard location, you may have to\nspecify the path to Qt by passing `-DCMAKE_PREFIX_PATH=\u003cpath-to-qt\u003e`\nwhere `\u003cpath-to-qt\u003e` points to the Qt install directory that contains\n`bin`, `lib`, etc.\n\n**Build**\n\n    ninja\n\nLicense\n-------\n\nGitAhead is licensed under the MIT license. See LICENSE.md for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitahead%2Fgitahead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitahead%2Fgitahead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitahead%2Fgitahead/lists"}