aboutsummaryrefslogtreecommitdiff
path: root/quote.c
Commit message (Expand)AuthorAge
* consistently use "fallthrough" comments in switchesJeff King2017-09-22
* Merge branch 'nd/icase'Junio C Hamano2016-07-19
|\
| * grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy2016-07-01
* | quote: implement sq_quotef()Jacob Keller2016-03-01
|/
* quote: move comment before sq_quote_buf()Christian Couder2015-10-07
* quote: fix broken sq_quote_buf() related commentChristian Couder2015-10-07
* ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy2014-12-01
* quote: remove sq_quote_print()Ramkumar Ramachandra2013-07-30
* for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy2013-07-30
* write_name{_quoted_relative,}(): remove redundant parametersJiang Xin2013-06-26
* quote_path_relative(): remove redundant parameterJiang Xin2013-06-26
* quote.c: substitute path_relative with relative_pathJiang Xin2013-06-26
* Merge branch 'jk/argv-array'Junio C Hamano2011-10-05
|\
| * quote: provide sq_dequote_to_argv_arrayJeff King2011-09-14
* | ls-files: fix pathspec display on errorClemens Buchacher2011-08-11
|/
* quote.c: separate quoting and relative path generationClemens Buchacher2010-06-05
* Fix invalid read in quote_c_style_countedJeff King2010-02-06
* quote.c: mark file-local function staticJunio C Hamano2010-01-12
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayChristian Couder2009-03-30
* quote: implement "sq_dequote_many" to unwrap many args in one stringChristian Couder2009-03-30
* shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-27
* Merge branch 'dp/clean-fix'Junio C Hamano2008-03-08
|\
| * Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov2008-03-07
* | unquote_c_style: fix off-by-one.Pierre Habouzit2008-03-07
|/
* Fix rewrite_diff() name quoting.Junio C Hamano2007-12-26
* Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-03
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-08
* Fix an infinite loop in sq_quote_buf().Johannes Sixt2007-11-04
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-21
* Full rework of quote_c_style and write_name_quoted.Pierre Habouzit2007-09-20
* Rework unquote_c_style to work on a strbuf.Pierre Habouzit2007-09-20
* Add core.quotepath configuration variable.Junio C Hamano2007-06-24
* Even more missing staticJunio C Hamano2007-06-08
* Teach for-each-ref about a little language called Tcl.Shawn O. Pearce2007-01-28
* Merge branch 'maint'Junio C Hamano2006-10-30
|\
| * quote.c: ensure the same quoting across platforms.Junio C Hamano2006-10-30
* | Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-16
|/
* Move add_to_string to "quote.c" and make it extern.Christian Couder2006-09-10
* Trace into open fd and refactor tracing code.Christian Couder2006-08-31
* GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-09
* quote.c: silence compiler warnings from EMIT macroJeff King2006-06-28
* Remove ranges from switch statements.Florian Forster2006-06-18
* cleanups: Remove impossible case in quote.cSerge E. Hallyn2006-04-17
* [PATCH] quote.c: Make loop control more readable.Pavel Roskin2005-12-21
* write_name_quoted(): make one of the path a counted string.Junio C Hamano2005-11-28
* Add git-shell.Linus Torvalds2005-10-24
* Do not quote SP.Junio C Hamano2005-10-17
* Functions to quote and unquote pathnames in C-style.Junio C Hamano2005-10-17