pub/scm/fs/fat/fatattr/fatattr.git  about / heads / tags
FAT attribute set utility
$ git log --pretty=format:'%h %s (%cs)%d'
3df926a Make version 1.0.1 (2009-02-12)
	(HEAD -> master, tag: fatattr-1.0.1)
242cf25 Add fatattr.spec to .gitignore (2009-02-12)
bab1179 Add target for distribution tarball (2009-02-12)
6c0458f Initial version of the spec file (2009-02-12)
d80cf03 Add .gitignore file (2009-02-12)
462c452 Remove crap inherited from zisofs-tools (2009-02-12)
fde8d06 Add datarootdir to shut up autoconf (2009-02-12)
514f147 Actually install the man page (2009-02-12)
21eceeb Fix typo in man page (diles -> files) (2007-12-16)
4a6e1ed Be extra anal with the bit types. (2005-03-08)
	(tag: fatattr-1.0)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Make version 1.0.1 (2009-02-12)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
fatattr-1.0.1 fatattr 1.0.1 (2009-02-12) tar.gz
fatattr-1.0  fatattr 1.0 (2009-02-12) tar.gz

git clone https://80x24.org/lore/pub/scm/fs/fat/fatattr/fatattr.git