| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix invalid read in quote_c_style_counted | Jeff King | 2010-02-06 | 1 | -1/+3 |
* | quote.c: mark file-local function static | Junio C Hamano | 2010-01-12 | 1 | -1/+1 |
* | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 | 1 | -2/+2 |
* | quote: add "sq_dequote_to_argv" to put unwrapped args in an argv array | Christian Couder | 2009-03-30 | 1 | -0/+17 |
* | quote: implement "sq_dequote_many" to unwrap many args in one string | Christian Couder | 2009-03-30 | 1 | -2/+16 |
* | shrink git-shell by avoiding redundant dependencies | Dmitry Potapov | 2008-06-27 | 1 | -0/+2 |
* | Merge branch 'dp/clean-fix' | Junio C Hamano | 2008-03-08 | 1 | -0/+42 |
|\ |
|
| * | Make private quote_path() in wt-status.c available as quote_path_relative() | Dmitry Potapov | 2008-03-07 | 1 | -0/+42 |
* | | unquote_c_style: fix off-by-one. | Pierre Habouzit | 2008-03-07 | 1 | -1/+1 |
|/ |
|
* | Fix rewrite_diff() name quoting. | Junio C Hamano | 2007-12-26 | 1 | -0/+16 |
* | Trace and quote with argv: get rid of unneeded count argument. | Christian Couder | 2007-12-03 | 1 | -10/+3 |
* | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 2007-11-08 | 1 | -1/+2 |
* | Fix an infinite loop in sq_quote_buf(). | Johannes Sixt | 2007-11-04 | 1 | -1/+1 |
* | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 | 1 | -1/+1 |
* | sq_quote_argv and add_to_string rework with strbuf's. | Pierre Habouzit | 2007-09-21 | 1 | -70/+24 |
* | Full rework of quote_c_style and write_name_quoted. | Pierre Habouzit | 2007-09-20 | 1 | -90/+119 |
* | Rework unquote_c_style to work on a strbuf. | Pierre Habouzit | 2007-09-20 | 1 | -53/+51 |
* | Add core.quotepath configuration variable. | Junio C Hamano | 2007-06-24 | 1 | -2/+3 |
* | Even more missing static | Junio C Hamano | 2007-06-08 | 1 | -13/+1 |
* | Teach for-each-ref about a little language called Tcl. | Shawn O. Pearce | 2007-01-28 | 1 | -0/+34 |
* | Merge branch 'maint' | Junio C Hamano | 2006-10-30 | 1 | -1/+1 |
|\ |
|
| * | quote.c: ensure the same quoting across platforms. | Junio C Hamano | 2006-10-30 | 1 | -1/+1 |
* | | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 2006-09-16 | 1 | -0/+38 |
|/ |
|
* | Move add_to_string to "quote.c" and make it extern. | Christian Couder | 2006-09-10 | 1 | -0/+29 |
* | Trace into open fd and refactor tracing code. | Christian Couder | 2006-08-31 | 1 | -0/+32 |
* | GIT_TRACE: show which built-in/external commands are executed | Matthias Lederhofer | 2006-07-09 | 1 | -0/+17 |
* | quote.c: silence compiler warnings from EMIT macro | Jeff King | 2006-06-28 | 1 | -1/+1 |
* | Remove ranges from switch statements. | Florian Forster | 2006-06-18 | 1 | -1/+8 |
* | cleanups: Remove impossible case in quote.c | Serge E. Hallyn | 2006-04-17 | 1 | -2/+0 |
* | [PATCH] quote.c: Make loop control more readable. | Pavel Roskin | 2005-12-21 | 1 | -2/+4 |
* | write_name_quoted(): make one of the path a counted string. | Junio C Hamano | 2005-11-28 | 1 | -10/+19 |
* | Add git-shell. | Linus Torvalds | 2005-10-24 | 1 | -1/+40 |
* | Do not quote SP. | Junio C Hamano | 2005-10-17 | 1 | -2/+2 |
* | Functions to quote and unquote pathnames in C-style. | Junio C Hamano | 2005-10-17 | 1 | -0/+165 |
* | Enhanced sq_quote() | H. Peter Anvin | 2005-10-10 | 1 | -22/+34 |
* | [PATCH] Make sq_expand() available as sq_quote(). | Junio C Hamano | 2005-07-08 | 1 | -0/+41 |