Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: list files by git when possible #133

Merged
merged 21 commits into from
Sep 5, 2022

Commits on Sep 2, 2022

  1. prototype

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    14f7043 View commit details
    Browse the repository at this point in the history
  2. bring back workaround

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    89a2ccf View commit details
    Browse the repository at this point in the history
  3. refactor tests

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    3a14466 View commit details
    Browse the repository at this point in the history
  4. refactor tests

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    d3eddf1 View commit details
    Browse the repository at this point in the history
  5. fallback to glob paths

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    16096ac View commit details
    Browse the repository at this point in the history
  6. match should resolve path also

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    cadb82e View commit details
    Browse the repository at this point in the history
  7. tidy code

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    1333cbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8bee67 View commit details
    Browse the repository at this point in the history
  9. fix boolean logic

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4f21ca9 View commit details
    Browse the repository at this point in the history
  10. fix fallback glob

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2ff7728 View commit details
    Browse the repository at this point in the history
  11. test exactly

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    37fc2ad View commit details
    Browse the repository at this point in the history
  12. fit lint?

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    1bb1d65 View commit details
    Browse the repository at this point in the history
  13. fit lint?

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9c8fa0c View commit details
    Browse the repository at this point in the history
  14. update golangci-lint for run on 1.19

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    a051009 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. ignore files deleted unstaged

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    164a8dc View commit details
    Browse the repository at this point in the history
  2. include unstaged files

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    18af4c4 View commit details
    Browse the repository at this point in the history
  3. Update pkg/header/check.go

    Co-authored-by: kezhenxu94 <[email protected]>
    tisonkun and kezhenxu94 authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    7e0c00c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    340403b View commit details
    Browse the repository at this point in the history
  5. manually load global ignore patterns

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    2687d4e View commit details
    Browse the repository at this point in the history
  6. fix linter

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    5e77a3c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. handle errors better

    Signed-off-by: tison <[email protected]>
    tisonkun committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8565a1f View commit details
    Browse the repository at this point in the history