about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-town
AgeCommit message (Collapse)AuthorFilesLines
2024-06-07git-town: 14.2.1 -> 14.2.2R. Ryantm1-2/+2
2024-06-04git-town: fix completions generationAlexander Sieg1-3/+3
2024-05-31git-town: 14.2.0 -> 14.2.1R. Ryantm1-2/+2
2024-05-02Merge pull request #279391 from katexochen/buildGoModule/deprecate-buildflagsWeijia Wang1-9/+13
buildGoModule: announce removal of `buildFlags` and `buildFlagsArray`
2024-04-25git-town: 14.1.0 -> 14.2.0R. Ryantm1-2/+2
2024-04-20git-town: 14.0.0 -> 14.1.0R. Ryantm1-2/+2
2024-04-15treewide: remove buildFlags use in buildGoModulePaul Meyer1-9/+13
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-13git-town: 13.0.2 -> 14.0.0R. Ryantm1-2/+2
2024-04-06Merge pull request #302019 from r-ryantm/auto-update/git-townWeijia Wang1-2/+2
git-town: 13.0.1 -> 13.0.2
2024-04-06git-town: 13.0.1 -> 13.0.2R. Ryantm1-2/+2
2024-04-05git-town: 11.1.0 -> 13.0.0Gabriel Nützi1-3/+1
fix: Typo
2024-03-30git-town: fix testsWeijia Wang1-1/+1
2024-03-29git-town: 11.1.0 -> 13.0.1R. Ryantm1-2/+2
2023-12-15git-town: 10.0.1 -> 11.1.0R. Ryantm1-2/+2
2023-12-05Merge pull request #264991 from r-ryantm/auto-update/git-townWeijia Wang1-3/+3
git-town: 9.0.1 -> 10.0.1
2023-12-04git-town: fix passthru testsWeijia Wang1-1/+1
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-11-24git-town: 9.0.1 -> 10.0.1R. Ryantm1-2/+2
2023-08-10git-town: 9.0.0 -> 9.0.1R. Ryantm1-2/+2
2023-07-04git-town: 7.8.0 -> 9.0.0Aaron Jheng1-13/+4
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-19treewide: remove git-and-tools directoryAndersonTorres1-0/+77
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.