summaryrefslogtreecommitdiff
path: root/quote.c
Commit message (Expand)AuthorAgeFilesLines
* Teach for-each-ref about a little language called Tcl.Shawn O. Pearce2007-01-281-0/+34
* Merge branch 'maint'Junio C Hamano2006-10-301-1/+1
|\
| * quote.c: ensure the same quoting across platforms.Junio C Hamano2006-10-301-1/+1
* | Add git-for-each-ref: helper for language bindingsJunio C Hamano2006-09-161-0/+38
|/
* Move add_to_string to "quote.c" and make it extern.Christian Couder2006-09-101-0/+29
* Trace into open fd and refactor tracing code.Christian Couder2006-08-311-0/+32
* GIT_TRACE: show which built-in/external commands are executedMatthias Lederhofer2006-07-091-0/+17
* quote.c: silence compiler warnings from EMIT macroJeff King2006-06-281-1/+1
* Remove ranges from switch statements.Florian Forster2006-06-181-1/+8
* cleanups: Remove impossible case in quote.cSerge E. Hallyn2006-04-171-2/+0
* [PATCH] quote.c: Make loop control more readable.Pavel Roskin2005-12-211-2/+4
* write_name_quoted(): make one of the path a counted string.Junio C Hamano2005-11-281-10/+19
* Add git-shell.Linus Torvalds2005-10-241-1/+40
* Do not quote SP.Junio C Hamano2005-10-171-2/+2
* Functions to quote and unquote pathnames in C-style.Junio C Hamano2005-10-171-0/+165
* Enhanced sq_quote()H. Peter Anvin2005-10-101-22/+34
* [PATCH] Make sq_expand() available as sq_quote().Junio C Hamano2005-07-081-0/+41