index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quote.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-26
ref-filter: --format=%(raw) support --perl
ZheNing Hu
1
-0
/
+17
2021-01-12
quote: make sq_dequote_step() a public function
Jeff King
1
-5
/
+10
2020-09-10
quote: turn 'nodq' parameter into a set of flags
Junio C Hamano
1
-7
/
+11
2020-09-10
quote: rename misnamed sq_lookup[] to cq_lookup[]
Junio C Hamano
1
-7
/
+7
2020-09-10
quote_path: code clarification
Junio C Hamano
1
-7
/
+12
2020-09-10
quote_path: optionally allow quoting a path with SP in it
Junio C Hamano
1
-0
/
+7
2020-09-10
quote_path: give flags parameter to quote_path()
Junio C Hamano
1
-1
/
+1
2020-09-10
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
1
-2
/
+1
2020-07-28
strvec: convert remaining callers away from argv_array name
Jeff King
1
-2
/
+2
2020-07-28
quote: rename sq_dequote_to_argv_array to mention strvec
Jeff King
1
-1
/
+1
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-02-24
quote: use isalnum() to check for alphanumeric characters
René Scharfe
1
-1
/
+1
2019-10-15
Merge branch 'gs/sq-quote-buf-pretty'
Junio C Hamano
1
-0
/
+6
2019-10-08
sq_quote_buf_pretty: don't drop empty arguments
Garima Singh
1
-0
/
+6
2019-08-09
quote: add sq_append_quote_argv_pretty()
Jeff Hostetler
1
-1
/
+17
2018-12-09
Indent code with TABs
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-02-27
Merge branch 'jk/sq-dequote-on-bogus-input'
Junio C Hamano
1
-3
/
+9
2018-02-14
sq_dequote: fix extra consumption of source string
Jeff King
1
-3
/
+9
2018-01-16
trace: avoid unnecessary quoting
Jeff King
1
-0
/
+26
2018-01-16
sq_quote_argv: drop maxlen parameter
Jeff King
1
-3
/
+1
2017-09-22
consistently use "fallthrough" comments in switches
Jeff King
1
-0
/
+1
2016-07-19
Merge branch 'nd/icase'
Junio C Hamano
1
-0
/
+37
2016-07-01
grep/icase: avoid kwsset when -F is specified
Nguyễn Thái Ngọc Duy
1
-0
/
+37
2016-03-01
quote: implement sq_quotef()
Jacob Keller
1
-0
/
+13
2015-10-07
quote: move comment before sq_quote_buf()
Christian Couder
1
-5
/
+5
2015-10-07
quote: fix broken sq_quote_buf() related comment
Christian Couder
1
-0
/
+1
2014-12-01
ls-tree: remove path filtering logic in show_tree
Nguyễn Thái Ngọc Duy
1
-21
/
+0
2013-07-30
quote: remove sq_quote_print()
Ramkumar Ramachandra
1
-17
/
+0
2013-07-30
for-each-ref, quote: convert *_quote_print -> *_quote_buf
Nguyễn Thái Ngọc Duy
1
-22
/
+22
2013-06-26
write_name{_quoted_relative,}(): remove redundant parameters
Jiang Xin
1
-2
/
+1
2013-06-26
quote_path_relative(): remove redundant parameter
Jiang Xin
1
-5
/
+2
2013-06-26
quote.c: substitute path_relative with relative_path
Jiang Xin
1
-53
/
+2
2011-10-05
Merge branch 'jk/argv-array'
Junio C Hamano
1
-3
/
+20
2011-09-14
quote: provide sq_dequote_to_argv_array
Jeff King
1
-3
/
+20
2011-08-11
ls-files: fix pathspec display on error
Clemens Buchacher
1
-2
/
+6
2010-06-05
quote.c: separate quoting and relative path generation
Clemens Buchacher
1
-28
/
+61
2010-02-06
Fix invalid read in quote_c_style_counted
Jeff King
1
-1
/
+3
2010-01-12
quote.c: mark file-local function static
Junio C Hamano
1
-1
/
+1
2009-06-20
Fix various sparse warnings in the git source code
Linus Torvalds
1
-2
/
+2
2009-03-30
quote: add "sq_dequote_to_argv" to put unwrapped args in an argv array
Christian Couder
1
-0
/
+17
2009-03-30
quote: implement "sq_dequote_many" to unwrap many args in one string
Christian Couder
1
-2
/
+16
2008-06-27
shrink git-shell by avoiding redundant dependencies
Dmitry Potapov
1
-0
/
+2
2008-03-08
Merge branch 'dp/clean-fix'
Junio C Hamano
1
-0
/
+42
2008-03-07
Make private quote_path() in wt-status.c available as quote_path_relative()
Dmitry Potapov
1
-0
/
+42
2008-03-07
unquote_c_style: fix off-by-one.
Pierre Habouzit
1
-1
/
+1
2007-12-26
Fix rewrite_diff() name quoting.
Junio C Hamano
1
-0
/
+16
2007-12-03
Trace and quote with argv: get rid of unneeded count argument.
Christian Couder
1
-10
/
+3
2007-11-08
Style: place opening brace of a function definition at column 1
Junio C Hamano
1
-1
/
+2
2007-11-04
Fix an infinite loop in sq_quote_buf().
Johannes Sixt
1
-1
/
+1
2007-09-29
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
1
-1
/
+1
[next]