summaryrefslogtreecommitdiff
path: root/quote.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'jk/argv-array' into maintLibravatar Junio C Hamano1-3/+20
2011-09-14quote: provide sq_dequote_to_argv_arrayLibravatar Jeff King1-3/+20
2011-08-11ls-files: fix pathspec display on errorLibravatar Clemens Buchacher1-2/+6
2010-06-05quote.c: separate quoting and relative path generationLibravatar Clemens Buchacher1-28/+61
2010-02-06Fix invalid read in quote_c_style_countedLibravatar Jeff King1-1/+3
2010-01-12quote.c: mark file-local function staticLibravatar Junio C Hamano1-1/+1
2009-06-20Fix various sparse warnings in the git source codeLibravatar Linus Torvalds1-2/+2
2009-03-30quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayLibravatar Christian Couder1-0/+17
2009-03-30quote: implement "sq_dequote_many" to unwrap many args in one stringLibravatar Christian Couder1-2/+16
2008-06-27shrink git-shell by avoiding redundant dependenciesLibravatar Dmitry Potapov1-0/+2
2008-03-08Merge branch 'dp/clean-fix'Libravatar Junio C Hamano1-0/+42
2008-03-07Make private quote_path() in wt-status.c available as quote_path_relative()Libravatar Dmitry Potapov1-0/+42
2008-03-07unquote_c_style: fix off-by-one.Libravatar Pierre Habouzit1-1/+1
2007-12-26Fix rewrite_diff() name quoting.Libravatar Junio C Hamano1-0/+16
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Libravatar Christian Couder1-10/+3
2007-11-08Style: place opening brace of a function definition at column 1Libravatar Junio C Hamano1-1/+2
2007-11-04Fix an infinite loop in sq_quote_buf().Libravatar Johannes Sixt1-1/+1
2007-09-29strbuf change: be sure ->buf is never ever NULL.Libravatar Pierre Habouzit1-1/+1
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Libravatar Pierre Habouzit1-70/+24
2007-09-20Full rework of quote_c_style and write_name_quoted.Libravatar Pierre Habouzit1-90/+119
2007-09-20Rework unquote_c_style to work on a strbuf.Libravatar Pierre Habouzit1-53/+51
2007-06-24Add core.quotepath configuration variable.Libravatar Junio C Hamano1-2/+3
2007-06-08Even more missing staticLibravatar Junio C Hamano1-13/+1
2007-01-28Teach for-each-ref about a little language called Tcl.Libravatar Shawn O. Pearce1-0/+34
2006-10-30Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2006-10-30quote.c: ensure the same quoting across platforms.Libravatar Junio C Hamano1-1/+1
2006-09-16Add git-for-each-ref: helper for language bindingsLibravatar Junio C Hamano1-0/+38
2006-09-10Move add_to_string to "quote.c" and make it extern.Libravatar Christian Couder1-0/+29
2006-08-31Trace into open fd and refactor tracing code.Libravatar Christian Couder1-0/+32
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