summaryrefslogtreecommitdiff
path: root/quote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-081-1/+2
* Fix an infinite loop in sq_quote_buf().Johannes Sixt2007-11-041-1/+1
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-1/+1
* sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-211-70/+24
* Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-201-90/+119
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-201-53/+51
* Add core.quotepath configuration variable.Junio C Hamano2007-06-241-2/+3
* Even more missing staticJunio C Hamano2007-06-081-13/+1
* Teach for-each-ref about a little language called Tcl.Shawn O. Pearce2007-01-281-0/+34
* Merge branch 'maint'Junio C Hamano2006-10-301-1/+1
|\
| * quote.c: ensure the same quoting across platforms.Junio C Hamano2006-10-301-1/+1
* | Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-161-0/+38
|/
* Move add_to_string to "quote.c" and make it extern.Christian Couder2006-09-101-0/+29
* Trace into open fd and refactor tracing code.Christian Couder2006-08-311-0/+32
* GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-091-0/+17
* quote.c: silence compiler warnings from EMIT macroJeff King2006-06-281-1/+1
* Remove ranges from switch statements.Florian Forster2006-06-181-1/+8
* cleanups: Remove impossible case in quote.cSerge E. Hallyn2006-04-171-2/+0
* [PATCH] quote.c: Make loop control more readable.Pavel Roskin2005-12-211-2/+4
* write_name_quoted(): make one of the path a counted string.Junio C Hamano2005-11-281-10/+19
* Add git-shell.Linus Torvalds2005-10-241-1/+40
* Do not quote SP.Junio C Hamano2005-10-171-2/+2
* Functions to quote and unquote pathnames in C-style.Junio C Hamano2005-10-171-0/+165
* Enhanced sq_quote()H. Peter Anvin2005-10-101-22/+34
* [PATCH] Make sq_expand() available as sq_quote().Junio C Hamano2005-07-081-0/+41