pub/scm/utils/cis-tools/cis-tools.git  about / heads / tags
PCMCIA CIS file tools
$ git log --pretty=format:'%h %s (%cs)%d'
eed8628 pack_cis: Add declarations of yyparse and yylex (2011-12-17)
	(HEAD -> master)
d0d70f9 Correct signed/unsigned comparisons or make them explicit (2011-12-17)
135f4ce Enable warnings (-Wall -W) by default (2011-12-17)
bc1c192 pack_cis: Add return statement to new_tuple() (2011-12-17)
89d76b7 Add a README file briefly describing this package (2011-12-17)
f7da7dc Ignore generated files and backup files (2011-12-17)
35791fd dump_cis: Ignore CISTPL_END in a CIS tuple file (2011-12-17)
35a0e96 dump_cis: Work on files only, not devices (2011-12-17)
c8885fa pack_cis: Correct type of first parameter yyerror() (2011-12-17)
06d6d6a pack_cis: Remove duplicate fclose() (2011-12-17)
...

$ git cat-file blob HEAD:README
cis-tools
=========

This is a package of the CIS file tools from pcmcia-cs,
updated to build with a current GNU toolchain and to run
without kernel-side Card Services.

The original author and copyright holder is David A. Hinds
<dahinds@users.sourceforge.net>.  See COPYING and LICENSE
for further copyright details.

This package has been put together by Ben Hutchings
<ben@decadent.org.uk>.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       pack_cis: Add declarations of yyparse and yylex (2011-12-17)

# 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/utils/cis-tools/cis-tools.git