diff options
author | Kyle Johnson <kylejohnson.mn@gmail.com> | 2025-01-11 17:10:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-12 01:10:22 +0200 |
commit | 6b99eeb2c99d4af4be2562b25507541bfd842692 (patch) | |
tree | 74bd42651886749dc63c33aad5f3495906e02a34 /docs/markdown | |
parent | a86476c57cfee0fa839d69314d7b2fa76120635b (diff) | |
download | meson-6b99eeb2c99d4af4be2562b25507541bfd842692.zip meson-6b99eeb2c99d4af4be2562b25507541bfd842692.tar.gz meson-6b99eeb2c99d4af4be2562b25507541bfd842692.tar.bz2 |
docs: add Git to list of projects using meson (#14117)
* docs: add git to list of projects using meson
git 2.48 introduced support for the Meson build system:
https://github.com/git/git/commit/904339edbd80ec5676616af6e072b41804c1c8eb
https://github.blog/open-source/git/highlights-from-git-2-48/
* fix capitalization of Git; use Linus's initial revision's description
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Users.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md index 6e113f1..81d0845 100644 --- a/docs/markdown/Users.md +++ b/docs/markdown/Users.md @@ -53,6 +53,7 @@ topic](https://github.com/topics/meson). - [GameMode](https://github.com/FeralInteractive/gamemode), a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS - [Geary](https://wiki.gnome.org/Apps/Geary), an email application built around conversations, for the GNOME 3 desktop - [GIMP](https://gitlab.gnome.org/GNOME/gimp), an image manipulation program (master branch) + - [Git](https://git-scm.com/), ["the information manager from hell"](https://github.com/git/git/commit/e83c5163316f89bfbde7d9ab23ca2e25604af290) - [GLib](https://gitlab.gnome.org/GNOME/glib), cross-platform C library used by GTK+ and GStreamer - [Glorytun](https://github.com/angt/glorytun), a multipath UDP tunnel - [GNOME Boxes](https://gitlab.gnome.org/GNOME/gnome-boxes), a GNOME hypervisor |