Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vbatts/tar-split
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 80a436f
Choose a base ref
...
head repository: vbatts/tar-split
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3cdf99b
Choose a head ref
  • 12 commits
  • 403 files changed
  • 1 contributor

Commits on Mar 26, 2023

  1. tar/asm: go vet fixes

    on go1.19.7
    
    Signed-off-by: Vincent Batts <[email protected]>
    vbatts committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    70fb294 View commit details
    Browse the repository at this point in the history
  2. travis: be gone with you!

    Signed-off-by: Vincent Batts <[email protected]>
    vbatts committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3c599ed View commit details
    Browse the repository at this point in the history
  3. github/workflow: first pass

    May add magefile/mage next, but it seems to require go1.17? So, I'm
    holding off for a minute.
    
    Signed-off-by: Vincent Batts <[email protected]>
    vbatts committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    19fa6f3 View commit details
    Browse the repository at this point in the history
  4. *.go: linting project specific code

    the pointer to the pool may be useful, but holding on that until I get
    benchmarks of memory use to show the benefit.
    
    Signed-off-by: Vincent Batts <[email protected]>
    vbatts committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    516158d View commit details
    Browse the repository at this point in the history
  5. archive/tar: linting errors

    I intend to not make changes to this `archive/tar` that aren't from
    upstream, or are not directly related to the usage by this project...
    
    Signed-off-by: Vincent Batts <[email protected]>
    vbatts committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    bc1624c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #60 from vbatts/workflows

    Workflows
    vbatts authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    da105eb View commit details
    Browse the repository at this point in the history
  7. README: switch to the github action badges

    Signed-off-by: Vincent Batts <[email protected]>
    vbatts committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    679a794 View commit details
    Browse the repository at this point in the history
  8. *.go: gomft -s -w

    Signed-off-by: Vincent Batts <[email protected]>
    vbatts committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    2b88967 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #61 from vbatts/badge

    README: switch to the github action badges
    vbatts authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    32b8c61 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #62 from vbatts/gofmt

    *.go: `gomft -s -w`
    vbatts authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    dea500a View commit details
    Browse the repository at this point in the history
  11. *go: update all modules to the latest still compatible with go1.15

    Signed-off-by: Vincent Batts <[email protected]>
    vbatts committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    de24f79 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #63 from vbatts/go_updates

    *go: update all modules to the latest still compatible with go1.15
    vbatts authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3cdf99b View commit details
    Browse the repository at this point in the history
Loading