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
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-15
lib/git: handle pattern "**/foo/**"
Shulhan
2026-01-14
lib/git: expose the API for IgnorePattern
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
2026-01-06
lib/git: implement Gitignore
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
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
2023-05-20
all: remove any usage of debug.Value in all packages
Shulhan
2022-10-05
lib/git: fix test with -count=X, where X>1
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
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: add empty git directories on testdata
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-30
all: fix linter warnings on naked return
Shulhan
2018-11-29
lib/git: add "--force" option to fetch command
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-29
lib/git: combine "--tags" options with "--all" on FetchAll
Shulhan
2018-09-15
lib/git: fetch tags when calling FetchAll
Shulhan
2018-09-14
lib/git: add function to get list of remote branches
Shulhan
2018-09-14
lib/git: change ref parameter to remote name on CheckoutRevision
Shulhan
2018-09-14
lib/git: fix test with current git
Shulhan
2018-09-14
lib/git: return immediately if we can't found latest tag revision
Shulhan
2018-09-14
lib/git: add parameter "--quiet" only if debug value is zero
Shulhan
2018-09-14
lib/git: remove call to FetchAll when checking out revision
Shulhan
2018-09-14
lib/git: replace local debug variable with package debug
Shulhan
2018-09-12
lib/git: new package that wrap common git commands and parse git config
Shulhan