Re: [PATCH 3/6] Add git-var a tool for reading interesting git variables.

2005-07-14 Thread Junio C Hamano
Wonderful. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 3/6] Add git-var a tool for reading interesting git variables.

2005-07-14 Thread Eric W. Biederman
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. --- Documentatio