summaryrefslogtreecommitdiff
path: root/quote.c
AgeCommit message (Expand)Author
2021-01-12quote: make sq_dequote_step() a public functionJeff King
2020-09-10quote: turn 'nodq' parameter into a set of flagsJunio C Hamano
2020-09-10quote: rename misnamed sq_lookup[] to cq_lookup[]Junio C Hamano
2020-09-10quote_path: code clarificationJunio C Hamano
2020-09-10quote_path: optionally allow quoting a path with SP in itJunio C Hamano
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28quote: rename sq_dequote_to_argv_array to mention strvecJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-02-24quote: use isalnum() to check for alphanumeric charactersRené Scharfe
2019-10-15Merge branch 'gs/sq-quote-buf-pretty'Junio C Hamano
2019-10-08sq_quote_buf_pretty: don't drop empty argumentsGarima Singh
2019-08-09quote: add sq_append_quote_argv_pretty()Jeff Hostetler
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy
2018-02-27Merge branch 'jk/sq-dequote-on-bogus-input'Junio C Hamano
2018-02-14sq_dequote: fix extra consumption of source stringJeff King
2018-01-16trace: avoid unnecessary quotingJeff King
2018-01-16sq_quote_argv: drop maxlen parameterJeff King
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2016-07-19Merge branch 'nd/icase'Junio C Hamano
2016-07-01grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy
2016-03-01quote: implement sq_quotef()Jacob Keller
2015-10-07quote: move comment before sq_quote_buf()Christian Couder
2015-10-07quote: fix broken sq_quote_buf() related commentChristian Couder
2014-12-01ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy
2013-07-30quote: remove sq_quote_print()Ramkumar Ramachandra
2013-07-30for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy
2013-06-26write_name{_quoted_relative,}(): remove redundant parametersJiang Xin
2013-06-26quote_path_relative(): remove redundant parameterJiang Xin
2013-06-26quote.c: substitute path_relative with relative_pathJiang Xin
2011-10-05Merge branch 'jk/argv-array'Junio C Hamano
2011-09-14quote: provide sq_dequote_to_argv_arrayJeff King
2011-08-11ls-files: fix pathspec display on errorClemens Buchacher
2010-06-05quote.c: separate quoting and relative path generationClemens Buchacher
2010-02-06Fix invalid read in quote_c_style_countedJeff King
2010-01-12quote.c: mark file-local function staticJunio C Hamano
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-03-30quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayChristian Couder
2009-03-30quote: implement "sq_dequote_many" to unwrap many args in one stringChristian Couder
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov
2008-03-09Merge branch 'dp/clean-fix'Junio C Hamano
2008-03-08Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov
2008-03-07unquote_c_style: fix off-by-one.Pierre Habouzit
2007-12-27Fix rewrite_diff() name quoting.Junio C Hamano
2007-12-04Trace and quote with argv: get rid of unneeded count argument.Christian Couder
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-11-04Fix an infinite loop in sq_quote_buf().Johannes Sixt
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit