[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)
commitaed022ab4ca1055e1c962b73e14dbf41380f84a9
treebf985ca03841840bc8ea3fc6620f192a8c83c833
parent7a868a84143c0bad2dce3fd0337320524436da27
[PATCH] Add git-var a tool for reading interesting git variables.

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>
Documentation/git-var.txt [new file with mode: 0644]
Documentation/git.txt
Makefile
var.c [new file with mode: 0644]