pub/scm/linux/kernel/git/jpirko/libactuator.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/jpirko/libactuator.git/
$ git log --pretty=format:'%h %s (%cs)%d'
2cf2582 initial (2017-07-17)
	(HEAD -> master)

$ git cat-file blob HEAD:README
# libactuator - Library for actuator manipulation #

This package contains a library which provides a wrapper for generic
Netlink actuator kernel interface. It also provides a tool named "act"
for manipulation and monitoring of actuators.

## Install

    $ ./autogen.sh
    $ ./configure
    $ make
    $ sudo make install

## Authors

* Jiri Pirko <jiri@resnulli.us>

## Internet Resources

* Project Home:     http://www.libactuator.org/
* Git Source Tree:  https://git.kernel.org/pub/scm/linux/kernel/git/jpirko/libactuator.git

## License

Copyright (C) 2017 Jiri Pirko <jiri@resnulli.us>

libactuator is distributed under GNU Lesser General Public License version 2.1.
See the file "COPYING" in the source distribution for information on terms & conditions for accessing and otherwise using libactuator.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       initial (2017-07-17)

# 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)
          3 lkml
          1 linux-block
          1 qemu-devel
          1 xen-devel
          1 linux-btrfs
          1 util-linux
          1 linux-can
          1 dm-devel

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/jpirko/libactuator.git