author | Kjetil Barvik <barvik@broadpark.no> | |
Mon, 9 Feb 2009 20:54:06 +0000 (21:54 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 10 Feb 2009 04:59:26 +0000 (20:59 -0800) | ||
commit | 571998921d8fd4ee674545406aabb86987921252 | |
tree | 519fb9c8f6d7a9e1e3fcbc1d79fb22420a4b3582 | tree | snapshot |
parent | 148bc06b9101042342a89454a003998fc0e1ded3 | commit | diff |
lstat_cache(): swap func(length, string) into func(string, length)
Swap function argument pair (length, string) into (string, length) to
conform with the commonly used order inside the GIT source code.
Also, add a note about this fact into the coding guidelines.
Signed-off-by: Kjetil Barvik <barvik@broadpark.no>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Swap function argument pair (length, string) into (string, length) to
conform with the commonly used order inside the GIT source code.
Also, add a note about this fact into the coding guidelines.
Signed-off-by: Kjetil Barvik <barvik@broadpark.no>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines | diff | blob | history | |
builtin-add.c | diff | blob | history | |
builtin-apply.c | diff | blob | history | |
builtin-update-index.c | diff | blob | history | |
cache.h | diff | blob | history | |
diff-lib.c | diff | blob | history | |
dir.c | diff | blob | history | |
entry.c | diff | blob | history | |
symlinks.c | diff | blob | history | |
unpack-trees.c | diff | blob | history |