pub/scm/fs/fuse/fuse-ext2.git  about / heads / tags
FUSE ext2 filesystem driver.
$ git log --pretty=format:'%h %s (%cs)%d'
0abba7d Update repository URL. (2006-07-18)
	(HEAD -> master)
ba66405 Make sure to pass struct ext_priv to init/destroy routines via 'userdata'. (2006-04-27)
498be82 Bump version to 0.2git. (2006-04-27)
e5e4de5 Release version 0.1. (2006-04-27)
6d96ebc Initial revision. (2006-04-27)

$ git cat-file blob HEAD:README

This is a FUSE filesystem that implements support for ext2
filesystems, via the standard libext2fs library supplied with
every copy of e2fsprogs.

The latest version of fuse-ext2 can be found in the git repository
git://git.kernel.org/pub/scm/fs/fuse/fuse-ext2.git

Software home:
http://www.kernel.org/pub/linux/kernel/people/jgarzik/fs/

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Update repository URL. (2006-07-18)

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

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 bpf
          1 linux-mm

git clone https://80x24.org/lore/pub/scm/fs/fuse/fuse-ext2.git