index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quote.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
treewide: reduce includes of cache.h in other headers
Elijah Newren
2023-04-11
1
-1
/
+2
*
treewide: replace cache.h with more direct headers, where possible
Elijah Newren
2023-02-24
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
*
ref-filter: --format=%(raw) support --perl
ZheNing Hu
2021-07-26
1
-0
/
+17
*
quote: make sq_dequote_step() a public function
Jeff King
2021-01-12
1
-5
/
+10
*
quote: turn 'nodq' parameter into a set of flags
Junio C Hamano
2020-09-10
1
-7
/
+11
*
quote: rename misnamed sq_lookup[] to cq_lookup[]
Junio C Hamano
2020-09-10
1
-7
/
+7
*
quote_path: code clarification
Junio C Hamano
2020-09-10
1
-7
/
+12
*
quote_path: optionally allow quoting a path with SP in it
Junio C Hamano
2020-09-10
1
-0
/
+7
*
quote_path: give flags parameter to quote_path()
Junio C Hamano
2020-09-10
1
-1
/
+1
*
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
2020-09-10
1
-2
/
+1
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-2
/
+2
*
quote: rename sq_dequote_to_argv_array to mention strvec
Jeff King
2020-07-29
1
-1
/
+1
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
quote: use isalnum() to check for alphanumeric characters
René Scharfe
2020-02-24
1
-1
/
+1
*
Merge branch 'gs/sq-quote-buf-pretty'
Junio C Hamano
2019-10-15
1
-0
/
+6
|
\
|
*
sq_quote_buf_pretty: don't drop empty arguments
Garima Singh
2019-10-08
1
-0
/
+6
*
|
quote: add sq_append_quote_argv_pretty()
Jeff Hostetler
2019-08-09
1
-1
/
+17
|
/
*
Indent code with TABs
Nguyễn Thái Ngọc Duy
2018-12-09
1
-1
/
+1
*
Merge branch 'jk/sq-dequote-on-bogus-input'
Junio C Hamano
2018-02-27
1
-3
/
+9
|
\
|
*
sq_dequote: fix extra consumption of source string
Jeff King
2018-02-14
1
-3
/
+9
*
|
trace: avoid unnecessary quoting
Jeff King
2018-01-16
1
-0
/
+26
*
|
sq_quote_argv: drop maxlen parameter
Jeff King
2018-01-16
1
-3
/
+1
*
|
consistently use "fallthrough" comments in switches
Jeff King
2017-09-22
1
-0
/
+1
|
/
*
Merge branch 'nd/icase'
Junio C Hamano
2016-07-19
1
-0
/
+37
|
\
|
*
grep/icase: avoid kwsset when -F is specified
Nguyễn Thái Ngọc Duy
2016-07-01
1
-0
/
+37
*
|
quote: implement sq_quotef()
Jacob Keller
2016-03-01
1
-0
/
+13
|
/
*
quote: move comment before sq_quote_buf()
Christian Couder
2015-10-08
1
-5
/
+5
*
quote: fix broken sq_quote_buf() related comment
Christian Couder
2015-10-08
1
-0
/
+1
*
ls-tree: remove path filtering logic in show_tree
Nguyễn Thái Ngọc Duy
2014-12-01
1
-21
/
+0
*
quote: remove sq_quote_print()
Ramkumar Ramachandra
2013-07-30
1
-17
/
+0
*
for-each-ref, quote: convert *_quote_print -> *_quote_buf
Nguyễn Thái Ngọc Duy
2013-07-30
1
-22
/
+22
*
write_name{_quoted_relative,}(): remove redundant parameters
Jiang Xin
2013-06-26
1
-2
/
+1
*
quote_path_relative(): remove redundant parameter
Jiang Xin
2013-06-26
1
-5
/
+2
*
quote.c: substitute path_relative with relative_path
Jiang Xin
2013-06-26
1
-53
/
+2
*
Merge branch 'jk/argv-array'
Junio C Hamano
2011-10-05
1
-3
/
+20
|
\
|
*
quote: provide sq_dequote_to_argv_array
Jeff King
2011-09-14
1
-3
/
+20
*
|
ls-files: fix pathspec display on error
Clemens Buchacher
2011-08-11
1
-2
/
+6
|
/
*
quote.c: separate quoting and relative path generation
Clemens Buchacher
2010-06-05
1
-28
/
+61
*
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-21
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-28
1
-0
/
+2
*
Merge branch 'dp/clean-fix'
Junio C Hamano
2008-03-09
1
-0
/
+42
|
\
|
*
Make private quote_path() in wt-status.c available as quote_path_relative()
Dmitry Potapov
2008-03-08
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-27
1
-0
/
+16
[next]