Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-08 | [PATCH] git_mkstemp() fix | Holger Eitzenberger | 1 | -2/+7 | |
git_mkstemp() attempted to use TMPDIR environment variable, but it botched copying the templates. [jc: Holger, please add your own Signed-off-by line, and also if you can, send in future patches as non attachments.] Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2005-08-05 | [PATCH] git: add git_mkstemp() | Holger Eitzenberger | 1 | -0/+26 | |
Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2005-07-08 | Add "mkpath()" helper function | Linus Torvalds | 1 | -0/+60 | |
I'm bored with doing it by hand all the time. |