about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-branchless
AgeCommit message (Collapse)AuthorFilesLines
2024-06-20Merge pull request #318783 from pbsds/fix-reproducible-patch-urls-1717622023Niklas Hambüchen1-2/+4
treewide: make fetchpatch urls reproducible
2024-06-12git-branchless: make fetchpatch url reproduciblePeder Bergebakken Sundt1-2/+4
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-27maintainers: remove msfjarvisHarsh Shandilya1-1/+1
2024-03-24git-branchless: fix tests with Git > 2.44.0Minijackson1-0/+14
2024-02-16git-branchless: install man pagesBryan Lai1-0/+4
This fixes the failure of `git cmd --help` where `cmd` is some git-branchless alias. The error is due to a quirk of git: when supplied with the long form `--help` flag, the git binary eats the flag and instead look for man page of `cmd`. This errors out unless the man page for `cmd` is properly installed. In the case of `git-branchless`, this can be achieved with the command `git-branchless install-man-pages`, as implemented in this patch.
2023-08-29git-branchless: 0.7.1 -> 0.8.0Muhammad Falak R Wani1-3/+4
Diff: https://github.com/arxanas/git-branchless/compare/v0.7.1...0.8.0
2023-03-22git-branchless: 0.7.0 -> 0.7.1R. Ryantm1-3/+3
2023-03-07git-branchless: 0.6.0 -> 0.7.0R. Ryantm1-3/+3
2022-12-19treewide: remove git-and-tools directoryAndersonTorres1-0/+57
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.