💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › dotfiles › gle.sh.gmi captured on 2024-08-25 at 05:45:35. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
gle.sh (151B)
1 # git log emails - git list emails in revision range 2 # $1 <fromcommit>..<tocommit> 3 # 4 # example: gle HEAD~2..HEAD 5 # 6 git log --format='%ae' $1 | sort -u