summaryrefslogtreecommitdiffstats
path: root/quote.h
Commit message (Expand)AuthorAgeFilesLines
* trace: avoid unnecessary quotingJeff King2018-01-161-0/+8
* sq_quote_argv: drop maxlen parameterJeff King2018-01-161-1/+1
* Merge branch 'nd/icase'Junio C Hamano2016-07-191-0/+1
|\
| * grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy2016-07-011-0/+1
* | quote: implement sq_quotef()Jacob Keller2016-03-011-0/+3
|/
* ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy2014-12-011-2/+0
* quote: remove sq_quote_print()Ramkumar Ramachandra2013-07-301-2/+0
* for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy2013-07-301-3/+3
* write_name{_quoted_relative,}(): remove redundant parametersJiang Xin2013-06-261-2/+1
* quote_path_relative(): remove redundant parameterJiang Xin2013-06-261-2/+2
* quote: provide sq_dequote_to_argv_arrayJeff King2011-09-141-0/+8
* quote.h: fix bogus commentJeff King2011-09-141-3/+2
* quote.h: simplify the inclusionJonathan Nieder2011-02-071-2/+1
* quote.c: separate quoting and relative path generationClemens Buchacher2010-06-051-1/+4
* quote.c: mark file-local function staticJunio C Hamano2010-01-121-1/+0
* quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayChristian Couder2009-03-301-0/+1
* quote: implement "sq_dequote_many" to unwrap many args in one stringChristian Couder2009-03-301-0/+8
* Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov2008-03-071-0/+4
* Fix rewrite_diff() name quoting.Junio C Hamano2007-12-261-0/+1
* Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-031-2/+1
* sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-211-6/+3
* Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-201-4/+4
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-201-1/+1
* Even more missing staticJunio C Hamano2007-06-081-2/+0
* Teach for-each-ref about a little language called Tcl.Shawn O. Pearce2007-01-281-0/+1
* Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-161-0/+4
* Move add_to_string to "quote.c" and make it extern.Christian Couder2006-09-101-0/+6
* Trace into open fd and refactor tracing code.Christian Couder2006-08-311-0/+1
* GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-091-0/+1
* write_name_quoted(): make one of the path a counted string.Junio C Hamano2005-11-281-2/+2
* Add git-shell.Linus Torvalds2005-10-241-0/+6
* Functions to quote and unquote pathnames in C-style.Junio C Hamano2005-10-171-2/+10
* Enhanced sq_quote()H. Peter Anvin2005-10-101-2/+9
* [PATCH] Make sq_expand() available as sq_quote().Junio C Hamano2005-07-081-0/+26