cheat/vendor/golang.org/x/sys/cpu
Christopher Allen Lane 80c91cbdee feat(installer): use `go-git` to clone
Integrate `go-git` into the application, and use it to `git clone`
cheatsheets when the installer runs.

Previously, the installer required that `git` be installed on the system
`PATH`, so this change has to big advantages:

1. It removes that system dependency on `git`
2. It paves the way for implementing the `--update` command

Additionally, `cheat` now performs a `--depth=1` clone when installing
cheatsheets, which should at least somewhat improve installation times
(especially on slow network connections).
2022-08-27 21:00:46 -04:00
..
asm_aix_ppc64.s feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
byteorder.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_aix.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_arm.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_arm64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_arm64.s feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_gc_arm64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_gc_s390x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_gc_x86.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_gccgo_arm64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_gccgo_s390x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_gccgo_x86.c feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_gccgo_x86.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_linux.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_linux_arm.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_linux_arm64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_linux_mips64x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_linux_noinit.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_linux_ppc64x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_linux_s390x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_loong64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_mips64x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_mipsx.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_netbsd_arm64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_openbsd_arm64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_openbsd_arm64.s feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_other_arm.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_other_arm64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_other_mips64x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_other_riscv64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_ppc64x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_riscv64.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_s390x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_s390x.s feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_wasm.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_x86.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_x86.s feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_zos.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
cpu_zos_s390x.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
hwcap_linux.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
syscall_aix_gccgo.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00
syscall_aix_ppc64_gc.go feat(installer): use `go-git` to clone 2022-08-27 21:00:46 -04:00