Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desktop/dugite-native
A toolchain for building a portable, cross-platform Git for applications
https://github.com/desktop/dugite-native
git linux macos packaging windows
Last synced: 4 days ago
JSON representation
A toolchain for building a portable, cross-platform Git for applications
- Host: GitHub
- URL: https://github.com/desktop/dugite-native
- Owner: desktop
- License: gpl-2.0
- Created: 2017-01-26T09:34:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T15:26:51.000Z (7 months ago)
- Last Synced: 2024-05-29T05:21:58.757Z (7 months ago)
- Topics: git, linux, macos, packaging, windows
- Language: Shell
- Homepage:
- Size: 719 KB
- Stars: 191
- Watchers: 24
- Forks: 105
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Dugite - The Native Bits
This project contains the tooling for building a version of Git that is optimized for
scripted usage in applications. It also removes many non-core features:- no linking to system libraries
- use symlinks to reduce output size
- no Perl runtime
- no dependency on OpenSSL
- no Tcl/Tk GUI
- no translation of error messages
- no 32-bit supportThere are also additional customizations included in this toolchain:
- Git-LFS
- certificate bundle for Linux consumers**Note:** this is not intended to be installed by end users - [go here](https://git-scm.com/)
to download Git for your operating system.### Status
This project is under active development for Git-related projects at GitHub. This will stabilize as this library gets more usage in production.
### Roadmap
It is expected that this toolchain will be updated as Git and it's other dependencies are updated, to ensure applications are running on the latest
stable version of Git.Feel free to open issues or pull requests about fixes or optimizations we can incorporate
into the packaging process. Refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) file for instructions and the [documentation](./docs/) sections for more information about the repository.Bugfixes and feature requests for Git should be discussied on the [Git mailing list](https://git.wiki.kernel.org/index.php/GitCommunity).
### Supported Platforms
- Windows 7 and later
- macOS 10.9 and up
- Linux (GLIBC 2.17+ on x64/arm64 systems and GLIBC 2.28+ on x86/arm32 systems)### Credits
The [Git for Windows](https://git-for-windows.github.io) project already
provides a minimal environment (called 'MinGit') with each release that covers
most of the above requirements