[PATCH] Add git-var a tool for reading interesting git variables.
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 15 Jul 2005 00:55:09 +0000 (18:55 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 15 Jul 2005 17:00:35 +0000 (10:00 -0700)
Sharing code between shell scripts and C is a challenge.  The program
git-var allows us to have a set of named values that a shell script can
interrogate and a normal C program can simply call the functions that
compute them.  Allowing sharing when computing plain test values.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found