Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 | |
This uses "git-apply --whitespace=strip" to fix whitespace errors that have crept in to our source files over time. There are a few files that need to have trailing whitespaces (most notably, test vectors). The results still passes the test, and build result in Documentation/ area is unchanged. Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2005-12-19 | Documentation: stdout of update-hook is connected to /dev/null | Junio C Hamano | 1 | -2/+6 | |
Mention that update-hook does not emit its stdout to the sender. Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2005-08-26 | Add how-to on using update-hook. | Junio C Hamano | 1 | -0/+83 | |
Signed-off-by: Junio C Hamano <junkio@cox.net> |