summaryrefslogtreecommitdiffstats
path: root/quote.h (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'zh/ref-filter-raw-data'Junio C Hamano2021-08-24-0/+1
|\
| * ref-filter: --format=%(raw) support --perlZheNing Hu2021-07-26-0/+1
* | *.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-13-0/+1
|/
* quote: make sq_dequote_step() a public functionJeff King2021-01-12-2/+16
* quote: turn 'nodq' parameter into a set of flagsJunio C Hamano2020-09-10-2/+5
* quote_path: optionally allow quoting a path with SP in itJunio C Hamano2020-09-10-0/+1
* quote_path: give flags parameter to quote_path()Junio C Hamano2020-09-10-1/+1
* quote_path: rename quote_path_relative() to quote_path()Junio C Hamano2020-09-10-2/+1
* quote: rename sq_dequote_to_argv_array to mention strvecJeff King2020-07-28-3/+3
* argv-array: rename to strvecJeff King2020-07-28-2/+2
* quote: add sq_append_quote_argv_pretty()Jeff Hostetler2019-08-09-0/+1
* *.[ch]: manually align parameter listsDenton Liu2019-05-05-1/+1
* *.[ch]: remove extern from function declarations using sedDenton Liu2019-05-05-1/+1
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-05-15/+15
* trace: avoid unnecessary quotingJeff King2018-01-16-0/+8
* sq_quote_argv: drop maxlen parameterJeff King2018-01-16-1/+1
* Merge branch 'nd/icase'Junio C Hamano2016-07-19-0/+1
|\
| * grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy2016-07-01-0/+1
* | quote: implement sq_quotef()Jacob Keller2016-03-01-0/+3
|/
* ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy2014-12-01-2/+0
* quote: remove sq_quote_print()Ramkumar Ramachandra2013-07-30-2/+0
* for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy2013-07-30-3/+3
* write_name{_quoted_relative,}(): remove redundant parametersJiang Xin2013-06-26-2/+1
* quote_path_relative(): remove redundant parameterJiang Xin2013-06-26-2/+2
* quote: provide sq_dequote_to_argv_arrayJeff King2011-09-14-0/+8
* quote.h: fix bogus commentJeff King2011-09-14-3/+2
* quote.h: simplify the inclusionJonathan Nieder2011-02-07-2/+1
* quote.c: separate quoting and relative path generationClemens Buchacher2010-06-05-1/+4
* quote.c: mark file-local function staticJunio C Hamano2010-01-12-1/+0
* quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayChristian Couder2009-03-30-0/+1
* quote: implement "sq_dequote_many" to unwrap many args in one stringChristian Couder2009-03-30-0/+8
* Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov2008-03-07-0/+4
* Fix rewrite_diff() name quoting.Junio C Hamano2007-12-26-0/+1
* Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-03-2/+1
* sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-21-6/+3
* Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-20-4/+4
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-20-1/+1
* Even more missing staticJunio C Hamano2007-06-08-2/+0
* Teach for-each-ref about a little language called Tcl.Shawn O. Pearce2007-01-28-0/+1
* Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-16-0/+4
* Move add_to_string to "quote.c" and make it extern.Christian Couder2006-09-10-0/+6
* Trace into open fd and refactor tracing code.Christian Couder2006-08-31-0/+1
* GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-09-0/+1
* write_name_quoted(): make one of the path a counted string.Junio C Hamano2005-11-28-2/+2
* Add git-shell.Linus Torvalds2005-10-24-0/+6
* Functions to quote and unquote pathnames in C-style.Junio C Hamano2005-10-17-2/+10
* Enhanced sq_quote()H. Peter Anvin2005-10-10-2/+9
* [PATCH] Make sq_expand() available as sq_quote().Junio C Hamano2005-07-08-0/+26