aboutsummaryrefslogtreecommitdiffstats
path: root/quote.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-11mailmap, quote: move declarations of global vars to correct unitElijah Newren1-0/+2
2021-08-24Merge branch 'zh/ref-filter-raw-data'Junio C Hamano1-0/+1
2021-07-26ref-filter: --format=%(raw) support --perlZheNing Hu1-0/+1
2021-07-13*.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2021-01-12quote: make sq_dequote_step() a public functionJeff King1-2/+16
2020-09-10quote: turn 'nodq' parameter into a set of flagsJunio C Hamano1-2/+5
2020-09-10quote_path: optionally allow quoting a path with SP in itJunio C Hamano1-0/+1
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano1-1/+1
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano1-2/+1
2020-07-28quote: rename sq_dequote_to_argv_array to mention strvecJeff King1-3/+3
2020-07-28argv-array: rename to strvecJeff King1-2/+2
2019-08-09quote: add sq_append_quote_argv_pretty()Jeff Hostetler1-0/+1
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-15/+15
2018-01-16trace: avoid unnecessary quotingJeff King1-0/+8
2018-01-16sq_quote_argv: drop maxlen parameterJeff King1-1/+1
2016-07-19Merge branch 'nd/icase'Junio C Hamano1-0/+1
2016-07-01grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy1-0/+1
2016-03-01quote: implement sq_quotef()Jacob Keller1-0/+3
2014-12-01ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy1-2/+0
2013-07-30quote: remove sq_quote_print()Ramkumar Ramachandra1-2/+0
2013-07-30for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy1-3/+3
2013-06-26write_name{_quoted_relative,}(): remove redundant parametersJiang Xin1-2/+1
2013-06-26quote_path_relative(): remove redundant parameterJiang Xin1-2/+2
2011-09-14quote: provide sq_dequote_to_argv_arrayJeff King1-0/+8
2011-09-14quote.h: fix bogus commentJeff King1-3/+2
2011-02-07quote.h: simplify the inclusionJonathan Nieder1-2/+1
2010-06-05quote.c: separate quoting and relative path generationClemens Buchacher1-1/+4
2010-01-12quote.c: mark file-local function staticJunio C Hamano1-1/+0
2009-03-30quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayChristian Couder1-0/+1
2009-03-30quote: implement "sq_dequote_many" to unwrap many args in one stringChristian Couder1-0/+8
2008-03-07Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov1-0/+4
2007-12-26Fix rewrite_diff() name quoting.Junio C Hamano1-0/+1
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Christian Couder1-2/+1
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit1-6/+3
2007-09-20Full rework of quote_c_style and write_name_quoted.Pierre Habouzit1-4/+4
2007-09-20Rework unquote_c_style to work on a strbuf.Pierre Habouzit1-1/+1
2007-06-08Even more missing staticJunio C Hamano1-2/+0
2007-01-28Teach for-each-ref about a little language called Tcl.Shawn O. Pearce1-0/+1
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano1-0/+4
2006-09-10Move add_to_string to "quote.c" and make it extern.Christian Couder1-0/+6
2006-08-31Trace into open fd and refactor tracing code.Christian Couder1-0/+1
2006-07-09GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer1-0/+1
2005-11-28write_name_quoted(): make one of the path a counted string.Junio C Hamano1-2/+2
2005-10-24Add git-shell.Linus Torvalds1-0/+6
2005-10-17Functions to quote and unquote pathnames in C-style.Junio C Hamano1-2/+10
2005-10-10Enhanced sq_quote()H. Peter Anvin1-2/+9
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Junio C Hamano1-0/+26