index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
git
/
git_test.go
Age
Commit message (
Expand
)
Author
2026-02-09
lib/git: skip test LogFollow when repository is shallow cloned
Shulhan
2026-02-09
lib/git: fix tests due to missing .git directory
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2026-01-14
lib/git: pass "--" when running LogFollow command
Shulhan
2026-01-13
lib/git: add method LogFollow
Shulhan
2026-01-11
lib/git: fix ignore pattern with single wildcard '*'
Shulhan
2026-01-06
lib/git: implement Equaler interface on Git
Shulhan
2026-01-06
lib/git: add Git type with method IsIgnored
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-11
lib/git: realign struct in TestListTag
Shulhan
2023-09-09
lib/git: replace lib/test/mock with bytes.Buffer
Shulhan
2022-10-05
lib/git: fix test with -count=X, where X>1
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-01-06
git: fix test due to changes on exit status on git client
Shulhan
2020-06-06
all: use default linter options
Shulhan
2019-11-15
lib/git: fix the test using full path URL and repository directory
Shulhan
2019-09-27
all: remove unnecessary trailing newline
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-01-29
lib/git: fix testdata and test input
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-10-31
lib/git: add function to fetch and list tags
Shulhan
2018-09-14
lib/git: fix test with current git
Shulhan
2018-09-12
lib/git: new package that wrap common git commands and parse git config
Shulhan