Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-15 | Fix up "make doc" | Linus Torvalds | 1 | -1/+1 | |
Fix 'git-var.txt' and use "-b xhtml11" instead of "-b css-embedded" to make asciidoc 7.0.1 happy. | |||||
2005-07-15 | [PATCH] Add git-var a tool for reading interesting git variables. | Eric W. Biederman | 1 | -0/+60 | |
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> |