summaryrefslogtreecommitdiff
path: root/quote.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-09GIT_TRACE: show which built-in/external commands are executedLibravatar Matthias Lederhofer1-0/+17
2006-06-28quote.c: silence compiler warnings from EMIT macroLibravatar Jeff King1-1/+1
2006-06-18Remove ranges from switch statements.Libravatar Florian Forster1-1/+8
2006-04-17cleanups: Remove impossible case in quote.cLibravatar Serge E. Hallyn1-2/+0
2005-12-21[PATCH] quote.c: Make loop control more readable.Libravatar Pavel Roskin1-2/+4
2005-11-28write_name_quoted(): make one of the path a counted string.Libravatar Junio C Hamano1-10/+19
2005-10-24Add git-shell.Libravatar Linus Torvalds1-1/+40
2005-10-17Do not quote SP.Libravatar Junio C Hamano1-2/+2
2005-10-17Functions to quote and unquote pathnames in C-style.Libravatar Junio C Hamano1-0/+165
2005-10-10Enhanced sq_quote()Libravatar H. Peter Anvin1-22/+34
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Libravatar Junio C Hamano1-0/+41