Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/git-lfs/wildmatch/v2

package Wildmatch is an implementation of Git's wildmatch.c-style pattern matching. Wildmatch patterns are comprised of any combination of the following three components: String literals. A string literal is "foo", or "foo\*" (matching "foo", and "foo\", respectively). In general, string literals match their exact contents in a filepath, and cannot match over directories unless they include the operating system-specific path separator. Wildcards. There are three types of wildcards: Single-asterisk ('*'): matches any combination of characters, any number of times. Does not match path separators. Single-question mark ('?'): matches any single character, but not a path separator. Double-asterisk ('**'): greedily matches any number of directories. For example, '**/foo' matches '/foo', 'bar/baz/woot/foot', but not 'foo/bar'. Double-asterisks must be separated by filepath separators on either side. Character groups. A character group is composed of a set of included and excluded character types. The set of included character types begins the character group, and a '^' or '!' separates it from the set of excluded character types. A character type can be one of the following: Character literal: a single character, i.e., 'c'. Character group: a group of characters, i.e., '[:alnum:]', etc. Character range: a range of characters, i.e., 'a-z'. A Wildmatch pattern can be any combination of the above components, in any ordering, and repeated any number of times.
2 versions
Latest release: over 2 years ago
5 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/git-lfs/wildmatch/v2

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/git-lfs%2Fwildmatch

Dependent Repos 26

Mu-L/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.7 MB - Last synced: 16 days ago - Pushed: 16 days ago

git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.7 MB - Last synced: about 15 hours ago - Pushed: 1 day ago

gitlab-org/gitaly
Gitaly is a Git RPC service for handling all the git calls made by GitLab
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Last synced: 1 day ago

shkm/gitlab-ce
GitLab Community Edition (CE) is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab CE on your own servers, in a container, or on a cloud provider.
  • v2.0.1 workhorse/go.sum

Last synced: 10 months ago

anakinj/gitlab-ce
GitLab Community Edition (CE) is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab CE on your own servers, in a container, or on a cloud provider.
  • v2.0.1 workhorse/go.sum

Last synced: 10 months ago

gitlab-org/gitlab-foss
GitLab FOSS is a read-only mirror of GitLab, with all proprietary code removed. This project was previously used to host GitLab Community Edition, but all development has now moved to https://gitlab.com/gitlab-org/gitlab.
  • v2.0.1 workhorse/go.sum

Last synced: about 22 hours ago

gitlab-org/gitlab-shell
SSH access for GitLab
  • v2.0.1 go.sum

Last synced: 3 months ago

tnir/gitlabhq
Use https://gitlab.com/tnir/gitlab-ce ; this repo is only for PoC of GitLab CI/CD for external, needs attention
  • v2.0.1 workhorse/go.sum

Last synced: 10 months ago

icbd/jihu-gitlab-mirror-only
Code searching for sourcegraph.com
  • v2.0.1 workhorse/go.sum

Last synced: over 1 year ago

go-team/packages/git-lfs
Debian packaging for git-lfs
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Last synced: over 1 year ago

go-team/packages/gitaly
Debian packaging for gitaly
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Last synced: 10 months ago

go-team/packages/gitlab-shell
gitlab-shell packaging
  • v2.0.1 go.sum

Last synced: 11 months ago

rcoup/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

lupusomniator/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 17.5 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

ungtb10d/gitaly
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Last synced: over 1 year ago

gitlab-org-sandbox/gitlab-jh-validation
  • v2.0.1 workhorse/go.sum

Last synced: 5 months ago

fodenf/gitaly
The not-offical read-only gitaly mirror gitlab: https://gitlab.org/gitlab-org/gitaly
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Last synced: 10 months ago

charmbracelet/git-lfs-transfer
Server-side implementation of the Git LFS pure-SSH protocol
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 175 KB - Last synced: 8 days ago - Pushed: 9 days ago

blckhodl/gitaly
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 35.2 MB - Last synced: 9 months ago - Pushed: over 1 year ago

