summaryrefslogtreecommitdiff
path: root/quote.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: reduce includes of cache.h in other headersElijah Newren2023-04-111-1/+2
* treewide: replace cache.h with more direct headers, where possibleElijah Newren2023-02-231-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
* ref-filter: --format=%(raw) support --perlZheNing Hu2021-07-261-0/+17
* quote: make sq_dequote_step() a public functionJeff King2021-01-121-5/+10
* quote: turn 'nodq' parameter into a set of flagsJunio C Hamano2020-09-101-7/+11
* quote: rename misnamed sq_lookup[] to cq_lookup[]Junio C Hamano2020-09-101-7/+7
* quote_path: code clarificationJunio C Hamano2020-09-101-7/+12
* quote_path: optionally allow quoting a path with SP in itJunio C Hamano2020-09-101-0/+7
* quote_path: give flags parameter to quote_path()Junio C Hamano2020-09-101-1/+1
* quote_path: rename quote_path_relative() to quote_path()Junio C Hamano2020-09-101-2/+1
* strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-2/+2
* quote: rename sq_dequote_to_argv_array to mention strvecJeff King2020-07-281-1/+1
* strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
* quote: use isalnum() to check for alphanumeric charactersRené Scharfe2020-02-241-1/+1
* Merge branch 'gs/sq-quote-buf-pretty'Junio C Hamano2019-10-151-0/+6
|\
| * sq_quote_buf_pretty: don't drop empty argumentsGarima Singh2019-10-081-0/+6
* | quote: add sq_append_quote_argv_pretty()Jeff Hostetler2019-08-091-1/+17
|/
* Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-1/+1
* Merge branch 'jk/sq-dequote-on-bogus-input'Junio C Hamano2018-02-271-3/+9
|\
| * sq_dequote: fix extra consumption of source stringjk/sq-dequote-on-bogus-inputJeff King2018-02-141-3/+9
* | trace: avoid unnecessary quotingJeff King2018-01-161-0/+26
* | sq_quote_argv: drop maxlen parameterJeff King2018-01-161-3/+1
* | consistently use "fallthrough" comments in switchesjk/fallthroughJeff King2017-09-221-0/+1
|/
* Merge branch 'nd/icase'Junio C Hamano2016-07-191-0/+37
|\
| * grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy2016-07-011-0/+37
* | quote: implement sq_quotef()Jacob Keller2016-03-011-0/+13
|/
* quote: move comment before sq_quote_buf()cc/quote-commentsChristian Couder2015-10-071-5/+5
* quote: fix broken sq_quote_buf() related commentChristian Couder2015-10-071-0/+1
* ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy2014-12-011-21/+0
* quote: remove sq_quote_print()nd/sq-quote-bufRamkumar Ramachandra2013-07-301-17/+0
* for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy2013-07-301-22/+22
* write_name{_quoted_relative,}(): remove redundant parametersJiang Xin2013-06-261-2/+1
* quote_path_relative(): remove redundant parameterJiang Xin2013-06-261-5/+2
* quote.c: substitute path_relative with relative_pathJiang Xin2013-06-261-53/+2
* Merge branch 'jk/argv-array'Junio C Hamano2011-10-051-3/+20
|\
| * quote: provide sq_dequote_to_argv_arrayJeff King2011-09-141-3/+20
* | ls-files: fix pathspec display on errorClemens Buchacher2011-08-111-2/+6
|/
* quote.c: separate quoting and relative path generationClemens Buchacher2010-06-051-28/+61
* Fix invalid read in quote_c_style_countedJeff King2010-02-061-1/+3
* quote.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-2/+2
* quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayChristian Couder2009-03-301-0/+17
* quote: implement "sq_dequote_many" to unwrap many args in one stringChristian Couder2009-03-301-2/+16
* shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-271-0/+2
* Merge branch 'dp/clean-fix'Junio C Hamano2008-03-081-0/+42
|\
| * Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov2008-03-071-0/+42
* | unquote_c_style: fix off-by-one.Pierre Habouzit2008-03-071-1/+1
|/
* Fix rewrite_diff() name quoting.Junio C Hamano2007-12-261-0/+16
* Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-031-10/+3