1. 2af202b Fix various sparse warnings in the git source code by Linus Torvalds · 16 years ago
  2. eaa759b quote: add "sq_dequote_to_argv" to put unwrapped args in an argv array by Christian Couder · 16 years ago
  3. ebbc088 quote: implement "sq_dequote_many" to unwrap many args in one string by Christian Couder · 16 years ago
  4. 5b8e6f8 shrink git-shell by avoiding redundant dependencies by Dmitry Potapov · 17 years ago
  5. 175f559 Merge branch 'dp/clean-fix' by Junio C Hamano · 17 years ago
  6. a734d0b Make private quote_path() in wt-status.c available as quote_path_relative() by Dmitry Potapov · 17 years ago
  7. c8744d6 unquote_c_style: fix off-by-one. by Pierre Habouzit · 17 years ago
  8. d562509 Fix rewrite_diff() name quoting. by Junio C Hamano · 17 years ago
  9. b319ce4 Trace and quote with argv: get rid of unneeded count argument. by Christian Couder · 17 years ago
  10. f3fa183 Style: place opening brace of a function definition at column 1 by Junio C Hamano · 17 years ago
  11. c2015b3 Fix an infinite loop in sq_quote_buf(). by Johannes Sixt · 17 years ago
  12. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 17 years ago
  13. 7a33bcb sq_quote_argv and add_to_string rework with strbuf's. by Pierre Habouzit · 17 years ago
  14. 663af34 Full rework of quote_c_style and write_name_quoted. by Pierre Habouzit · 17 years ago
  15. 7fb1011 Rework unquote_c_style to work on a strbuf. by Pierre Habouzit · 17 years ago
  16. 9378c16 Add core.quotepath configuration variable. by Junio C Hamano · 18 years ago
  17. 16befb8 Even more missing static by Junio C Hamano · 18 years ago
  18. 5558e55 Teach for-each-ref about a little language called Tcl. by Shawn O. Pearce · 18 years ago
  19. 83877f8 Merge branch 'maint' by Junio C Hamano · 18 years ago
  20. 8d63d95 quote.c: ensure the same quoting across platforms. by Junio C Hamano · 18 years ago
  21. 9f613dd Add git-for-each-ref: helper for language bindings by Junio C Hamano · 18 years ago
  22. 86257aa Move add_to_string to "quote.c" and make it extern. by Christian Couder · 19 years ago
  23. 7cf6720 Trace into open fd and refactor tracing code. by Christian Couder · 19 years ago
  24. 575ba9d GIT_TRACE: show which built-in/external commands are executed by Matthias Lederhofer · 19 years ago
  25. 8dcaefb quote.c: silence compiler warnings from EMIT macro by Jeff King · 19 years ago
  26. cfd432e6 Remove ranges from switch statements. by Florian Forster · 19 years ago
  27. ecc13e7 cleanups: Remove impossible case in quote.c by Serge E. Hallyn · 19 years ago
  28. 50e7b06 [PATCH] quote.c: Make loop control more readable. by Pavel Roskin · 19 years ago
  29. 9ef2b3c write_name_quoted(): make one of the path a counted string. by Junio C Hamano · 19 years ago
  30. 35eb2d3 Add git-shell. by Linus Torvalds · 19 years ago
  31. 28fba29 Do not quote SP. by Junio C Hamano · 19 years ago
  32. 4f6fbcd Functions to quote and unquote pathnames in C-style. by Junio C Hamano · 19 years ago
  33. 77d604c Enhanced sq_quote() by H. Peter Anvin · 19 years ago
  34. 6fb737b [PATCH] Make sq_expand() available as sq_quote(). by Junio C Hamano · 20 years ago