NihilWater/gitaly
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 36.2 MB - Last synced: 9 months ago - Pushed: over 1 year ago

chrisd8088/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.8 MB - Last synced: 24 days ago - Pushed: 24 days ago

NOUIY/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.7 MB - Last synced: 17 days ago - Pushed: 17 days ago

ProjectBorealis/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

clayne/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.6 MB - Last synced: about 9 hours ago - Pushed: about 11 hours ago

zhenyufu-grp/mirror/git-lfs
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Last synced: about 1 year ago

dyrone/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 17.9 MB - Last synced: 10 months ago - Pushed: 10 months ago

Izzy-study/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.4 MB - Last synced: 10 months ago - Pushed: 10 months ago

Auxin1296/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.4 MB - Last synced: 10 months ago - Pushed: 10 months ago

AkbarTolandy/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 16.8 MB - Last synced: 9 months ago - Pushed: over 2 years ago

AaronDewes/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18 MB - Last synced: 9 months ago - Pushed: 9 months ago

FuNNyGaYz69/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.2 MB - Last synced: about 2 months ago - Pushed: about 2 months ago

qzmfranklin/Dreizack
Dreizack is German for `Trident`. This repository builds openai/triton with bazel.
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 1.96 MB - Last synced: 9 months ago - Pushed: 9 months ago

IsabelSchoepd/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.4 MB - Last synced: 9 months ago - Pushed: 10 months ago

EliSzBr/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.2 MB - Last synced: 9 months ago - Pushed: over 1 year ago

KishoreK1506/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.3 MB - Last synced: 9 months ago - Pushed: 11 months ago

sleekweasel/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18 MB - Last synced: 9 months ago - Pushed: 9 months ago

philipluk/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 16.5 MB - Last synced: 9 months ago - Pushed: over 2 years ago

UsamaAsif3/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.3 MB - Last synced: 8 months ago - Pushed: about 1 year ago

Zettat123/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.3 MB - Last synced: 8 months ago - Pushed: almost 1 year ago

fadi12321/test-for-deep-11
  • v2.0.1 gitaly-master/gitaly-master/go.mod
  • v2.0.1 gitaly-master/gitaly-master/go.sum

Size: 18.9 MB - Last synced: 16 days ago - Pushed: about 1 year ago

zperzendetta/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.4 MB - Last synced: 21 days ago - Pushed: 11 months ago

sysfce2/GitHub_git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files (PKGBUILD: https://archlinux.org/packages/community/x86_64/git-lfs • https://aur.archlinux.org/packages/git-lfs-git)
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.8 MB - Last synced: about 3 hours ago - Pushed: about 4 hours ago

acidburn0zzz/git-lfs Fork of git-lfs/git-lfs
Git extension for versioning large files
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 18.4 MB - Last synced: 15 days ago - Pushed: 15 days ago

deepin-community/git-lfs
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 781 KB - Last synced: 19 days ago - Pushed: 5 months ago

2lambda123/git-lfs
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 12.3 MB - Last synced: about 1 month ago - Pushed: 4 months ago

lvsoso/tools
tools
  • v2.0.1 quq/go.mod
  • v2.0.1 quq/go.sum

Size: 10.2 MB - Last synced: 4 months ago - Pushed: 4 months ago

xuxiaowei-io/gitaly
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 45.7 MB - Last synced: 16 days ago - Pushed: 4 months ago

autovia/git-lfs-transfer
Server-side implementation of Git LFS over SSH
  • v2.0.1 go.mod

Size: 10.7 KB - Last synced: 7 months ago - Pushed: 9 months ago

RemcodM/git-lfs-s3-caching-adapter
Standalone custom transfer agent for Git LFS that caches LFS objects in a configurable S3 bucket.
  • v2.0.1 go.mod
  • v2.0.1 go.sum

Size: 297 KB - Last synced: 9 days ago - Pushed: 9 days ago