43 Commits (dfc7f65c261e923a41c910a11390d487e66eb6fe)

Author SHA1 Message Date
Junio C Hamano f3fc4a1b86 quote_path: optionally allow quoting a path with SP in it 4 years ago
Junio C Hamano 88910c9939 quote_path: give flags parameter to quote_path() 4 years ago
Junio C Hamano c34d24b8a4 quote_path: rename quote_path_relative() to quote_path() 4 years ago
Jeff King 2745b6b450 quote: rename sq_dequote_to_argv_array to mention strvec 5 years ago
Jeff King 873cd28a8b argv-array: rename to strvec 5 years ago
Jeff Hostetler c2b890aca5 quote: add sq_append_quote_argv_pretty() 6 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu b199d7147a *.[ch]: remove extern from function declarations using sed 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Jeff King 1fbdab21bb trace: avoid unnecessary quoting 7 years ago
Jeff King e35f11c293 sq_quote_argv: drop maxlen parameter 7 years ago
Nguyễn Thái Ngọc Duy 793dc676e0 grep/icase: avoid kwsset when -F is specified 9 years ago
Jacob Keller e70986d725 quote: implement sq_quotef() 9 years ago
Nguyễn Thái Ngọc Duy 1cf9952db2 ls-tree: remove path filtering logic in show_tree 10 years ago
Ramkumar Ramachandra 82aae5c1e5 quote: remove sq_quote_print() 12 years ago
Nguyễn Thái Ngọc Duy 10d0167fef for-each-ref, quote: convert *_quote_print -> *_quote_buf 12 years ago
Jiang Xin e9a820cefd write_name{_quoted_relative,}(): remove redundant parameters 12 years ago
Jiang Xin 39598f9983 quote_path_relative(): remove redundant parameter 12 years ago
Jeff King 37e8161a04 quote: provide sq_dequote_to_argv_array 14 years ago
Jeff King 7878b07c0d quote.h: fix bogus comment 14 years ago
Jonathan Nieder cf548cacdd quote.h: simplify the inclusion 14 years ago
Clemens Buchacher b167cffb6b quote.c: separate quoting and relative path generation 15 years ago
Junio C Hamano 758e915b8a quote.c: mark file-local function static 15 years ago
Christian Couder eaa759b914 quote: add "sq_dequote_to_argv" to put unwrapped args in an argv array 16 years ago
Christian Couder ebbc088e13 quote: implement "sq_dequote_many" to unwrap many args in one string 16 years ago
Dmitry Potapov a734d0b10b Make private quote_path() in wt-status.c available as quote_path_relative() 17 years ago
Junio C Hamano d56250911f Fix rewrite_diff() name quoting. 17 years ago
Christian Couder b319ce4c14 Trace and quote with argv: get rid of unneeded count argument. 17 years ago
Pierre Habouzit 7a33bcbe80 sq_quote_argv and add_to_string rework with strbuf's. 18 years ago
Pierre Habouzit 663af3422a Full rework of quote_c_style and write_name_quoted. 18 years ago
Pierre Habouzit 7fb1011e61 Rework unquote_c_style to work on a strbuf. 18 years ago
Junio C Hamano 16befb8b7f Even more missing static 18 years ago
Shawn O. Pearce 5558e55c06 Teach for-each-ref about a little language called Tcl. 18 years ago
Junio C Hamano 9f613ddd21 Add git-for-each-ref: helper for language bindings 19 years ago
Christian Couder 86257aa324 Move add_to_string to "quote.c" and make it extern. 19 years ago
Christian Couder 6ce4e61f1b Trace into a file or an open fd and refactor tracing code. 19 years ago
Christian Couder 7cf67205ca Trace into open fd and refactor tracing code. 19 years ago
Matthias Lederhofer 575ba9d69d GIT_TRACE: show which built-in/external commands are executed 19 years ago
Junio C Hamano 9ef2b3cbf6 write_name_quoted(): make one of the path a counted string. 19 years ago
Linus Torvalds 35eb2d3641 Add git-shell. 20 years ago
Junio C Hamano 4f6fbcdcf9 Functions to quote and unquote pathnames in C-style. 20 years ago
Junio C Hamano 585793d96c Functions to quote and unquote pathnames in C-style. 20 years ago
H. Peter Anvin 77d604c309 Enhanced sq_quote() 20 years ago
Junio C Hamano 6fb737be5e [PATCH] Make sq_expand() available as sq_quote(). 20 years ago