pub/scm/linux/kernel/git/jejb/hangouts-xmpp-gateway.git  about / heads / tags
XMMP to Google Hangouts gateway
$ git log --pretty=format:'%h %s (%cs)%d'
74f3a1a _stop is a coroutine, so annotate it as one (2018-12-28)
	(HEAD -> master)
78f8fbb xmppthread: fix photo url format (2018-12-09)
b6cf412 Enable message carbons xep-0280 (2018-05-30)
79740f1 hangupsthread: use hour timer to re-poll for presence (2017-08-20)
f3cbf24 Initial Commit (2017-08-17)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       _stop is a coroutine, so annotate it as one (2018-12-28)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/jejb/hangouts-xmpp-gateway.git