{"id":21232638,"url":"https://github.com/jeonghanlee/git-env","last_synced_at":"2025-03-15T02:41:47.888Z","repository":{"id":99842043,"uuid":"282988261","full_name":"jeonghanlee/git-env","owner":"jeonghanlee","description":"Configuration Environment for git","archived":false,"fork":false,"pushed_at":"2021-07-01T23:31:15.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T18:32:14.096Z","etag":null,"topics":["git"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeonghanlee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-07-27T18:54:39.000Z","updated_at":"2021-07-01T23:31:18.000Z","dependencies_parsed_at":"2023-05-12T21:15:51.750Z","dependency_job_id":null,"html_url":"https://github.com/jeonghanlee/git-env","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"jeonghanlee/env-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeonghanlee%2Fgit-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeonghanlee%2Fgit-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeonghanlee%2Fgit-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeonghanlee%2Fgit-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeonghanlee","download_url":"https://codeload.github.com/jeonghanlee/git-env/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676705,"owners_count":20329431,"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":["git"],"created_at":"2024-11-20T23:53:36.628Z","updated_at":"2025-03-15T02:41:47.882Z","avatar_url":"https://github.com/jeonghanlee.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configuration Environment for git\n\n![Linter Run](https://github.com/jeonghanlee/git-env/workflows/Linter%20Run/badge.svg)\n\n## Check the version one would like to use\n\nUpdate the `configure/RELEASE` file by using `RELEASE.local`\n\n```bash\n$ echo \"SRC_TAG:=tags/v2.28.0\" \u003e configure/RELEASE.local\n$ make vars\nAPPNAME = git\nDOCURL = https://github.com/git/git\nFILTER = 1\nINSTALL_LOCATION = /home/jhlee/git\nLEVEL = 1\nSITE_TEMPLATE_PATH = /home/jhlee/gitsrc/git-env/site-template\nSRC_GITURL = https://github.com/git/git\nSRC_NAME = git\nSRC_PATH = git-src\nSRC_TAG = tags/v2.28.0\nSRC_URL = https://github.com/git\nSUDO =\nSUDO_INFO = 0\n```\n\n## Normal installation\n\nGit will be installed in `${HOME}/bin`\n\n```bash\nmake init\nmake build\nmake install\n```\n\n```bash\ngit-env (master)$ ~/bin/git --version\ngit version 2.28.0\n```\n\n## More specific installation\n\n* Packages : asciidoc, libpcre2-dev. `make install.pkgs` if the system is Debian 10.\n* `INSTALL_LOCATION` in `configure/CONFIG_SITE` according to your desired location.\n* Support POSIX threads\n* Support PCRE2\n* Define the default git editor\n\n```bash\nmake configure\n```\n\n* Install minimal git\n\n```bash\nmake build\nmake install\n```\n\n## Execute\n\n* Add PATH and LD_LIBRARY_PATH\n\n```bash\nexport PATH=~/git/bin:$PATH\nexport LD_LIBRARY_PATH=~/git/libexec\n```\n\n```bash\njhlee@parity: git-env (master)$ tree -L 2 ~/git\n/home/jhlee/git\n├── [jhlee    4.0K]  bin\n│   ├── [jhlee     19M]  git\n│   ├── [jhlee    159K]  git-cvsserver\n│   ├── [jhlee    345K]  gitk\n│   ├── [jhlee     19M]  git-receive-pack\n│   ├── [jhlee     12M]  git-shell\n│   ├── [jhlee     19M]  git-upload-archive\n│   └── [jhlee     19M]  git-upload-pack\n├── [jhlee    4.0K]  libexec\n│   └── [jhlee    4.0K]  git-core\n└── [jhlee    4.0K]  share\n    ├── [jhlee    4.0K]  git-core\n    ├── [jhlee    4.0K]  git-gui\n    ├── [jhlee    4.0K]  gitk\n    ├── [jhlee    4.0K]  gitweb\n    ├── [jhlee    4.0K]  locale\n    └── [jhlee    4.0K]  perl5\n\ngit-env (master)$ ~/git/bin/git --version\ngit version 2.28.0\n```\n\nEnjoy your the latest git!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeonghanlee%2Fgit-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeonghanlee%2Fgit-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeonghanlee%2Fgit-env/lists"}