1. 10 Jan, 2022 2 commits
  2. 06 Jan, 2022 2 commits
  3. 05 Jan, 2022 3 commits
  4. 04 Jan, 2022 9 commits
  5. 03 Jan, 2022 10 commits
  6. 30 Dec, 2021 1 commit
  7. 29 Dec, 2021 1 commit
  8. 21 Dec, 2021 1 commit
  9. 20 Dec, 2021 2 commits
  10. 19 Dec, 2021 5 commits
  11. 18 Dec, 2021 1 commit
  12. 16 Dec, 2021 1 commit
  13. 15 Dec, 2021 1 commit
    • Dridi Boukelmoune's avatar
      doc: Sort VCL variables alphabetically · 948cf26d
      Dridi Boukelmoune authored
      They are grouped by categories and that hasn't changed, and the order
      of groups haven't changed. All occurrences of foo.* variables are sorted
      alphabetically instead of approximately by relationship between each
      other.
      
      Inside the first group, variables are now ordered based on the PROXY
      protocol diagram:
      
      - client
      - server
      - remote
      - local
      
      A note was added and is hopefully visible enough to maintain this order.
      
      You can verify that nothing changed:
      
          $ COMMIT=<this-commit-hash>
          $ git show $COMMIT~:doc/sphinx/reference/vcl_var.rst |
            sed '/^$/d' |
            sort |
            sha1sum
          3400130e88c0456b3bc779b9dfeeff09e130efa3
          $ git show ${COMMIT}:doc/sphinx/reference/vcl_var.rst |
            sed '/^$/d ; /.. NOTE:/d' |
            sort |
            sha1sum
          3400130e88c0456b3bc779b9dfeeff09e130efa3
      
      Use whatever alternative to sha1sum your system may provide.
      948cf26d
  14. 14 Dec, 2021 1 commit