MogileFS-Network.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
$ git log --pretty=format:'%h %s (%cs)%d'
3c7b701 MultipleNetworks: avoid excess copies during netsplits (2015-04-15)
	(HEAD -> master)
739bd3c zone_for_ip fallback for 127.0.0.0/8 address family (2012-09-19)
619064a Release 0.06 (2012-02-25)
0567ffb sort devices after prioritizing zones (2012-02-27)
ea79ae9 don't fall through to uncached server setting (2012-02-23)
88b0d7e Bump up version for 0.5 release. (2012-01-31)
0149699 Check slave list at startup to make sure it's safe to use (2012-01-31)
e4b19ff allow filtering slaves by zone (2011-12-06)
9dd2031 Bump version again (2011-07-23)
6bad8d8 Added a test, adjust number (2011-07-23)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  next         Remove fallback for 'use_local_network_zone' (2017-05-11)
* master       MultipleNetworks: avoid excess copies during netsplits (2015-04-15)
  multiple-networks-excess MultipleNetworks: avoid excess copies during netsplits (2015-04-15)
  multi-zone   Allow devices to be prioritized by multiple matching zones (2013-04-19)

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

git clone https://yhbt.net/MogileFS-Network.git