34 Commits (67da52bedc5750c10a732b9da7d64d5ef73f3b8a)

Author SHA1 Message Date
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 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 5b8e6f85f9 shrink git-shell by avoiding redundant dependencies 17 years ago
Dmitry Potapov a734d0b10b Make private quote_path() in wt-status.c available as quote_path_relative() 17 years ago
Pierre Habouzit c8744d6a8b unquote_c_style: fix off-by-one. 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
Junio C Hamano f3fa183802 Style: place opening brace of a function definition at column 1 17 years ago
Johannes Sixt c2015b3ae0 Fix an infinite loop in sq_quote_buf(). 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 17 years ago
Pierre Habouzit 7a33bcbe80 sq_quote_argv and add_to_string rework with strbuf's. 17 years ago
Pierre Habouzit 663af3422a Full rework of quote_c_style and write_name_quoted. 17 years ago
Pierre Habouzit 7fb1011e61 Rework unquote_c_style to work on a strbuf. 17 years ago
Junio C Hamano 9378c16135 Add core.quotepath configuration variable. 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 8d63d95f29 quote.c: ensure the same quoting across platforms. 18 years ago
Junio C Hamano 9f613ddd21 Add git-for-each-ref: helper for language bindings 18 years ago
Christian Couder 86257aa324 Move add_to_string to "quote.c" and make it extern. 18 years ago
Christian Couder 6ce4e61f1b Trace into a file or an open fd and refactor tracing code. 18 years ago
Christian Couder 7cf67205ca Trace into open fd and refactor tracing code. 18 years ago
Matthias Lederhofer 575ba9d69d GIT_TRACE: show which built-in/external commands are executed 19 years ago
Jeff King 8dcaefb52f quote.c: silence compiler warnings from EMIT macro 19 years ago
Florian Forster cfd432e63d Remove ranges from switch statements. 19 years ago
Serge E. Hallyn ecc13e73cf cleanups: Remove impossible case in quote.c 19 years ago
Pavel Roskin 50e7b06730 [PATCH] quote.c: Make loop control more readable. 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. 19 years ago
Junio C Hamano 28fba290e3 Do not quote SP. 19 years ago
Junio C Hamano 4f6fbcdcf9 Functions to quote and unquote pathnames in C-style. 19 years ago
Junio C Hamano 25785195ee Do not quote SP. 19 years ago
Junio C Hamano 585793d96c Functions to quote and unquote pathnames in C-style. 19 years ago
H. Peter Anvin 77d604c309 Enhanced sq_quote() 19 years ago
Junio C Hamano 6fb737be5e [PATCH] Make sq_expand() available as sq_quote(). 20 years ago