author | Eric W. Biederman <ebiederm@xmission.com> | |
Fri, 15 Jul 2005 00:55:09 +0000 (18:55 -0600) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 15 Jul 2005 17:00:35 +0000 (10:00 -0700) | ||
commit | aed022ab4ca1055e1c962b73e14dbf41380f84a9 | |
tree | bf985ca03841840bc8ea3fc6620f192a8c83c833 | tree | snapshot |
parent | 7a868a84143c0bad2dce3fd0337320524436da27 | commit | diff |
[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>
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] | blob |
Documentation/git.txt | diff | blob | history | |
Makefile | diff | blob | history | |
var.c | [new file with mode: 0644] | blob |