aboutsummaryrefslogtreecommitdiff
path: root/lib/git/git_test.go
AgeCommit message (Expand)Author
2026-02-09lib/git: skip test LogFollow when repository is shallow clonedShulhan
2026-02-09lib/git: fix tests due to missing .git directoryShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2026-01-14lib/git: pass "--" when running LogFollow commandShulhan
2026-01-13lib/git: add method LogFollowShulhan
2026-01-11lib/git: fix ignore pattern with single wildcard '*'Shulhan
2026-01-06lib/git: implement Equaler interface on GitShulhan
2026-01-06lib/git: add Git type with method IsIgnoredShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-11lib/git: realign struct in TestListTagShulhan
2023-09-09lib/git: replace lib/test/mock with bytes.BufferShulhan
2022-10-05lib/git: fix test with -count=X, where X>1Shulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-01-06git: fix test due to changes on exit status on git clientShulhan
2020-06-06all: use default linter optionsShulhan
2019-11-15lib/git: fix the test using full path URL and repository directoryShulhan
2019-09-27all: remove unnecessary trailing newlineShulhan
2019-06-14all: fix nolint formatShulhan
2019-03-01all: fix warnings from linterShulhan
2019-01-29lib/git: fix testdata and test inputShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-29all: fix warning from lintersShulhan
2018-10-31lib/git: add function to fetch and list tagsShulhan
2018-09-14lib/git: fix test with current gitShulhan
2018-09-12lib/git: new package that wrap common git commands and parse git configShulhan