about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git
AgeCommit message (Collapse)AuthorFilesLines
2024-06-14git: 2.45.1 -> 2.45.2John Garcia1-2/+2
2024-06-14git: update.sh fix grep warningJohn Garcia1-1/+1
2024-06-09Merge master into staging-nextgithub-actions[bot]1-1/+2
2024-06-07git: add uname_S make flag for freebsd crossAudrey Dutcher1-1/+2
Otherwise, it takes the host uname -s value, which configures git incorrectly.
2024-06-03Merge master into staging-nextgithub-actions[bot]1-1/+1
2024-05-23git: correct update scriptAdam Dinwoodie1-1/+1
Commit d994dabacef6 (treewide: remove git-and-tools directory, 2022-12-19) removed the git-and-tools subdirectory, which the Git update script still referred to. Correct that outdated reference.
2024-05-17git: add passthru.update scriptJohn Titor1-0/+1
2024-05-17git: 2.44.1 -> 2.45.1John Titor1-2/+2
Fixes CVE-2024-32002, CVE-2024-32004, CVE-2024-32020, CVE-2024-32021 and CVE-2024-32465 https://github.com/git/git/blob/v2.45.1/Documentation/RelNotes/2.45.1.txt
2024-05-15git: 2.44.0 -> 2.44.1edef1-2/+2
CVE-2024-32002, CVE-2024-32004, CVE-2024-32465, CVE-2024-32020, CVE-2024-32021
2024-02-26git: use easier string concatenation instead of inlining thingsSandro Jäckel1-12/+9
2024-02-26git: disable completion test all the time, as it is now failing even on ↵Sandro Jäckel1-7/+2
x86-64_linux
2024-02-26git: 2.43.2 -> 2.44.0Muhammad Falak R Wani1-2/+2
Changelog: https://github.com/git/git/blob/v2.44.0/Documentation/RelNotes/2.44.0.txt Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-21git: 2.43.1 -> 2.43.2Sergei Trofimovich1-2/+2
Changes: https://lore.kernel.org/lkml/xmqqil2rvu15.fsf@gitster.g/T/
2024-02-10git: 2.43.0 -> 2.43.1R. Ryantm1-2/+2
2023-12-03git: 2.42.0 -> 2.43.0Muhammad Falak R Wani1-2/+2
Changelog: https://github.com/git/git/blob/v2.43.0/Documentation/RelNotes/2.43.0.txt
2023-08-22git: added kashw2 maintainerkashw21-1/+1
2023-08-22git: 2.41.0 -> 2.42.0kashw21-2/+2
2023-08-09git: add meta.mainProgramAdam Stephens1-0/+1
2023-06-06git: 2.40.1 -> 2.41.0zowoq1-2/+2
Changelog: https://github.com/git/git/blob/v2.41.0/Documentation/RelNotes/2.41.0.txt
2023-05-08Merge pull request #229540 from ShamrockLee/git-fix-lsSandro1-5/+2
Revert #224474, git completion command patching
2023-05-06git: fix installCheck on darwinRobert Scott1-0/+3
these days it wants `sysctl`
2023-05-03Revert "git: also patch the ls command for git-core scripts"Yueh-Shun Li1-2/+1
Prevent the command patching from breaking the definition of __git_complete_revlist_file, where there's a local varible named "ls" This reverts commit 820dc2a56057bcc396dbddbff6be91e1cec73f6f.
2023-05-03Revert "git: fix in completion scripts references to environment utils"Yueh-Shun Li1-3/+1
"git grep" (__gitcomp_builtin grep) is not grep, and thus cannot be substituted by the GNU grep binary. The command patching needs to be done with special care, which includes manual examination of the diff result before and after patching. This reverts commit b5d052d438df99d5a80e7c126551656d5ba74f75.
2023-04-26git: 2.40.0 -> 2.40.1zowoq1-2/+2
Changelog: https://github.com/git/git/blob/v2.40.1/Documentation/RelNotes/2.40.1.txt
2023-04-16Merge #224474: git: patch in completion scripts referencesVladimír Čunát1-2/+5
...into staging
2023-04-16git: 2.39.2 -> 2.40.0zowoq1-4/+2
Changelog: https://github.com/git/git/blob/v2.40.0/Documentation/RelNotes/2.40.0.txt
2023-04-03git: fix in completion scripts references to environment utilsYueh-Shun Li1-1/+3
2023-03-13git: also patch the ls command for git-core scriptsYueh-Shun Li1-1/+2
2023-02-14git: 2.39.1 -> 2.39.2Alyssa Ross1-2/+2
Fixes: CVE-2023-22490 Fixes: CVE-2023-23946
2023-01-17git: 2.39.0 → 2.39.1Fabián Heredia Montiel1-2/+2
Advisories: - https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/ CVEs: - CVE-2022-23521 - CVE-2022-41903 - CVE-2022-41953
2022-12-26git: set reasonable default featuresAndreas Rammhold1-1/+1
Git should come with a reasonable set of baseline features. Arguable git-send-email is one of them. Development flows, such as those of Linux, depend on the tool being available. The difference in closure size between this and the previous version is is negligible. There are no additional build-time dependencies pulled in and the runtime closure difference is about 1%.
2022-12-26git: 2.38.1 -> 2.39.0zowoq1-2/+2
Changelog: https://github.com/git/git/blob/v2.39.0/Documentation/RelNotes/2.39.0.txt
2022-12-19treewide: remove git-and-tools directoryAndersonTorres7-0/+550
We do not use a "plugin system" for Git addons anymore, and therefore this directory is no longer useful. Indeed that directory is way more confusing, given that it includes more than mere Git addons, going from Bitbucket server command-line tools to complete rewrites of Git in exotic programming languages. Also, without this directory, the mental load of decision-making reduces a lot. When anyone is interested in including a new git-related tool, just put it into pkgs/applications/version-management, without apologies.
2009-01-20adding gitAttrMarc Weber4-759/+0
now containing qgit, stgit, topGit, hg2git updating gitGit (git dev version), adding qgit-git (dev version) svn path=/nixpkgs/trunk/; revision=13816
2009-01-13Removed broken quotes.Andres Löh1-1/+1
svn path=/nixpkgs/trunk/; revision=13761
2008-12-01Git 1.6.0.4.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=13529
2008-11-07Git 1.6.0.3.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=13222
2008-10-16git: updated from 1.6.0.1 to 1.6.0.2Peter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=13080
2008-09-04Git 1.6.0.1.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=12800
2008-08-22Git 1.6.0.Ludovic Courtès2-25/+14
svn path=/nixpkgs/trunk/; revision=12697
2008-08-07some fixes for bash completion (git, darcs) (-> etc/bash_completion.d/*)Marc Weber2-1/+11
svn path=/nixpkgs/trunk/; revision=12538
2008-08-05git-git: change ${name} to reflect that this is not a pristine versionPeter Simons1-1/+1
The git-git expression promises to build the current git HEAD, but in fact it builds git HEAD plus a fairly extensive, undocumented, untested patch that is apparently not part of the repository. By changing the name of the installed package to 'git-git-with-glob-patch', we ensure that users aren't mislead about what exactly they'll get when installing this package. Technically, GIT-VERSION-FILE should be patched so that the installed git binaries reflect this change too when called with '--version', but the current solution is probably good enough. svn path=/nixpkgs/trunk/; revision=12506
2008-08-03Merge branch 'git_patch_glob'Marc Weber4-7/+626
svn path=/nixpkgs/trunk/; revision=12468
2008-07-11Git 1.5.6.2.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=12347
2008-07-03adding not supported message for git tools requiring extra config settings ↵Marc Weber1-4/+15
to work. exiting with exit status 1 svn path=/nixpkgs/trunk/; revision=12250
2008-06-28git: updated to version 1.5.6.1Peter Simons2-17/+7
svn path=/nixpkgs/trunk/; revision=12208
2008-06-11* git: make the TCL/TK GUI optional (git.guiSupport).Eelco Dolstra1-27/+25
* git: always install the Emacs mode but don't depend on Emacs to do it (just don't build the .elc files). svn path=/nixpkgs/trunk/; revision=12037
2008-05-22Git: Don't depend on Perl libs and Subversion when no Subversion support is ↵Ludovic Courtès1-4/+13
built. svn path=/nixpkgs/trunk/; revision=11877
2008-05-19fixed/removed extra git-svn wrapper. Now you can enable svn support by git = ↵Marc Weber2-34/+13
{ svnSupport = true; }, git-svn executable is removed if you don't enable it svn path=/nixpkgs/trunk/; revision=11849
2008-04-15git-svn: Don't produce any binary other than `git-svn'.Ludovic Courtès1-8/+12
svn path=/nixpkgs/trunk/; revision=11635