nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.37k stars 323 forks source link

.mailmap: Add an entry for Ava's GitHub address #1222

Closed ac000 closed 4 months ago

ac000 commented 5 months ago

You can always see the original names/addresses used by passing --no-mailmap to the various git commands.

See gitmailmap(5)

ac000 commented 5 months ago

@avahahn

Feel free to give me your Reviewed-by: like here (only seeing as there's a single commit you don't need to mention which commit ;))

avahahn commented 5 months ago

Feel free to give me your Reviewed-by: like here (only seeing as there's a single commit you don't need to mention which commit ;))

Reviewed-by: Ava Hahn <a.hahn@f5.com>

ac000 commented 5 months ago

Thanks, holding off merging as I'm anticipating on needing to add an entry for @oxpa soon.

ac000 commented 5 months ago

Added Ava's Reviewed-by:

$ git range-diff 180060a4...2820e795
1:  180060a4 ! 1:  2820e795 .mailmap: Add an entry for Ava's GitHub address
    @@ Commit message

         See gitmailmap(5)

    +    Reviewed-by: Ava Hahn <a.hahn@f5.com>
         Signed-off-by: Andrew Clayton <a.clayton@nginx.com>

      ## .mailmap ##
ac000 commented 4 months ago

Rebased with master

$ git range-diff 2820e795...44709bea
 -:  -------- >  1:  237a26aa wasm-wc: Bump the rustls crate from 0.21.10 to 0.21.11
 -:  -------- >  2:  3fbca6ca Fix some trailing whitespace and long lines in the README
 -:  -------- >  3:  e5bc299d configuration: Constify numerous pointers
 -:  -------- >  4:  8f861cf4 Constify a bunch of static local variables
 -:  -------- >  5:  33c978cc php: Constify some local static variables
 -:  -------- >  6:  31cec908 configuration: Constify more pointers
 -:  -------- >  7:  b26c119f Tighten up some string arrays
 -:  -------- >  8:  db3cf3e4 tools: Add unitctl CLI
 -:  -------- >  9:  2c4502f8 tools: Add unitctl section to the README
 -:  -------- > 10:  ff2e0f42 Add a GitHub workflow to check for whitespace issues
 -:  -------- > 11:  5b01bd65 auto/wasm: No need to explicitly set -fno-strict-aliasing now
 -:  -------- > 12:  e2a09c77 Convert 0-sized arrays to true flexible array members
 -:  -------- > 13:  5d1ce5c4 auto, perl: Fix building the Perl language module with clang
 -:  -------- > 14:  6e8f7bbb tools/unitctl: Initial Docker Procedures
 -:  -------- > 15:  818d4ad7 tools/unitctl: API Plumbing for docker deployments
 -:  -------- > 16:  f6989dd6 tools/unitctl: Add Docker deployment functionality
 -:  -------- > 17:  1d237990 tools/unitctl: Add new functionality to README.md and fmt code
 -:  -------- > 18:  4e4d1dd2 tools/unitctl: temporarily ignore issues with autogenerated readme
 -:  -------- > 19:  e61d9e7a tools/unitctl: Readme fixes
 -:  -------- > 20:  787980db tools/unitctl: Improve quality of life on osx
 -:  -------- > 21:  cb03d31e tools/unitctl: Update host_path() to account for OSX special behaviour
 -:  -------- > 22:  6ad1fa34 tools/unitctl: clean up control socket impls
 -:  -------- > 23:  cc9eb8e7 tools/unitctl: enable passing IP addresses to the 'instances new' command
 -:  -------- > 24:  da43f443 java: Update third-party components
 -:  -------- > 25:  05a82294 http: Use consistent target in nxt_h1p_peer_header_send()
 -:  -------- > 26:  87077ec4 http: Ensure REQUEST_URI immutability
 -:  -------- > 27:  eed21785 tests: Change request_uri tests for changed behaviour
 -:  -------- > 28:  00009765 tests: REQUEST_URI variable test with rewrite
 -:  -------- > 29:  6d0880c9 Add unitctl build and release CI
 -:  -------- > 30:  149555db trigger unitctl CI on version tags of existing format
 -:  -------- > 31:  a98acded ci: Add unit testing to unitctl CI workflow
 1:  2820e795 = 32:  44709bea .mailmap: Add an entry for Ava's GitHub address