summary refs log tree commit diff
path: root/quote.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit1-70/+24
2007-09-20Full rework of quote_c_style and write_name_quoted.Pierre Habouzit1-90/+119
2007-09-20Rework unquote_c_style to work on a strbuf.Pierre Habouzit1-53/+51
2007-06-24Add core.quotepath configuration variable.Junio C Hamano1-2/+3
2007-06-08Even more missing staticJunio C Hamano1-13/+1
2007-01-28Teach for-each-ref about a little language called Tcl.Shawn O. Pearce1-0/+34
2006-10-30Merge branch 'maint'Junio C Hamano1-1/+1
2006-10-30quote.c: ensure the same quoting across platforms.Junio C Hamano1-1/+1
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano1-0/+38
2006-09-10Move add_to_string to "quote.c" and make it extern.Christian Couder1-0/+29
2006-08-31Trace into open fd and refactor tracing code.Christian Couder1-0/+32
2006-07-09GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer1-0/+17
2006-06-28quote.c: silence compiler warnings from EMIT macroJeff King1-1/+1
2006-06-18Remove ranges from switch statements.Florian Forster1-1/+8
2006-04-17cleanups: Remove impossible case in quote.cSerge E. Hallyn1-2/+0
2005-12-21[PATCH] quote.c: Make loop control more readable.Pavel Roskin1-2/+4
2005-11-28write_name_quoted(): make one of the path a counted string.Junio C Hamano1-10/+19
2005-10-24Add git-shell.Linus Torvalds1-1/+40
2005-10-17Do not quote SP.Junio C Hamano1-2/+2
2005-10-17Functions to quote and unquote pathnames in C-style.Junio C Hamano1-0/+165
2005-10-10Enhanced sq_quote()H. Peter Anvin1-22/+34
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Junio C Hamano1-0/+41