Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for git_find (0.21 sec)

  1. hack/update-codegen.sh

    kube::util::read-array DIRS_TO_AVOID < <(
        git ls-files -cmo --exclude-standard -- ':!:vendor/*' ':(glob)*/**/go.work' \
            | while read -r F; do \
                echo ':!:'"$(dirname "${F}")"; \
            done
        )
    
    function git_find() {
        # Similar to find but faster and easier to understand.  We want to include
        # modified and untracked files because this might be running against code
        # which is not tracked by git yet.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 15:15:31 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top