1. 28 Oct, 2022 3 commits
    • Aurelio Jargas's avatar
      github-cli: Remove duplicated find_version_from_git_tags () (#235) · 85d21509
      Aurelio Jargas authored
      This function was defined twice in the install script for GitHub CLI, in
      old lines 76 and 161. This commit removes the first definition.
      
      The only function calls were on old lines 201 and 222. Since they appear
      after the second function definition at line 161, the first one at line
      76 never got called, so it's safe to remove it.
      
      I confirmed that this was the only file in this repository where this
      function was duplicated:  
      
          $ git grep '^ *find_version_from_git_tags *('
          src/docker-from-docker/install.sh:find_version_from_git_tags() {
          src/docker-in-docker/install.sh:find_version_from_git_tags() {
          src/git-lfs/install.sh:find_version_from_git_tags() {
          src/github-cli/install.sh:find_version_from_git_tags() {
          src/github-cli/install.sh:find_version_from_git_tags() {
          src/go/install.sh:find_version_from_git_tags() {
          src/kubectl-helm-minikube/install.sh:find_version_from_git_tags() {
          src/php/install.sh:find_version_from_git_tags() {
          src/powershell/install.sh:find_version_from_git_tags() {
          src/python/install.sh:find_version_from_git_tags() {
          src/ruby/install.sh:find_version_from_git_tags() {
          src/rust/install.sh:find_version_from_git_tags() {
          src/terraform/install.sh:find_version_from_git_tags() {
          $
      85d21509
    • github-actions[bot]'s avatar
      Automated documentation update (#242) · 22050f2f
      github-actions[bot] authored
      Automated documentation update [skip ci]
      Co-authored-by: 's avatargithub-actions <github-actions@github.com>
      22050f2f
    • Chuck Lantz's avatar
      2963ae91
  2. 26 Oct, 2022 1 commit
  3. 25 Oct, 2022 1 commit
  4. 21 Oct, 2022 2 commits
  5. 19 Oct, 2022 2 commits
  6. 18 Oct, 2022 4 commits
  7. 17 Oct, 2022 2 commits
  8. 13 Oct, 2022 2 commits
  9. 10 Oct, 2022 1 commit
  10. 06 Oct, 2022 6 commits
  11. 26 Sep, 2022 3 commits
  12. 23 Sep, 2022 4 commits
  13. 20 Sep, 2022 1 commit
  14. 19 Sep, 2022 1 commit
  15. 17 Sep, 2022 1 commit
  16. 16 Sep, 2022 2 commits
  17. 14 Sep, 2022 4 commits