summaryrefslogtreecommitdiff
path: root/quote.c
AgeCommit message (Expand)Author
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-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-11-04Fix an infinite loop in sq_quote_buf().Johannes Sixt
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
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-24Add core.quotepath configuration variable.Junio C Hamano
2007-06-08Even more missing staticJunio C Hamano
2007-01-28Teach for-each-ref about a little language called Tcl.Shawn O. Pearce
2006-10-31Merge branch 'maint'Junio C Hamano
2006-10-31quote.c: ensure the same quoting across platforms.Junio C Hamano
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
2006-06-28quote.c: silence compiler warnings from EMIT macroJeff King
2006-06-19Remove ranges from switch statements.Florian Forster
2006-04-17cleanups: Remove impossible case in quote.cSerge E. Hallyn
2005-12-21[PATCH] quote.c: Make loop control more readable.Pavel Roskin
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-18Do not quote SP.Junio C Hamano
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