diff options
author | Yusuf Yaman <nxjoseph@protonmail.com> | 2025-04-16 22:45:20 +0300 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-06-24 21:51:52 +0900 |
commit | 7fd991b5a5495d3fbffe3906d06e0707bbfa9c83 (patch) | |
tree | 11bf761454a246ff1d3b3764580ccedc2972cf24 /devel/git-who/files/modules.txt | |
parent | sysutils/vimpager: Fix build when DOCS option turned off (diff) |
devel/git-who: new port: Git blame for file trees
Unlike `git blame`, which can tell you who wrote a line of code, git-who tells
you the people responsible for entire components or subsystems in a codebase.
You can think of git-who sort of like `git blame` but
for file trees rather than individual files.
WWW: https://github.com/sinclairtarget/git-who
PR: 286146
Reported by: Yusuf Yaman <nxjoseph@protonmail.com> (new maintainer)
Diffstat (limited to 'devel/git-who/files/modules.txt')
-rw-r--r-- | devel/git-who/files/modules.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/git-who/files/modules.txt b/devel/git-who/files/modules.txt new file mode 100644 index 000000000000..464def48e3bb --- /dev/null +++ b/devel/git-who/files/modules.txt @@ -0,0 +1,24 @@ +# github.com/bmatcuk/doublestar/v4 v4.8.1 +## explicit; go 1.16 +github.com/bmatcuk/doublestar/v4 +# github.com/google/go-cmp v0.6.0 +## explicit; go 1.13 +github.com/google/go-cmp/cmp +github.com/google/go-cmp/cmp/internal/diff +github.com/google/go-cmp/cmp/internal/flags +github.com/google/go-cmp/cmp/internal/function +github.com/google/go-cmp/cmp/internal/value +# github.com/mattn/go-runewidth v0.0.16 +## explicit; go 1.9 +github.com/mattn/go-runewidth +# github.com/rivo/uniseg v0.2.0 +## explicit; go 1.12 +github.com/rivo/uniseg +# golang.org/x/sys v0.29.0 +## explicit; go 1.18 +golang.org/x/sys/plan9 +golang.org/x/sys/unix +golang.org/x/sys/windows +# golang.org/x/term v0.28.0 +## explicit; go 1.18 +golang.org/x/term |