Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-06 | [PATCH] Let umask do its work upon filesystem object creation. | Junio C Hamano | 1 | -2/+2 | |
IIRC our strategy was to let the users' umask take care of the final mode bits. This patch fixes places that deviate from it. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org> | |||||
2005-06-05 | Fix entry.c dependency and compile problem | Linus Torvalds | 1 | -1/+1 | |
Bad Linus. | |||||
2005-06-05 | Make fiel checkout function available to the git library | Linus Torvalds | 1 | -0/+160 | |
The merge stuff will want it soon, and we don't want to duplicate all the work.. |