Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] Unify usage strings declaration | Petr Baudis | 2005-07-29 | 1 | -1/+1 |
| | | | | | | | | | All usage strings are now declared as static const char []. This is carried over from my old git-pb branch. Signed-off-by: Petr Baudis <pasky@ucw.cz> Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | [PATCH] Add git-var a tool for reading interesting git variables. | Eric W. Biederman | 2005-07-15 | 1 | -0/+65 |
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> |