summaryrefslogtreecommitdiff
path: root/quote.h
AgeCommit message (Expand)Author
2019-08-09quote: add sq_append_quote_argv_pretty()Jeff Hostetler
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2018-01-16trace: avoid unnecessary quotingJeff King
2018-01-16sq_quote_argv: drop maxlen parameterJeff King
2016-07-19Merge branch 'nd/icase'Junio C Hamano
2016-07-01grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy
2016-03-01quote: implement sq_quotef()Jacob Keller
2014-12-01ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy
2013-07-30quote: remove sq_quote_print()Ramkumar Ramachandra
2013-07-30for-each-ref, quote: convert *_quote_print -> *_quote_bufNguyễn Thái Ngọc Duy
2013-06-26write_name{_quoted_relative,}(): remove redundant parametersJiang Xin
2013-06-26quote_path_relative(): remove redundant parameterJiang Xin
2011-09-14quote: provide sq_dequote_to_argv_arrayJeff King
2011-09-14quote.h: fix bogus commentJeff King
2011-02-07quote.h: simplify the inclusionJonathan Nieder
2010-06-05quote.c: separate quoting and relative path generationClemens Buchacher
2010-01-12quote.c: mark file-local function staticJunio C Hamano
2009-03-30quote: add "sq_dequote_to_argv" to put unwrapped args in an argv arrayChristian Couder
2009-03-30quote: implement "sq_dequote_many" to unwrap many args in one stringChristian Couder
2008-03-08Make private quote_path() in wt-status.c available as quote_path_relative()Dmitry Potapov
2007-12-27Fix rewrite_diff() name quoting.Junio C Hamano
2007-12-04Trace and quote with argv: get rid of unneeded count argument.Christian Couder
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-09-21Rework unquote_c_style to work on a strbuf.Pierre Habouzit
2007-06-08Even more missing staticJunio C Hamano
2007-01-28Teach for-each-ref about a little language called Tcl.Shawn O. Pearce
2006-09-16Add git-for-each-ref: helper for language bindingsJunio C Hamano
2006-09-11Move add_to_string to "quote.c" and make it extern.Christian Couder
2006-08-31Trace into open fd and refactor tracing code.Christian Couder
2006-07-09GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer
2005-11-29write_name_quoted(): make one of the path a counted string.Junio C Hamano
2005-10-24Add git-shell.Linus Torvalds
2005-10-18Functions to quote and unquote pathnames in C-style.Junio C Hamano
2005-10-10Enhanced sq_quote()H. Peter Anvin
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Junio C Hamano