git-shortlog: merge option placeholders (#22107)

This commit is contained in:
Lena Pastwa
2026-04-18 10:01:09 +02:00
committed by GitHub
parent 8d156900a7
commit 5066dc9c4e
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
- Muestra todos los usuarios, correos electrónicos y número de confirmaciones en la rama actual:
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
`git shortlog {{[-sne|--summary --numbered --email]}}`
- Muestra todos los usuarios, correos electrónicos y número de confirmaciones en todas las ramas:
+2 -2
View File
@@ -21,8 +21,8 @@
- Afficher tout les utilisateurs, emails et le nombre de commits dans la branche :
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
`git shortlog {{[-sne|--summary --numbered --email]}}`
- Afficher tout les utilisateurs, emails et le nombre de commits dans toutes les branches :
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
`git shortlog {{[-sne|--summary --numbered --email]}} --all`
+2 -2
View File
@@ -21,8 +21,8 @@
- Mostra tutti gli utenti, email e numero di commit nel ramo corrente:
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
`git shortlog {{[-sne|--summary --numbered --email]}}`
- Mostra tutti gli utenti, email e numero di commit in tutti i rami:
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
`git shortlog {{[-sne|--summary --numbered --email]}} --all`
+2 -2
View File
@@ -21,8 +21,8 @@
- 현재 브랜치에서 모든 사용자, 이메일 및 커밋 수 요약 보기:
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
`git shortlog {{[-sne|--summary --numbered --email]}}`
- 모든 브랜치에서 모든 사용자, 이메일 및 커밋 수 요약 보기:
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
`git shortlog {{[-sne|--summary --numbered --email]}} --all`
+2 -2
View File
@@ -21,8 +21,8 @@
- Mevcut daldaki tüm kullanıcıları, e-postalarını ve yaptıkları commit sayısını göster:
`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}}`
`git shortlog {{[-sne|--summary --numbered --email]}}`
- Tüm dallardaki tüm kullanıcıları, e-postalarını ve yaptıkları commit sayısını göster:
`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}} --all`
`git shortlog {{[-sne|--summary --numbered --email]}} --all`
+2 -2
View File
@@ -21,8 +21,8 @@
- View all users, emails, and the number of commits in the current branch:
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
`git shortlog {{[-sne|--summary --numbered --email]}}`
- View all users, emails, and the number of commits in all branches:
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
`git shortlog {{[-sne|--summary --numbered --email]}} --all`