This website works better with JavaScript.
Explore
Help
Sign In
vanitasvitae
/
Smack
mirror of
https://github.com/vanitasvitae/Smack.git
Watch
1
Star
0
Fork
You've already forked Smack
0
Code
Issues
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2762325639
bumpPGPainless
master
ramabit.avatar
file_metadata
stateless_file_sharing
url_address_information
sint-pubsub-moretests
exposeOxGenerateKeys
4.4
listEqualsHashcode
invitation
ox_backup_code_generator
mix
reorderProviders
typos
smack-messenger
inbox
avatars
cmeng_chatstates
clusterIntTest
mercury_master
omemo_converse
rosterStoreImp
muc_joined_rooms_bookmarks_note
omemo_media_sharing
4.3
xhtml_fix
staleness
GSO-006
fixDocuLinks
itemNotFoundFix
openpgp
jftPR
reworkedStore
openpgpContactRework
storerework
omemoMaster
open
ox_provider_elements
BodyProvider
fixDeliveryReceipts
fixtable
bodyElement
4.2
idle
chat2IntTest
documentation
chatStatesChat2
references
jetPR
jingle3
jinglePR
jinglePR1
fixDocu
jingle2
fixGetUndecidedDevices
OmemoManagerGetInstanceJid
filetransferTypos
omemo-legacy
jingle
4.3.1
4.3.0
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.2.0-rc2
4.1.9
4.1.8
4.1.7
4.1.6
3.2.0
3.2.1
3.2.2
3.3.1
3.3.0
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0-rc2
3.4.0
3.4.1
4.0.0
4.0.0-rc1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2762325639'
${ noResults }
Smack
/
resources
/
get-contributors.sh
8 lines
104 B
Bash
Raw
Blame
History
#!/usr/bin/env bash
git shortlog -s
|
\
cut -f2-
|
\
grep -v
'(no author)'
|
\
grep
'\w \w.*'
|
\
sort
Reference in New Issue
View Git Blame
Copy Permalink