summaryrefslogtreecommitdiff
path: root/quote.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using sedLibravatar Denton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-15/+15
2018-01-16trace: avoid unnecessary quotingLibravatar Jeff King1-0/+8
2018-01-16sq_quote_argv: drop maxlen parameterLibravatar Jeff King1-1/+1
2016-07-19Merge branch 'nd/icase'Libravatar Junio C Hamano1-0/+1
2016-07-01grep/icase: avoid kwsset when -F is specifiedLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2016-03-01quote: implement sq_quotef()Libravatar Jacob Keller1-0/+3
2014-12-01ls-tree: remove path filtering logic in show_treeLibravatar Nguyễn Thái Ngọc Duy1-2/+0
2013-07-30quote: remove sq_quote_print()Libravatar Ramkumar Ramachandra1-2/+0
2013-07-30for-each-ref, quote: convert *_quote_print -> *_quote_bufLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2013-06-26write_name{_quoted_relative,}(): remove redundant parametersLibravatar Jiang Xin1-2/+1
2013-06-26quote_path_relative(): remove redundant parameterLibravatar Jiang Xin1-2/+2
2011-09-14quote: provide sq_dequote_to_argv_arrayLibravatar Jeff King1-0/+8
2011-09-14quote.h: fix bogus commentLibravatar Jeff King1-3/+2
2011-02-07quote.h: simplify the inclusionLibravatar Jonathan Nieder1-2/+1
2010-06-05quote.c: separate quoting and relative path generationLibravatar Clemens Buchacher1-1/+4
2010-01-12quote.c: mark file-local function staticLibravatar Junio C Hamano1-1/+0
2009-03-30quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayLibravatar Christian Couder1-0/+1
2009-03-30quote: implement "sq_dequote_many" to unwrap many args in one stringLibravatar Christian Couder1-0/+8
2008-03-07Make private quote_path() in wt-status.c available as quote_path_relative()Libravatar Dmitry Potapov1-0/+4
2007-12-26Fix rewrite_diff() name quoting.Libravatar Junio C Hamano1-0/+1
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Libravatar Christian Couder1-2/+1
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Libravatar Pierre Habouzit1-6/+3
2007-09-20Full rework of quote_c_style and write_name_quoted.Libravatar Pierre Habouzit1-4/+4
2007-09-20Rework unquote_c_style to work on a strbuf.Libravatar Pierre Habouzit1-1/+1
2007-06-08Even more missing staticLibravatar Junio C Hamano1-2/+0
2007-01-28Teach for-each-ref about a little language called Tcl.Libravatar Shawn O. Pearce1-0/+1
2006-09-16Add git-for-each-ref: helper for language bindingsLibravatar Junio C Hamano1-0/+4
2006-09-10Move add_to_string to "quote.c" and make it extern.Libravatar Christian Couder1-0/+6
2006-08-31Trace into open fd and refactor tracing code.Libravatar Christian Couder1-0/+1
2006-07-09GIT_TRACE: show which built-in/external commands are executedLibravatar Matthias Lederhofer1-0/+1
2005-11-28write_name_quoted(): make one of the path a counted string.Libravatar Junio C Hamano1-2/+2
2005-10-24Add git-shell.Libravatar Linus Torvalds1-0/+6
2005-10-17Functions to quote and unquote pathnames in C-style.Libravatar Junio C Hamano1-2/+10
2005-10-10Enhanced sq_quote()Libravatar H. Peter Anvin1-2/+9
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Libravatar Junio C Hamano1-0/+26